diff options
| author | Carsten Dominik | 2006-06-19 06:55:37 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-06-19 06:55:37 +0000 |
| commit | 13db07e0a16cc73597c0783535c1e6a0f6cee4ca (patch) | |
| tree | 09abc6dc3b033e38b586864543350278f56f5e7a | |
| parent | 3d62681df6efe3920d26bf33df6523bbd5d67c92 (diff) | |
| download | emacs-13db07e0a16cc73597c0783535c1e6a0f6cee4ca.tar.gz emacs-13db07e0a16cc73597c0783535c1e6a0f6cee4ca.zip | |
(section{Clocking Time}): Add new clocking commands.
(section{Structure Editing}): Add global archiving command.
| -rw-r--r-- | etc/orgcard.tex | 161 |
1 files changed, 83 insertions, 78 deletions
diff --git a/etc/orgcard.tex b/etc/orgcard.tex index 646a03b0277..95e810e5ed5 100644 --- a/etc/orgcard.tex +++ b/etc/orgcard.tex | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | % Reference Card for Org Mode | 1 | % Reference Card for Org Mode |
| 2 | \def\orgversionnumber{4.37} | 2 | \def\orgversionnumber{4.38} |
| 3 | \def\year{2006} | 3 | \def\year{2006} |
| 4 | % | 4 | % |
| 5 | %**start of header | 5 | %**start of header |
| @@ -288,10 +288,8 @@ are preserved on all copies. | |||
| 288 | 288 | ||
| 289 | \section{Motion} | 289 | \section{Motion} |
| 290 | 290 | ||
| 291 | \key{next heading}{C-c C-n} | 291 | \key{next/previous heading}{C-c C-n/p} |
| 292 | \key{previous heading}{C-c C-p} | 292 | \key{next/previous heading, same level}{C-c C-f/b} |
| 293 | \key{next heading, same level}{C-c C-f} | ||
| 294 | \key{previous heading, same level}{C-c C-b} | ||
| 295 | \key{backward to higher level heading}{C-c C-u} | 293 | \key{backward to higher level heading}{C-c C-u} |
| 296 | \key{jump to another place in document}{C-c C-j} | 294 | \key{jump to another place in document}{C-c C-j} |
| 297 | \key{previous/next plain list item}{S-UP/DOWN$^3$} | 295 | \key{previous/next plain list item}{S-UP/DOWN$^3$} |
| @@ -306,13 +304,14 @@ are preserved on all copies. | |||
| 306 | \key{promote current subtree up one level}{M-S-LEFT} | 304 | \key{promote current subtree up one level}{M-S-LEFT} |
| 307 | \key{demote current subtree down one level}{M-S-RIGHT} | 305 | \key{demote current subtree down one level}{M-S-RIGHT} |
| 308 | 306 | ||
| 309 | \key{move subtree/list item up}{M-S-UP} | 307 | \key{move subtree/list item up/down}{M-S-UP/DOWN} |
| 310 | \key{move subtree/list item down}{M-S-DOWN} | ||
| 311 | \key{kill subtree}{C-c C-x C-w} | 308 | \key{kill subtree}{C-c C-x C-w} |
| 312 | \key{copy subtree}{C-c C-x M-w} | 309 | \key{copy subtree}{C-c C-x M-w} |
| 313 | \key{yank subtree}{C-c C-x C-y} | 310 | \key{yank subtree}{C-c C-x C-y} |
| 311 | \key{narrow buffer to current subtree}{C-x n s} | ||
| 314 | 312 | ||
| 315 | \key{archive subtree}{C-c \$} | 313 | \key{archive subtree}{C-c \$} |
| 314 | \key{archive all fully done children}{C-u C-c \$} | ||
| 316 | To set archive location for current file, add a line like$^2$: | 315 | To set archive location for current file, add a line like$^2$: |
| 317 | \vskip -1mm | 316 | \vskip -1mm |
| 318 | \beginexample% | 317 | \beginexample% |
| @@ -329,18 +328,13 @@ To set archive location for current file, add a line like$^2$: | |||
| 329 | %\key{agenda for the week}{C-c a$^1$} | 328 | %\key{agenda for the week}{C-c a$^1$} |
| 330 | %\key{agenda for date at cursor}{C-c C-o} | 329 | %\key{agenda for date at cursor}{C-c C-o} |
| 331 | 330 | ||
| 332 | \section{Tags} | 331 | \section{Dynamic Blocks} |
| 333 | 332 | ||
| 334 | \key{set tags for current heading}{C-c C-c} | 333 | \key{update dynamic block at point}{C-c C-x C-u} |
| 335 | \key{realign tags in all headings}{C-u C-c C-c} | 334 | \metax{update all dynamic blocks}{C-u C-c C-x C-u} |
| 336 | \key{create sparse tree with matching tags}{C-c \\} | ||
| 337 | \key{globally (agenda) match tags at cursor}{C-c C-o} | ||
| 338 | 335 | ||
| 339 | \section{Tables} | 336 | \section{Tables} |
| 340 | 337 | ||
| 341 | %Org-mode has its own built-in intuitive table editor with unique | ||
| 342 | %capabilities. | ||
| 343 | |||
| 344 | {\bf Creating a table} | 338 | {\bf Creating a table} |
| 345 | 339 | ||
| 346 | %\metax{insert a new Org-mode table}{M-x org-table-create} | 340 | %\metax{insert a new Org-mode table}{M-x org-table-create} |
| @@ -466,6 +460,39 @@ formula, \kbd{:=} a named-field formula. | |||
| 466 | %\key{\kbd{vm://myself@some.where.org/folder\#id}}{\rm VM remote} | 460 | %\key{\kbd{vm://myself@some.where.org/folder\#id}}{\rm VM remote} |
| 467 | 461 | ||
| 468 | 462 | ||
| 463 | \section{Remember-mode Integration} | ||
| 464 | |||
| 465 | See the manual for how to make remember.el use Org-mode links and | ||
| 466 | files. The note-finishing command \kbd{C-c C-c} will first prompt for | ||
| 467 | an org file. In the file, find a location with: | ||
| 468 | |||
| 469 | \key{rotate subtree visibility}{TAB} | ||
| 470 | \key{next heading}{DOWN} | ||
| 471 | \key{previous heading}{UP} | ||
| 472 | |||
| 473 | Insert the note with one of the following: | ||
| 474 | |||
| 475 | \key{as sublevel of heading at cursor}{RET} | ||
| 476 | \key{right here (cursor not on heading)}{RET} | ||
| 477 | \key{before current heading}{LEFT} | ||
| 478 | \key{after current heading}{RIGHT} | ||
| 479 | \key{shortcut to end of buffer (cursor at buf-start)}{RET} | ||
| 480 | \key{Abort}{q} | ||
| 481 | |||
| 482 | \section{Completion} | ||
| 483 | |||
| 484 | In-buffer completion completes TODO keywords at headline start, TeX | ||
| 485 | macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', TAGS | ||
| 486 | after ``{\tt :}'', and dictionary words elsewhere. | ||
| 487 | |||
| 488 | \key{Complete word at point}{M-TAB} | ||
| 489 | |||
| 490 | |||
| 491 | \newcolumn | ||
| 492 | \title{Org-Mode Reference Card (2/2)} | ||
| 493 | |||
| 494 | \centerline{(for version \orgversionnumber)} | ||
| 495 | |||
| 469 | \section{TODO Items} | 496 | \section{TODO Items} |
| 470 | 497 | ||
| 471 | \key{rotate the state of the current item}{C-c C-t} | 498 | \key{rotate the state of the current item}{C-c C-t} |
| @@ -480,6 +507,13 @@ formula, \kbd{:=} a named-field formula. | |||
| 480 | \key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow} | 507 | \key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow} |
| 481 | \key{\kbd{\#+TYP_TODO: Phil home work DONE}}{\rm todo types} | 508 | \key{\kbd{\#+TYP_TODO: Phil home work DONE}}{\rm todo types} |
| 482 | 509 | ||
| 510 | \section{Tags} | ||
| 511 | |||
| 512 | \key{set tags for current heading}{C-c C-c} | ||
| 513 | \key{realign tags in all headings}{C-u C-c C-c} | ||
| 514 | \key{create sparse tree with matching tags}{C-c \\} | ||
| 515 | \key{globally (agenda) match tags at cursor}{C-c C-o} | ||
| 516 | |||
| 483 | \section{Timestamps} | 517 | \section{Timestamps} |
| 484 | 518 | ||
| 485 | \key{prompt for date and insert timestamp}{C-c .} | 519 | \key{prompt for date and insert timestamp}{C-c .} |
| @@ -502,18 +536,15 @@ formula, \kbd{:=} a named-field formula. | |||
| 502 | %\key{... forward/backward one month}{M-S-LEFT/RIGT} | 536 | %\key{... forward/backward one month}{M-S-LEFT/RIGT} |
| 503 | 537 | ||
| 504 | 538 | ||
| 505 | \newcolumn | ||
| 506 | \title{Org-Mode Reference Card (2/2)} | ||
| 507 | |||
| 508 | \centerline{(for version \orgversionnumber)} | ||
| 509 | |||
| 510 | \section{Clocking Time} | 539 | \section{Clocking Time} |
| 511 | 540 | ||
| 512 | \key{start clock on current item}{C-c C-x C-i} | 541 | \key{start clock on current item}{C-c C-x C-i} |
| 513 | \key{stop clock on current item}{C-c C-x C-o} | 542 | \key{stop clock on current item}{C-c C-x C-o} |
| 514 | \key{cancel current clock}{C-c C-x C-x} | 543 | \key{cancel current clock}{C-c C-x C-x} |
| 544 | |||
| 515 | \key{display total subtree times}{C-c C-x C-d} | 545 | \key{display total subtree times}{C-c C-x C-d} |
| 516 | \key{remove displayed times}{C-c C-c} | 546 | \key{remove displayed times}{C-c C-c} |
| 547 | \key{insert/update table with clock report}{C-c C-x C-r} | ||
| 517 | 548 | ||
| 518 | \section{Agenda Views} | 549 | \section{Agenda Views} |
| 519 | 550 | ||
| @@ -577,7 +608,6 @@ To set categories, add lines like$^2$: | |||
| 577 | \key{Stop the clock (clock-out)}{O} | 608 | \key{Stop the clock (clock-out)}{O} |
| 578 | \key{Cancel current clock}{X} | 609 | \key{Cancel current clock}{X} |
| 579 | 610 | ||
| 580 | \newcolumn | ||
| 581 | 611 | ||
| 582 | {\bf Calendar commands} | 612 | {\bf Calendar commands} |
| 583 | 613 | ||
| @@ -593,6 +623,13 @@ To set categories, add lines like$^2$: | |||
| 593 | \key{quit agenda, remove agenda buffer}{q} | 623 | \key{quit agenda, remove agenda buffer}{q} |
| 594 | \key{exit agenda, remove all agenda buffers}{x} | 624 | \key{exit agenda, remove all agenda buffers}{x} |
| 595 | 625 | ||
| 626 | \section{Calendar and Diary Integration} | ||
| 627 | |||
| 628 | To include entries from the Emacs diary in your Org-mode agenda: | ||
| 629 | \beginexample% | ||
| 630 | (setq org-agenda-include-diary t) | ||
| 631 | \endexample | ||
| 632 | |||
| 596 | \section{Exporting and Publishing} | 633 | \section{Exporting and Publishing} |
| 597 | 634 | ||
| 598 | Exporting creates files with extensions {\it .txt\/} and {\it .html\/} | 635 | Exporting creates files with extensions {\it .txt\/} and {\it .html\/} |
| @@ -629,18 +666,19 @@ keywords. {\tt M-TAB} again just after keyword is complete inserts examples. | |||
| 629 | \key{language code for html}{\#+LANGUAGE:} | 666 | \key{language code for html}{\#+LANGUAGE:} |
| 630 | \key{free text description of file}{\#+TEXT:} | 667 | \key{free text description of file}{\#+TEXT:} |
| 631 | \key{... which can carry over multiple lines}{\#+TEXT:} | 668 | \key{... which can carry over multiple lines}{\#+TEXT:} |
| 632 | \key{settings for the export process - see below}{\#+OPTIONS:} | 669 | %\key{settings for the export process - see below}{\#+OPTIONS:} |
| 633 | 670 | \key{settings for the export process}{\#+OPTIONS:} | |
| 634 | \key{set number of headline levels for export}{H:2} | 671 | |
| 635 | \key{turn on/off section numbers}{num:t} | 672 | %\key{set number of headline levels for export}{H:2} |
| 636 | \key{turn on/off table of contents}{toc:t} | 673 | %\key{turn on/off section numbers}{num:t} |
| 637 | \key{turn on/off linebreak preservation}{\\n:nil} | 674 | %\key{turn on/off table of contents}{toc:t} |
| 638 | \key{turn on/off quoted html tags}{@:t} | 675 | %\key{turn on/off linebreak preservation}{\\n:nil} |
| 639 | \key{turn on/off fixed width sections}{::t} | 676 | %\key{turn on/off quoted html tags}{@:t} |
| 640 | \key{turn on/off tables}{|:t} | 677 | %\key{turn on/off fixed width sections}{::t} |
| 641 | \key{turn on/off \TeX\ syntax for sub/super-scripts}{\^{}:t} | 678 | %\key{turn on/off tables}{|:t} |
| 642 | \key{turn on/off emphasised text}{*:nil} | 679 | %\key{turn on/off \TeX\ syntax for sub/super-scripts}{\^{}:t} |
| 643 | \key{turn on/off \TeX\ macros}{TeX:t} | 680 | %\key{turn on/off emphasised text}{*:nil} |
| 681 | %\key{turn on/off \TeX\ macros}{TeX:t} | ||
| 644 | 682 | ||
| 645 | {\bf Comments: Text not being exported} | 683 | {\bf Comments: Text not being exported} |
| 646 | 684 | ||
| @@ -651,53 +689,20 @@ Subtrees whose header starts with COMMENT are never exported. | |||
| 651 | 689 | ||
| 652 | \key{toggle COMMENT keyword on entry}{C-c ;} | 690 | \key{toggle COMMENT keyword on entry}{C-c ;} |
| 653 | 691 | ||
| 654 | \section{Completion} | ||
| 655 | |||
| 656 | In-buffer completion completes TODO keywords at headline start, TeX | ||
| 657 | macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', TAGS | ||
| 658 | after ``{\tt :}'', and dictionary words elsewhere. | ||
| 659 | |||
| 660 | \key{Complete word at point}{M-TAB} | ||
| 661 | |||
| 662 | \section{Calendar and Diary Integration} | ||
| 663 | |||
| 664 | To include entries from the Emacs diary in your Org-mode agenda: | ||
| 665 | \beginexample% | ||
| 666 | (setq org-agenda-include-diary t) | ||
| 667 | \endexample | ||
| 668 | |||
| 669 | \section{Remember-mode Integration} | ||
| 670 | 692 | ||
| 671 | See the manual for how to make remember.el use Org-mode links and | 693 | %\section{CUA and pc-select compatibility}% |
| 672 | files. The note-finishing command \kbd{C-c C-c} will first prompt for | ||
| 673 | an org file. In the file, find a location with: | ||
| 674 | 694 | ||
| 675 | \key{rotate subtree visibility}{TAB} | 695 | %Configure the variable {\tt org-CUA-compatibility} to make Org-mode |
| 676 | \key{next heading}{DOWN} | 696 | %avoid the \kbd{S-<cursor>} bindings used by these modes. When set, |
| 677 | \key{previous heading}{UP} | 697 | %Org-mode will change the following keybindings (also in the agenda |
| 678 | 698 | %buffer, but not during date selection). See note mark four$^3$ | |
| 679 | Insert the note with one of the following: | 699 | %throughout the reference card. |
| 680 | 700 | %%\vskip-mm | |
| 681 | \key{as sublevel of heading at cursor}{RET} | 701 | %\beginexample |
| 682 | \key{right here (cursor not on heading)}{RET} | 702 | %S-UP $\to$ M-p S-DOWN $\to$ M-n |
| 683 | \key{before current heading}{LEFT} | 703 | %S-LEFT $\to$ M-- S-RIGHT $\to$ M-+ |
| 684 | \key{after current heading}{RIGHT} | 704 | %S-RET $\to$ C-S-RET |
| 685 | \key{shortcut to end of buffer (cursor at buf-start)}{RET} | 705 | %\endexample |
| 686 | \key{Abort}{q} | ||
| 687 | |||
| 688 | \section{CUA and pc-select compatibility} | ||
| 689 | |||
| 690 | Configure the variable {\tt org-CUA-compatibility} to make Org-mode | ||
| 691 | avoid the \kbd{S-<cursor>} bindings used by these modes. When set, | ||
| 692 | Org-mode will change the following keybindings (also in the agenda | ||
| 693 | buffer, but not during date selection). See note mark four$^3$ | ||
| 694 | throughout the reference card. | ||
| 695 | %\vskip-mm | ||
| 696 | \beginexample | ||
| 697 | S-UP $\to$ M-p S-DOWN $\to$ M-n | ||
| 698 | S-LEFT $\to$ M-- S-RIGHT $\to$ M-+ | ||
| 699 | S-RET $\to$ C-S-RET | ||
| 700 | \endexample | ||
| 701 | 706 | ||
| 702 | \section{Notes} | 707 | \section{Notes} |
| 703 | $^1$ This is only a suggestion for a binding of this command. Choose | 708 | $^1$ This is only a suggestion for a binding of this command. Choose |