/[emacs]/emacs/etc/orgcard.tex
ViewVC logotype

Diff of /emacs/etc/orgcard.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by miles, Tue Aug 30 20:22:27 2005 UTC revision 1.12 by cdominik, Fri Sep 23 15:49:13 2005 UTC
# Line 1  Line 1 
1  % Reference Card for Org Mode 3.15  % Reference Card for Org Mode 3.16
2  %  %
3  %**start of header  %**start of header
4  \newcount\columnsperpage  \newcount\columnsperpage
# Line 58  Line 58 
58  % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik  % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
59  % for their many good ideas.  % for their many good ideas.
60    
61  \def\orgversionnumber{3.15}  \def\orgversionnumber{3.16}
62  \def\year{2005}  \def\year{2005}
63    
64  \def\shortcopyrightnotice{\vskip 1ex plus 2 fill  \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
# Line 315  Put the following in your \kbd{~/.emacs} Line 315  Put the following in your \kbd{~/.emacs}
315    
316  \key{move subtree up}{M-S-UP}  \key{move subtree up}{M-S-UP}
317  \key{move subtree down}{M-S-DOWN}  \key{move subtree down}{M-S-DOWN}
318  \key{kill subtree}{C-c C-h C-w}  \key{kill subtree}{C-c C-x C-w}
319  \key{copy subtree}{C-c C-h M-w}  \key{copy subtree}{C-c C-x M-w}
320  \key{yank subtree}{C-c C-h C-y}  \key{yank subtree}{C-c C-x C-y}
321    
322  \key{archive subtree}{C-c \$}  \key{archive subtree}{C-c \$}
323  To set archive location for current file, add a line like$^3$:  To set archive location for current file, add a line like$^3$:
# Line 362  per-file TODO keywords: add line(s) like Line 362  per-file TODO keywords: add line(s) like
362    
363  \key{prompt for date and insert timestamp}{C-c .}  \key{prompt for date and insert timestamp}{C-c .}
364  \key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}  \key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}
365    \key{Like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME
366  \key{insert DEADLINE timestamp}{C-c C-d}  \key{insert DEADLINE timestamp}{C-c C-d}
367  \key{insert SCHEDULED timestamp}{C-c C-s}  \key{insert SCHEDULED timestamp}{C-c C-s}
368  \key{create sparse tree with all deadlines due}{C-c C-w}  \key{create sparse tree with all deadlines due}{C-c C-w}
369  \key{the time between 2 dates in a time range}{C-c C-y}  \key{the time between 2 dates in a time range}{C-c C-y}
   
370  \key{change timestamp at cursor by $-1$ day}{S-LEFT$^4$}  \key{change timestamp at cursor by $-1$ day}{S-LEFT$^4$}
371  \key{change timestamp at cursor by $+1$ day}{S-RIGHT$^4$}  \key{change timestamp at cursor by $+1$ day}{S-RIGHT$^4$}
372  \key{change year/month/day at cursor by $-1$}{S-DOWN$^4$}  \key{change year/month/day at cursor by $-1$}{S-DOWN$^4$}
373  \key{change year/month/day at cursor by $+1$}{S-UP$^4$}  \key{change year/month/day at cursor by $+1$}{S-UP$^4$}
   
374  \key{access the calendar for the current date}{C-c >}  \key{access the calendar for the current date}{C-c >}
375  \key{insert timestamp matching date in calendar}{C-c <}  \key{insert timestamp matching date in calendar}{C-c <}
376  \key{access agenda for current date}{C-c C-o}  \key{access agenda for current date}{C-c C-o}
   
377  \key{While prompted for a date:}{}  \key{While prompted for a date:}{}
378  \key{... select date in calendar}{mouse-1/RET}  \key{... select date in calendar}{mouse-1/RET}
379  \key{... scroll calendar back/forward one month}{< / >}  \key{... scroll calendar back/forward one month}{< / >}
# Line 457  Outside of tables, the same keys may hav Line 455  Outside of tables, the same keys may hav
455    
456  {\bf Regions}  {\bf Regions}
457    
458  \key{cut rectangular region}{C-c C-h C-w}  \key{cut rectangular region}{C-c C-x C-w}
459  \key{copy rectangular region}{C-c C-h M-w}  \key{copy rectangular region}{C-c C-x M-w}
460  \key{paste rectangular region}{C-c C-h C-y}  \key{paste rectangular region}{C-c C-x C-y}
461  \key{fill paragraph across selected cells}{C-c C-q}  \key{fill paragraph across selected cells}{C-c C-q}
462    
463  {\bf Calculations}  {\bf Calculations}
# Line 589  in the current directory. Line 587  in the current directory.
587  \key{export as ASCII file}{C-c C-x a}  \key{export as ASCII file}{C-c C-x a}
588  \key{export visible text only (e.g. for printing)}{C-c C-x v}  \key{export visible text only (e.g. for printing)}{C-c C-x v}
589  \key{export as HTML file}{C-c C-x h}  \key{export as HTML file}{C-c C-x h}
590  \key{export as HTML and open in browser}{C-c C-x C-h}  \key{export as HTML and open in browser}{C-c C-x b}
591  \key{prefix arg sets nb. of headline levels, e.g.}{C-3 C-c C-x h}  \key{prefix arg sets nb. of headline levels, e.g.}{C-3 C-c C-x h}
592    
593  \key{insert template of export options}{C-c C-x t}  \key{insert template of export options}{C-c C-x t}
# Line 730  $^4$ Keybinding affected by {\tt org-CUA Line 728  $^4$ Keybinding affected by {\tt org-CUA
728    
729  \bye  \bye
730    
 % Local variables:  
 % compile-command: "tex ord-mode-ref"  
 % TeX-master: t  
 % End:  
731    
732  % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290  % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290
733    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26