diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2005-11-18 16:13:55 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2005-11-18 16:13:55 +0000 |
commit | 35af34900fadf103448c47c726f2f9315572c115 (patch) | |
tree | 11f831d7f2ff96b5a4977008672070f907cca484 /etc | |
parent | 6fd41b1fab46111c109897d90e8ab9ac8d09ff44 (diff) | |
download | emacs-35af34900fadf103448c47c726f2f9315572c115.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/orgcard.tex | 16 |
2 files changed, 12 insertions, 8 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index baebe91ebf2..ef8059b68b3 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2005-11-18 Carsten Dominik <dominik@science.uva.nl> + + * orgcard.tex: Version 3.20 + 2005-11-16 Nick Roberts <nickrob@snap.net.nz> * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons. diff --git a/etc/orgcard.tex b/etc/orgcard.tex index 7f84c2807f3..96261a7fc2d 100644 --- a/etc/orgcard.tex +++ b/etc/orgcard.tex @@ -1,4 +1,4 @@ -% Reference Card for Org Mode 3.19 +% Reference Card for Org Mode 3.20 % %**start of header \newcount\columnsperpage @@ -32,8 +32,8 @@ % You should have received a copy of the GNU General Public License % along with GNU Emacs; see the file COPYING. If not, write to -% the Free Software Foundation, 51 Franklin Street, Fifth Floor, -% Boston, MA 02110-1301, USA. +% the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +% Boston, MA 02111-1307, USA. % This file is intended to be processed by plain TeX (TeX82). % @@ -58,7 +58,7 @@ % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik % for their many good ideas. -\def\orgversionnumber{3.19} +\def\orgversionnumber{3.20} \def\year{2005} \def\shortcopyrightnotice{\vskip 1ex plus 2 fill @@ -449,9 +449,9 @@ Outside of tables, the same keys may have other functionality. \key{move the current row down}{M-DOWN} \key{kill the current row or horizontal line}{M-S-UP} \key{insert new row above the current row}{M-S-DOWN} - \key{insert horizontal line below the current row}{C-c -} \key{insert horizontal line above the current row}{C-u C-c -} +\key{sort lines in region}{C-c \^{}} {\bf Regions} @@ -462,8 +462,7 @@ Outside of tables, the same keys may have other functionality. {\bf Calculations} -Except for the summation commands, these need the Emacs calc package -installed. +These need the Emacs calc package installed. \key{set and eval column formula}{C-c =} \key{set and eval named-field formula}{C-u C-c =} @@ -512,8 +511,9 @@ introduces a column formula, \kbd{:=} a named-field formula. \key{show timeline of current org file}{C-c C-r} \key{... include past dates}{C-u C-c C-r} -\key{add current file to your agenda}{C-c [} +\key{add/move current file to front of agenda}{C-c [} \key{remove current file from your agenda}{C-c ]} +\key{cycle through agenda file list}{C-,} \key{compile agenda for the current week}{C-c a$^2$} \key{agenda for date at cursor}{C-c C-o} \vskip 1mm |