Show
Ignore:
Timestamp:
2006年07月01日 08時27分06秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4091 r4098  
    11% Reference Card for Org Mode 
    2 \def\orgversionnumber{4.34
     2\def\orgversionnumber{4.41
    33\def\year{2006} 
    44% 
     
    289289\section{Motion} 
    290290 
    291 \key{next heading}{C-c C-n} 
    292 \key{previous heading}{C-c C-p} 
    293 \key{next heading, same level}{C-c C-f} 
    294 \key{previous heading, same level}{C-c C-b} 
     291\key{next/previous heading}{C-c C-n/p} 
     292\key{next/previous heading, same level}{C-c C-f/b} 
    295293\key{backward to higher level heading}{C-c C-u} 
    296294\key{jump to another place in document}{C-c C-j} 
     
    300298 
    301299\key{insert new heading/item at current level}{M-RET} 
    302 \key{insert new TODO entry}{M-S-RET} 
     300\key{insert new TODO entry/checkbox item}{M-S-RET} 
     301\key{toggle checkbox(es) in region/entry/at point}{C-c C-x C-b} 
     302\key{toggle checkbox at point}{C-c C-c} 
    303303 
    304304\key{promote current heading up one level}{M-LEFT} 
     
    307307\key{demote current subtree down one level}{M-S-RIGHT} 
    308308 
    309 \key{move subtree/list item up}{M-S-UP} 
    310 \key{move subtree/list item down}{M-S-DOWN} 
     309\key{move subtree/list item up/down}{M-S-UP/DOWN} 
    311310\key{kill subtree}{C-c C-x C-w} 
    312311\key{copy subtree}{C-c C-x M-w} 
    313312\key{yank subtree}{C-c C-x C-y} 
    314  
    315 \key{archive subtree}{C-c \$} 
     313\key{narrow buffer to current subtree}{C-x n s} 
     314 
     315\section{Archiving} 
     316 
     317\key{toggle ARCHIVE tag}{C-c C-x C-a} 
     318\metax{mark fully dine children}{C-u C-c C-x C-a} 
     319\key{move subtree to achive file}{C-c \$} 
     320\key{move all fully done children}{C-u C-c \$} 
    316321To set archive location for current file, add a line like$^2$: 
    317322\vskip -1mm 
     
    330335%\key{agenda for date at cursor}{C-c C-o} 
    331336 
     337\section{Tables} 
     338 
     339{\bf Creating a table} 
     340 
     341%\metax{insert a new Org-mode table}{M-x org-table-create} 
     342\metax{just start typing, e.g.}{|Name|Phone|Age RET |- TAB} 
     343\key{convert region to table}{C-c |} 
     344\key{... separator at least 3 spaces}{C-3 C-c |} 
     345 
     346{\bf Commands available inside tables} 
     347 
     348The following commands work when the cursor is {\it inside a table}. 
     349Outside of tables, the same keys may have other functionality. 
     350 
     351{\bf Re-aligning and field motion} 
     352 
     353\key{re-align the table without moving the cursor}{C-c C-c} 
     354\key{re-align the table, move to next field}{TAB} 
     355\key{move to previous field}{S-TAB} 
     356\key{re-align the table, move to next row}{RET} 
     357 
     358{\bf Row and column editing} 
     359 
     360\key{move the current column left}{M-LEFT} 
     361\key{move the current column right}{M-RIGHT} 
     362\key{kill the current column}{M-S-LEFT} 
     363\key{insert new column to left of cursor position}{M-S-RIGHT} 
     364 
     365\key{move the current row up}{M-UP} 
     366\key{move the current row down}{M-DOWN} 
     367\key{kill the current row or horizontal line}{M-S-UP} 
     368\key{insert new row above the current row}{M-S-DOWN} 
     369\key{insert horizontal line below the current row}{C-c -} 
     370\key{insert horizontal line above the current row}{C-u C-c -} 
     371\key{sort lines in region}{C-c \^{}} 
     372 
     373{\bf Regions} 
     374 
     375\key{cut rectangular region}{C-c C-x C-w} 
     376\key{copy rectangular region}{C-c C-x M-w} 
     377\key{paste rectangular region}{C-c C-x C-y} 
     378\key{fill paragraph across selected cells}{C-c C-q} 
     379 
     380{\bf Calculations} (in combination with Emacs \kbd{calc} package) 
     381 
     382\key{set and eval column formula}{C-c =} 
     383\key{set and eval named-field formula}{C-u C-c =} 
     384\key{edit formulas in separate buffer}{C-c '} 
     385\key{re-apply all stored equations to current line}{C-c *} 
     386\key{re-apply all stored equations to entire table}{C-u C-c *} 
     387 
     388%\kbd{TAB}, \kbd{RET} and \kbd{C-c C-c} trigger automatic recalculation 
     389%in lines starting with: {\tt | \# |}. 
     390 
     391\key{rotate calculation mark through \# * ! \^ \_ \$}{C-\#} 
     392 
     393\key{display column number cursor is in}{C-c ?} 
     394\key{sum numbers in current column/rectangle}{C-c +} 
     395\key{copy down with increment}{S-RET$^3$} 
     396 
     397Formulas typed in field are executed by \kbd{TAB}, 
     398\kbd{RET} and \kbd{C-c C-c}.  \kbd{=} introduces a column 
     399formula, \kbd{:=} a named-field formula. 
     400 
     401\key{Example: Add Col1 and Col2}{=\$1+\$2} 
     402\key{... with printf format specification}{=\$1+\$2;\%.2f} 
     403\key{... with constants from constants.el}{=\$1/\$c/\$cm} 
     404\key{sum from 3rd hline above to here}{:=vsum(\&III)} 
     405\key{apply current column formula}{=} 
     406 
     407{\bf Miscellaneous} 
     408 
     409\key{to limit column width to \kbd{N} characters, use}{...| <N> |...} 
     410\key{edit the current field in a separate window}{C-c `} 
     411\key{make current field fully visible}{C-u TAB} 
     412\metax{export as tab-separated file}{M-x org-table-export} 
     413\metax{import tab-separated file}{M-x org-table-import} 
     414 
     415{\bf Tables created with the \kbd{table.el} package} 
     416 
     417\key{insert a new \kbd{table.el} table}{C-c ~} 
     418\key{recognize existing table.el table}{C-c C-c} 
     419\key{convert table (Org-mode $\leftrightarrow$ table.el)}{C-c ~} 
     420 
     421\section{Links} 
     422 
     423\key{globally store link to the current location}{C-c l$^1$} 
     424\key{insert a link (TAB completes stored links)}{C-c C-l} 
     425\key{insert file link with file name completion}{C-u C-c C-l} 
     426\key{edit (also hidden part of) link at point}{C-c C-l} 
     427 
     428\key{open file links in emacs (\kbd{C-u} : in emacs)}{C-c C-o} 
     429\key{open link at point (3: in emacs)}{mouse-2/3} 
     430%\key{open file links in emacs}{mouse-3} 
     431%\key{record a position in mark ring}{C-c \%} 
     432\key{jump back to last followed link(s)}{C-c \&} 
     433 
     434{\bf Internal Links} 
     435 
     436\key{\kbd{<<My Target>>}}{\rm target} 
     437\key{\kbd{<<<My Target>>>}}{\rm radio target$^2$} 
     438\key{\kbd{[[*this text]]}}{\rm find headline} 
     439\metax{\kbd{[[this text]]}}{\rm find target or text in buffer} 
     440\metax{\kbd{[[this text][description]]}}{\rm optional link text} 
     441 
     442{\bf External Links} 
     443 
     444\key{\kbd{file:/home/dominik/img/mars.jpg}}{\rm file, absolute} 
     445\key{\kbd{file:papers/last.pdf}}{\rm file, relative} 
     446\key{\kbd{file:projects.org::*that text}}{\rm find headline} 
     447\key{\kbd{file:projects.org::find me}}{\rm find tgt/string} 
     448%\key{\kbd{file:projects.org::/regexp/}}{\rm regexp search} 
     449\key{\kbd{http://www.astro.uva.nl/~dominik}}{\rm on the web} 
     450\key{\kbd{mailto:adent@galaxy.net}}{\rm EMail address} 
     451\key{\kbd{news:comp.emacs}}{\rm Usenet group} 
     452\key{\kbd{bbdb:Richard Stallman}}{\rm BBDB person} 
     453\key{\kbd{gnus:group}}{\rm GNUS group} 
     454\key{\kbd{gnus:group\#id}}{\rm GNUS message} 
     455\key{\kbd{vm|wl|mhe|rmail:folder}}{\rm Mail folder} 
     456\key{\kbd{vm|wl|mhe|rmail:folder\#id}}{\rm Mail message} 
     457\key{\kbd{info:emacs:Regexps}}{\rm Info file:node} 
     458\key{\kbd{shell:ls *.org}}{\rm shell command} 
     459\key{\kbd{elisp:(calendar)}}{\rm elisp form} 
     460\metax{\kbd{[[external link][description]]}}{\rm optional link text} 
     461%\key{\kbd{vm://myself@some.where.org/folder\#id}}{\rm VM remote} 
     462 
     463 
     464\section{Remember-mode Integration} 
     465 
     466See the manual for how to make remember.el use Org-mode links and 
     467files.  The note-finishing command \kbd{C-c C-c} will first prompt for 
     468an org file. In the file, find a location with: 
     469 
     470\key{rotate subtree visibility}{TAB} 
     471\key{next heading}{DOWN} 
     472\key{previous heading}{UP} 
     473 
     474Insert the note with one of the following:  
     475 
     476\key{as sublevel of heading at cursor}{RET} 
     477\key{right here (cursor not on heading)}{RET} 
     478\key{before current heading}{LEFT} 
     479\key{after current heading}{RIGHT} 
     480\key{shortcut to end of buffer (cursor at buf-start)}{RET} 
     481\key{Abort}{q} 
     482 
     483\section{Completion} 
     484 
     485In-buffer completion completes TODO keywords at headline start, TeX 
     486macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', TAGS 
     487after  ``{\tt :}'', and dictionary words elsewhere. 
     488 
     489\key{Complete word at point}{M-TAB} 
     490 
     491 
     492\newcolumn 
     493\title{Org-Mode Reference Card (2/2)} 
     494 
     495\centerline{(for version \orgversionnumber)} 
     496 
     497\section{TODO Items} 
     498 
     499\key{rotate the state of the current item}{C-c C-t} 
     500\key{view TODO items in a sparse tree}{C-c C-v} 
     501\key{view 3rd TODO keyword's sparse tree}{C-3 C-c C-v} 
     502 
     503\key{set the priority of the current item}{C-c , [ABC]} 
     504\key{remove priority cookie from current item}{C-c , SPC} 
     505\key{raise priority of current item}{S-UP$^3$} 
     506\key{lower priority of current item}{S-DOWN$^3$} 
     507 
     508\key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow} 
     509\key{\kbd{\#+TYP_TODO: Phil home work DONE}}{\rm todo types} 
     510 
    332511\section{Tags} 
    333512 
     
    336515\key{create sparse tree with matching tags}{C-c \\} 
    337516\key{globally (agenda) match tags at cursor}{C-c C-o} 
    338  
    339 \section{TODO Items} 
    340  
    341 \key{rotate the state of the current item}{C-c C-t} 
    342 \key{view TODO items in a sparse tree}{C-c C-v} 
    343 \key{view 3rd TODO keyword's sparse tree}{C-3 C-c C-v} 
    344  
    345 \key{set the priority of the current item}{C-c , [ABC]} 
    346 \key{remove priority cookie from current item}{C-c , SPC} 
    347 \key{raise priority of current item}{S-UP$^3$} 
    348 \key{lower priority of current item}{S-DOWN$^3$} 
    349  
    350 \key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow} 
    351 \key{\kbd{\#+TYP_TODO: Phil home work DONE}}{\rm todo types} 
    352517 
    353518\section{Timestamps} 
     
    372537%\key{... forward/backward one month}{M-S-LEFT/RIGT} 
    373538 
    374 \section{Links} 
    375  
    376 \key{globally store link to the current location}{C-c l$^1$} 
    377 \key{insert a link (TAB completes stored links)}{C-c C-l} 
    378 \key{insert file link with file name completion}{C-u C-c C-l} 
    379 \key{edit (also hidden part of) link at point}{C-c C-l} 
    380  
    381 \key{open file links in emacs (\kbd{C-u} : in emacs)}{C-c C-o} 
    382 \key{open link at point (3: in emacs)}{mouse-2/3} 
    383 %\key{open file links in emacs}{mouse-3} 
    384 %\key{record a position in mark ring}{C-c \%} 
    385 \key{jump back to last followed link(s)}{C-c \&} 
    386  
    387 {\bf Internal Links} 
    388  
    389 \key{\kbd{<<My Target>>}}{\rm target} 
    390 \key{\kbd{<<<My Target>>>}}{\rm radio target$^2$} 
    391 \key{\kbd{[[*this text]]}}{\rm find headline} 
    392 \metax{\kbd{[[this text]]}}{\rm find target or text in buffer} 
    393 \metax{\kbd{[[this text][description]]}}{\rm optional link text} 
    394  
    395 {\bf External Links} 
    396  
    397 \key{\kbd{file:/home/dominik/img/mars.jpg}}{\rm file, absolute} 
    398 \key{\kbd{file:papers/last.pdf}}{\rm file, relative} 
    399 \key{\kbd{file:projects.org::*that text}}{\rm find headline} 
    400 \key{\kbd{file:projects.org::find me}}{\rm find tgt/string} 
    401 %\key{\kbd{file:projects.org::/regexp/}}{\rm regexp search} 
    402 \key{\kbd{http://www.astro.uva.nl/~dominik}}{\rm on the web} 
    403 \key{\kbd{mailto:adent@galaxy.net}}{\rm EMail address} 
    404 \key{\kbd{news:comp.emacs}}{\rm Usenet group} 
    405 \key{\kbd{bbdb:Richard Stallman}}{\rm BBDB person} 
    406 \key{\kbd{gnus:group}}{\rm GNUS group} 
    407 \key{\kbd{gnus:group\#id}}{\rm GNUS message} 
    408 \key{\kbd{vm|wl|mhe|rmail:folder}}{\rm Mail folder} 
    409 \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} 
    413 \metax{\kbd{[[external link][description]]}}{\rm optional link text} 
    414 %\key{\kbd{vm://myself@some.where.org/folder\#id}}{\rm VM remote} 
    415  
    416 \section{Tables} 
    417  
    418 %Org-mode has its own built-in intuitive table editor with unique 
    419 %capabilities. 
    420  
    421 {\bf Creating a table} 
    422  
    423 %\metax{insert a new Org-mode table}{M-x org-table-create} 
    424 \metax{just start typing, e.g.}{|Name|Phone|Age RET |- TAB} 
    425 \key{convert region to table}{C-c |} 
    426 \key{... separator at least 3 spaces}{C-3 C-c |} 
    427  
    428 {\bf Commands available inside tables} 
    429  
    430 The following commands work when the cursor is {\it inside a table}. 
    431 Outside of tables, the same keys may have other functionality. 
    432  
    433 {\bf Re-aligning and field motion} 
    434  
    435 \key{re-align the table without moving the cursor}{C-c C-c} 
    436 \key{re-align the table, move to next field}{TAB} 
    437 \key{move to previous field}{S-TAB} 
    438 \key{re-align the table, move to next row}{RET} 
    439  
    440 {\bf Row and column editing} 
    441  
    442 \key{move the current column left}{M-LEFT} 
    443 \key{move the current column right}{M-RIGHT} 
    444 \key{kill the current column}{M-S-LEFT} 
    445 \key{insert new column to left of cursor position}{M-S-RIGHT} 
    446  
    447 \key{move the current row up}{M-UP} 
    448 \key{move the current row down}{M-DOWN} 
    449 \key{kill the current row or horizontal line}{M-S-UP} 
    450 \key{insert new row above the current row}{M-S-DOWN} 
    451 \key{insert horizontal line below the current row}{C-c -} 
    452 \key{insert horizontal line above the current row}{C-u C-c -} 
    453 \key{sort lines in region}{C-c \^{}} 
    454  
    455 {\bf Regions} 
    456  
    457 \key{cut rectangular region}{C-c C-x C-w} 
    458 \key{copy rectangular region}{C-c C-x M-w} 
    459 \key{paste rectangular region}{C-c C-x C-y} 
    460 \key{fill paragraph across selected cells}{C-c C-q} 
    461  
    462 {\bf Calculations} (in combination with Emacs \kbd{calc} package) 
    463  
    464 \key{set and eval column formula}{C-c =} 
    465 \key{set and eval named-field formula}{C-u C-c =} 
    466 \key{edit formulas in separate buffer}{C-c '} 
    467 \key{re-apply all stored equations to current line}{C-c *} 
    468 \key{re-apply all stored equations to entire table}{C-u C-c *} 
    469  
    470 %\kbd{TAB}, \kbd{RET} and \kbd{C-c C-c} trigger automatic recalculation 
    471 %in lines starting with: {\tt | \# |}. 
    472  
    473 \key{rotate calculation mark through \# * ! \^ \_ \$}{C-\#} 
    474  
    475 \key{display column number cursor is in}{C-c ?} 
    476 \key{sum numbers in current column/rectangle}{C-c +} 
    477 \key{copy down with increment}{S-RET$^3$} 
    478  
    479 Formulas typed in field are executed by \kbd{TAB}, 
    480 \kbd{RET} and \kbd{C-c C-c}.  \kbd{=} introduces a column 
    481 formula, \kbd{:=} a named-field formula. 
    482  
    483 \key{Example: Add Col1 and Col2}{=\$1+\$2} 
    484 \key{... with printf format specification}{=\$1+\$2;\%.2f} 
    485 \key{... with constants from constants.el}{=\$1/\$c/\$cm} 
    486 \key{sum from 3rd hline above to here}{:=vsum(\&III)} 
    487 \key{apply current column formula}{=} 
    488  
    489 {\bf Miscellaneous} 
    490  
    491 \key{to limit column width to \kbd{N} characters, use}{...| <N> |...} 
    492 \key{edit the current field in a separate window}{C-c `} 
    493 \key{make current field fully visible}{C-u TAB} 
    494 \metax{export as tab-separated file}{M-x org-table-export} 
    495 \metax{import tab-separated file}{M-x org-table-import} 
    496  
    497 {\bf Tables created with the \kbd{table.el} package} 
    498  
    499 \key{insert a new \kbd{table.el} table}{C-c ~} 
    500 \key{recognize existing table.el table}{C-c C-c} 
    501 \key{convert table (Org-mode $\leftrightarrow$ table.el)}{C-c ~} 
    502  
    503 \newcolumn 
    504 \title{Org-Mode Reference Card (2/2)} 
    505  
    506 \centerline{(for version \orgversionnumber)} 
     539 
     540\section{Clocking Time} 
     541 
     542\key{start clock on current item}{C-c C-x C-i} 
     543\key{stop clock on current item}{C-c C-x C-o} 
     544\key{cancel current clock}{C-c C-x C-x} 
     545 
     546\key{display total subtree times}{C-c C-x C-d} 
     547\key{remove displayed times}{C-c C-c} 
     548\key{insert/update table with clock report}{C-c C-x C-r} 
     549 
     550\section{Dynamic Blocks} 
     551 
     552\key{update dynamic block at point}{C-c C-x C-u} 
     553\metax{update all dynamic blocks}{C-u C-c C-x C-u} 
     554 
     555\section{LaTeX and cdlatex-mode} 
     556 
     557\key{preview LaTeX fragment}{C-c C-x C-l} 
     558\key{Expand abbreviation (cdlatex-mode)}{TAB} 
     559\key{Insert/modify math symbol (cdlatex-mode)}{` / '} 
    507560 
    508561\section{Agenda Views} 
     
    556609\key{show tags of current headline}{T} 
    557610\key{set tags for current headline}{:} 
     611\key{toggle ARCHIVE tag}{a} 
    558612\key{set priority of current item}{p} 
    559613\key{raise/lower priority of current item}{S-UP/DOWN$^3$} 
     
    564618\key{insert new entry into diary}{i} 
    565619 
     620\key{Start the clock on current item (clock-in)}{I} 
     621\key{Stop the clock (clock-out)}{O} 
     622\key{Cancel current clock}{X} 
     623 
     624 
    566625{\bf Calendar commands} 
    567626 
     
    578637\key{exit agenda, remove all agenda buffers}{x} 
    579638 
    580 \section{Exporting} 
     639\section{Calendar and Diary Integration} 
     640 
     641To include entries from the Emacs diary in your Org-mode agenda: 
     642\beginexample% 
     643(setq org-agenda-include-diary t) 
     644\endexample 
     645 
     646\section{Exporting and Publishing} 
    581647 
    582648Exporting creates files with extensions {\it .txt\/} and {\it .html\/} 
    583 in the current directory. 
    584  
    585 \key{export as ASCII file}{C-c C-x a} 
    586 \key{export visible text only (e.g. for printing)}{C-c C-x v} 
    587 \key{export as HTML file}{C-c C-x h} 
    588 \key{export as HTML and open in browser}{C-c C-x b} 
    589 \key{prefix arg sets nb. of headline levels, e.g.}{C-3 C-c C-x h} 
    590  
    591 \key{export as iCalendar file}{C-c C-x i} 
    592 \key{export all agenda files as iCalendar files}{C-c C-x C-i} 
    593 \key{combine all agenda files to single iCal file}{C-c C-x C-c} 
    594  
     649in the current directory.  Publishing puts the resulting file into 
     650some other place. 
     651 
     652\key{export/publish dispatcher}{C-c C-e} 
     653 
     654\key{export visible part only}{C-c C-e v} 
    595655\key{insert template of export options}{C-c C-x t} 
    596  
    597656\key{toggle fixed width for entry or region}{C-c :} 
    598657 
     
    621680\key{free text description of file}{\#+TEXT:} 
    622681\key{... which can carry over multiple lines}{\#+TEXT:} 
    623 \key{settings for the export process - see below}{\#+OPTIONS:} 
    624  
    625 \key{set number of headline levels for export}{H:2} 
    626 \key{turn on/off section numbers}{num:t} 
    627 \key{turn on/off table of contents}{toc:t} 
    628 \key{turn on/off linebreak preservation}{\\n:nil} 
    629 \key{turn on/off quoted html tags}{@:t} 
    630 \key{turn on/off fixed width sections}{::t} 
    631 \key{turn on/off tables}{|:t} 
    632 \key{turn on/off \TeX\ syntax for sub/super-scripts}{\^{}:t} 
    633 \key{turn on/off emphasised text}{*:nil} 
    634 \key{turn on/off \TeX\ macros}{TeX:t} 
     682%\key{settings for the export process - see below}{\#+OPTIONS:} 
     683\key{settings for the export process}{\#+OPTIONS:} 
     684 
     685%\key{set number of headline levels for export}{H:2} 
     686%\key{turn on/off section numbers}{num:t} 
     687%\key{turn on/off table of contents}{toc:t} 
     688%\key{turn on/off linebreak preservation}{\\n:nil} 
     689%\key{turn on/off quoted html tags}{@:t} 
     690%\key{turn on/off fixed width sections}{::t} 
     691%\key{turn on/off tables}{|:t} 
     692%\key{turn on/off \TeX\ syntax for sub/super-scripts}{\^{}:t} 
     693%\key{turn on/off emphasised text}{*:nil} 
     694%\key{turn on/off \TeX\ macros}{TeX:t} 
    635695 
    636696{\bf Comments: Text not being exported} 
     
    644704 
    645705 
    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  
    652 \section{Completion} 
    653  
    654 In-buffer completion completes TODO keywords at headline start, TeX 
    655 macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', TAGS 
    656 after  ``{\tt :}'', and dictionary words elsewhere. 
    657  
    658 \key{Complete word at point}{M-TAB} 
    659  
    660 \section{Calendar and Diary Integration} 
    661  
    662 To include entries from the Emacs diary in your Org-mode agenda: 
    663 \beginexample% 
    664 (setq org-agenda-include-diary t) 
    665 \endexample 
    666  
    667 \section{Remember-mode Integration} 
    668  
    669 See the manual for how to make remember.el use Org-mode links and 
    670 files.  The note-finishing command \kbd{C-c C-c} will first prompt for 
    671 an org file. In the file, find a location with: 
    672  
    673 \key{rotate subtree visibility}{TAB} 
    674 \key{next heading}{DOWN} 
    675 \key{previous heading}{UP} 
    676  
    677 Insert the note with one of the following:  
    678  
    679 \key{as sublevel of heading at cursor}{RET} 
    680 \key{right here (cursor not on heading)}{RET} 
    681 \key{before current heading}{LEFT} 
    682 \key{after current heading}{RIGHT} 
    683 \key{shortcut to end of buffer (cursor at buf-start)}{RET} 
    684 \key{Abort}{q} 
    685  
    686 \section{CUA and pc-select compatibility} 
    687  
    688 Configure the variable {\tt org-CUA-compatibility} to make Org-mode 
    689 avoid the \kbd{S-<cursor>} bindings used by these modes.  When set, 
    690 Org-mode will change the following keybindings (also in the agenda 
    691 buffer, but not during date selection). See note mark four$^3$ 
    692 throughout the reference card. 
    693 %\vskip-mm 
    694 \beginexample 
    695 S-UP    $\to$ M-p             S-DOWN  $\to$ M-n 
    696 S-LEFT  $\to$ M--             S-RIGHT $\to$ M-+ 
    697 S-RET   $\to$ C-S-RET 
    698 \endexample 
     706%\section{CUA and pc-select compatibility}% 
     707 
     708%Configure the variable {\tt org-CUA-compatibility} to make Org-mode 
     709%avoid the \kbd{S-<cursor>} bindings used by these modes.  When set, 
     710%Org-mode will change the following keybindings (also in the agenda 
     711%buffer, but not during date selection). See note mark four$^3$ 
     712%throughout the reference card. 
     713%%\vskip-mm 
     714%\beginexample 
     715%S-UP    $\to$ M-p             S-DOWN  $\to$ M-n 
     716%S-LEFT  $\to$ M--             S-RIGHT $\to$ M-+ 
     717%S-RET   $\to$ C-S-RET 
     718%\endexample 
    699719 
    700720\section{Notes}