Show
Ignore:
Timestamp:
2006年05月27日 10時35分24秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/orgcard.tex

    r4073 r4091  
    11% Reference Card for Org Mode 
    2 \def\orgversionnumber{4.26
     2\def\orgversionnumber{4.34
    33\def\year{2006} 
    44% 
     
    270270\section{Getting Started} 
    271271% 
    272 %Put the following in your \kbd{~/.emacs}$^1$ 
    273272\vskip -1mm 
    274273\beginexample% 
    275 %(autoload 'org-mode "org" "Org mode" t) 
    276 %(autoload 'org-diary "org" "Org mode diary entries") 
    277 %(autoload 'org-agenda "org" "Agenda from Org files" t) 
    278 %(autoload 'org-todo-list "org" "Global TODO list" t) 
    279 %(autoload 'org-store-link "org" "Store org link" t) 
    280 %(autoload 'orgtbl-mode "org" "Orgtbl minor mode" t) 
    281 %(autoload 'turn-on-orgtbl "org" "Orgtbl minor mode") 
    282274(add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode)) 
    283 (define-key global-map "\\C-cl" 'org-store-link)$^2
    284 (define-key global-map "\\C-ca" 'org-agenda)$^2
     275(define-key global-map "\\C-cl" 'org-store-link)$^1
     276(define-key global-map "\\C-ca" 'org-agenda)$^1
    285277\endexample 
    286278% 
     
    303295\key{backward to higher level heading}{C-c C-u} 
    304296\key{jump to another place in document}{C-c C-j} 
     297\key{previous/next plain list item}{S-UP/DOWN$^3$} 
    305298 
    306299\section{Structure Editing} 
     
    321314 
    322315\key{archive subtree}{C-c \$} 
    323 To set archive location for current file, add a line like$^3$: 
     316To set archive location for current file, add a line like$^2$: 
    324317\vskip -1mm 
    325318\beginexample% 
     
    331324\key{show sparse tree for all matches of a regexp}{C-c /} 
    332325\key{view TODO's in sparse tree}{C-c C-v} 
    333 \key{global TODO list in agenda mode}{C-c t$^2$} 
     326\key{global TODO list in agenda mode}{C-c t$^1$} 
    334327\key{create sparse tree with all deadlines due}{C-c C-w} 
    335328\key{time sorted view of current org file}{C-c C-r} 
    336 %\key{agenda for the week}{C-c a$^2$} 
     329%\key{agenda for the week}{C-c a$^1$} 
    337330%\key{agenda for date at cursor}{C-c C-o} 
    338331 
     
    352345\key{set the priority of the current item}{C-c , [ABC]} 
    353346\key{remove priority cookie from current item}{C-c , SPC} 
    354 \key{raise priority of current item}{S-UP$^4$} 
    355 \key{lower priority of current item}{S-DOWN$^4$} 
     347\key{raise priority of current item}{S-UP$^3$} 
     348\key{lower priority of current item}{S-DOWN$^3$} 
    356349 
    357350\key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow} 
     
    367360\key{create sparse tree with all deadlines due}{C-c C-w} 
    368361\key{the time between 2 dates in a time range}{C-c C-y} 
    369 \key{change timestamp at cursor by $\pm 1$ day}{S-RIGHT/LEFT$^4$} 
    370 \key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN$^4$} 
     362\key{change timestamp at cursor by $\pm 1$ day}{S-RIGHT/LEFT$^3$} 
     363\key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN$^3$} 
    371364\key{access the calendar for the current date}{C-c >} 
    372365\key{insert timestamp matching date in calendar}{C-c <} 
     
    381374\section{Links} 
    382375 
    383 \key{globally store link to the current location}{C-c l$^2$} 
     376\key{globally store link to the current location}{C-c l$^1$} 
    384377\key{insert a link (TAB completes stored links)}{C-c C-l} 
    385378\key{insert file link with file name completion}{C-u C-c C-l} 
     
    389382\key{open link at point (3: in emacs)}{mouse-2/3} 
    390383%\key{open file links in emacs}{mouse-3} 
    391 \key{record a position in mark ring}{C-c \%} 
     384%\key{record a position in mark ring}{C-c \%} 
    392385\key{jump back to last followed link(s)}{C-c \&} 
    393386 
     
    395388 
    396389\key{\kbd{<<My Target>>}}{\rm target} 
    397 \key{\kbd{<<<My Target>>>}}{\rm radio target$^3$} 
     390\key{\kbd{<<<My Target>>>}}{\rm radio target$^2$} 
    398391\key{\kbd{[[*this text]]}}{\rm find headline} 
    399392\metax{\kbd{[[this text]]}}{\rm find target or text in buffer} 
     
    406399\key{\kbd{file:projects.org::*that text}}{\rm find headline} 
    407400\key{\kbd{file:projects.org::find me}}{\rm find tgt/string} 
    408 \key{\kbd{file:projects.org::/regexp/}}{\rm regexp search} 
     401%\key{\kbd{file:projects.org::/regexp/}}{\rm regexp search} 
    409402\key{\kbd{http://www.astro.uva.nl/~dominik}}{\rm on the web} 
    410403\key{\kbd{mailto:adent@galaxy.net}}{\rm EMail address} 
    411404\key{\kbd{news:comp.emacs}}{\rm Usenet group} 
    412405\key{\kbd{bbdb:Richard Stallman}}{\rm BBDB person} 
    413 \key{\kbd{shell:ls *.org}}{\rm shell command} 
    414406\key{\kbd{gnus:group}}{\rm GNUS group} 
    415407\key{\kbd{gnus:group\#id}}{\rm GNUS message} 
    416408\key{\kbd{vm|wl|mhe|rmail:folder}}{\rm Mail folder} 
    417409\key{\kbd{vm|wl|mhe|rmail:folder\#id}}{\rm Mail message} 
     410\key{\kbd{info:emacs:Regexps}}{\rm Info file:node} 
     411\key{\kbd{shell:ls *.org}}{\rm shell command} 
     412\key{\kbd{elisp:(calendar)}}{\rm elisp form} 
    418413\metax{\kbd{[[external link][description]]}}{\rm optional link text} 
    419414%\key{\kbd{vm://myself@some.where.org/folder\#id}}{\rm VM remote} 
     
    480475\key{display column number cursor is in}{C-c ?} 
    481476\key{sum numbers in current column/rectangle}{C-c +} 
    482 \key{copy down with increment}{S-RET$^4$} 
     477\key{copy down with increment}{S-RET$^3$} 
    483478 
    484479Formulas typed in field are executed by \kbd{TAB}, 
     
    517512\key{cycle through agenda file list}{C-,} 
    518513 
    519 \key{compile agenda for the current week}{C-c a a$^2$} 
    520 \key{compile global TODO list}{C-c a t$^2$} 
    521 \key{compile TODO list for specific keyword}{C-c a T$^2$} 
    522 \key{match tags in agenda files}{C-c a m$^2$} 
     514\key{compile agenda for the current week}{C-c a a$^1$} 
     515\key{compile global TODO list}{C-c a t$^1$} 
     516\key{compile TODO list for specific keyword}{C-c a T$^1$} 
     517\key{match tags in agenda files}{C-c a m$^1$} 
    523518\key{agenda for date at cursor}{C-c C-o} 
    524519\key{show timeline of current org file}{C-c C-r} 
    525520 
    526521\vskip 1mm 
    527 To set categories, add lines like$^3$: 
     522To set categories, add lines like$^2$: 
    528523\vskip -1mm 
    529524\beginexample% 
     
    562557\key{set tags for current headline}{:} 
    563558\key{set priority of current item}{p} 
    564 \key{raise/lower priority of current item}{S-UP/DOWN$^4$} 
    565 %\key{lower priority of current item}{S-DOWN$^4$} 
     559\key{raise/lower priority of current item}{S-UP/DOWN$^3$} 
    566560\key{display weighted priority of current item}{P} 
    567 \key{change timestamp to one day earlier/later}{S-LEFT/RIGHT$^4$} 
    568 %\key{change timestamp to one day earlier}{S-LEFT$^4$} 
    569 %\key{change timestamp to one day later}{S-RIGHT$^4$} 
     561\key{schedule/set deadline for this item}{C-c C-s/d} 
     562\key{change timestamp to one day earlier/later}{S-LEFT/RIGHT$^3$} 
    570563\key{change timestamp to today}{>} 
    571564\key{insert new entry into diary}{i} 
     
    629622\key{... which can carry over multiple lines}{\#+TEXT:} 
    630623\key{settings for the export process - see below}{\#+OPTIONS:} 
    631  
    632 {\bf Settings for the OPTIONS line} 
    633624 
    634625\key{set number of headline levels for export}{H:2} 
     
    652643\key{toggle COMMENT keyword on entry}{C-c ;} 
    653644 
     645 
     646\section{Publishing (requires org-publish.el)} 
     647\key{publishcurrent file}{C-c C-e C-f} 
     648\key{publish current project}{C-c C-e C-p} 
     649\key{publish project (prompted for)}{C-c C-e C-c} 
     650\key{publish all projects}{C-c C-e C-a} 
     651 
    654652\section{Completion} 
    655653 
     
    660658\key{Complete word at point}{M-TAB} 
    661659 
    662 \newcolumn 
    663  
    664660\section{Calendar and Diary Integration} 
    665661 
     
    667663\beginexample% 
    668664(setq org-agenda-include-diary t) 
    669 \endexample 
    670  
    671 To include the Org-mode agenda in the normal diary, make sure you're 
    672 using the fancy diary display 
    673 % 
    674 %\beginexample% 
    675 %(add-hook 'diary-display-hook 'fancy-diary-display) 
    676 %\endexample 
    677 % 
    678 and in the \kbd{~/diary} file add 
    679  
    680 \beginexample% 
    681 \&\%\%(org-diary) 
    682 \endexample 
    683  
    684 to include all the files listed in \kbd{org-agenda-files}.  For more 
    685 selective file inclusion use a line for each file: 
    686  
    687 \beginexample% 
    688 \&\%\%(org-diary) ~/path/to/some/org-file.org 
    689665\endexample 
    690666 
     
    713689avoid the \kbd{S-<cursor>} bindings used by these modes.  When set, 
    714690Org-mode will change the following keybindings (also in the agenda 
    715 buffer, but not during date selection). See note mark four$^4
     691buffer, but not during date selection). See note mark four$^3
    716692throughout the reference card. 
    717693%\vskip-mm 
     
    723699 
    724700\section{Notes} 
    725 $^1$ The six autoload forms are only needed if Org-mode is not part of 
    726 Emacs, or an XEmacs package. 
    727  
    728 $^2$ This is only a suggestion for a binding of this command.  Choose 
     701$^1$ This is only a suggestion for a binding of this command.  Choose 
    729702you own key as shown under INSTALLATION. 
    730703 
    731 $^3$ After changing a \kbd{\#+KEYWORD} or \kbd{<<<target>>>} line, 
     704$^2$ After changing a \kbd{\#+KEYWORD} or \kbd{<<<target>>>} line, 
    732705press \kbd{C-c C-c} with the cursor still in the line to update. 
    733706 
    734 $^4$ Keybinding affected by {\tt org-CUA-compatibility}. 
     707$^3$ Keybinding affected by {\tt org-CUA-compatibility}. 
    735708 
    736709\copyrightnotice