comparison etc/orgcard.tex @ 67614:d77c3edcebd3

Version 4.0
author Carsten Dominik <dominik@science.uva.nl>
date Fri, 16 Dec 2005 14:32:51 +0000
parents 59b7cebe877c
children 3b7cb4104196
comparison
equal deleted inserted replaced
67613:eab2494a32d7 67614:d77c3edcebd3
1 % Reference Card for Org Mode 3.24 1 % Reference Card for Org Mode 4.00
2 % 2 %
3 %**start of header 3 %**start of header
4 \newcount\columnsperpage 4 \newcount\columnsperpage
5 5
6 % This file can be printed with 1, 2, or 3 columns per page (see below). 6 % This file can be printed with 1, 2, or 3 columns per page (see below).
56 % Internet: gildea@stop.mail-abuse.org 56 % Internet: gildea@stop.mail-abuse.org
57 % 57 %
58 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik 58 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
59 % for their many good ideas. 59 % for their many good ideas.
60 60
61 \def\orgversionnumber{3.24} 61 \def\orgversionnumber{4.00}
62 \def\year{2005} 62 \def\year{2005}
63 63
64 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill 64 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
65 \centerline{\small \copyright\ 2004, 2005\ Free Software Foundation, Inc. 65 \centerline{\small \copyright\ 2004, 2005\ Free Software Foundation, Inc.
66 Permissions on back. v\orgversionnumber}} 66 Permissions on back. v\orgversionnumber}}
281 %(autoload 'orgtbl-mode "org" "Orgtbl minor mode" t) 281 %(autoload 'orgtbl-mode "org" "Orgtbl minor mode" t)
282 %(autoload 'turn-on-orgtbl "org" "Orgtbl minor mode") 282 %(autoload 'turn-on-orgtbl "org" "Orgtbl minor mode")
283 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode)) 283 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
284 (define-key global-map "\\C-cl" 'org-store-link)$^2$ 284 (define-key global-map "\\C-cl" 'org-store-link)$^2$
285 (define-key global-map "\\C-ca" 'org-agenda)$^2$ 285 (define-key global-map "\\C-ca" 'org-agenda)$^2$
286 (define-key global-map "\\C-ct" 'org-todo-list)$^2$
287 \endexample 286 \endexample
288 % 287 %
289 \metax{For the many customization options try}{M-x org-customize} 288 \metax{For the many customization options try}{M-x org-customize}
290 \metax{To read the on-line documentation try}{M-x org-info} 289 \metax{To read the on-line documentation try}{M-x org-info}
291 290
333 \key{show sparse tree for all matches of a regexp}{C-c /} 332 \key{show sparse tree for all matches of a regexp}{C-c /}
334 \key{view TODO's in sparse tree}{C-c C-v} 333 \key{view TODO's in sparse tree}{C-c C-v}
335 \key{global TODO list in agenda mode}{C-c t$^2$} 334 \key{global TODO list in agenda mode}{C-c t$^2$}
336 \key{create sparse tree with all deadlines due}{C-c C-w} 335 \key{create sparse tree with all deadlines due}{C-c C-w}
337 \key{time sorted view of current org file}{C-c C-r} 336 \key{time sorted view of current org file}{C-c C-r}
338 \key{agenda for the week}{C-c a$^2$} 337 %\key{agenda for the week}{C-c a$^2$}
339 \key{agenda for date at cursor}{C-c C-o} 338 %\key{agenda for date at cursor}{C-c C-o}
339
340 \section{Tags}
341
342 \key{set tags for current heading}{C-c C-c}
343 \key{realign tags in all headings}{C-u C-c C-c}
344 \key{create sparse tree with matching tags}{C-c \\}
345 \key{globally (agenda) match tags at cursor}{C-c C-o}
340 346
341 \section{TODO Items} 347 \section{TODO Items}
342 348
343 \key{rotate the state of the current item}{C-c C-t} 349 \key{rotate the state of the current item}{C-c C-t}
344 \key{view TODO items in a sparse tree}{C-c C-v} 350 \key{view TODO items in a sparse tree}{C-c C-v}
514 \newcolumn 520 \newcolumn
515 \title{Org-Mode Reference Card (2/2)} 521 \title{Org-Mode Reference Card (2/2)}
516 522
517 \centerline{(for version \orgversionnumber)} 523 \centerline{(for version \orgversionnumber)}
518 524
519 \section{Timeline, Agenda, Global TODO List} 525 \section{Agenda Views}
520
521 \key{show timeline of current org file}{C-c C-r}
522 \key{... include past dates}{C-u C-c C-r}
523 526
524 \key{add/move current file to front of agenda}{C-c [} 527 \key{add/move current file to front of agenda}{C-c [}
525 \key{remove current file from your agenda}{C-c ]} 528 \key{remove current file from your agenda}{C-c ]}
526 \key{cycle through agenda file list}{C-,} 529 \key{cycle through agenda file list}{C-,}
527 \key{compile agenda for the current week}{C-c a$^2$} 530
531 \key{compile agenda for the current week}{C-c a a$^2$}
532 \key{compile global TODO list}{C-c a t$^2$}
533 \key{compile TODO list for specific keyword}{C-c a T$^2$}
534 \key{match tags in agenda files}{C-c a m$^2$}
528 \key{agenda for date at cursor}{C-c C-o} 535 \key{agenda for date at cursor}{C-c C-o}
529 \key{global TODO list}{C-c t$^2$} 536 \key{show timeline of current org file}{C-c C-r}
537
530 \vskip 1mm 538 \vskip 1mm
531 To set category for current file, add line$^3$: 539 To set categories, add lines like$^3$:
532 \vskip -1mm 540 \vskip -1mm
533 \beginexample% 541 \beginexample%
534 \#+CATEGORY: MyCateg 542 \#+CATEGORY: MyCateg
535 \endexample 543 \endexample
536 544
537 {\bf Commands available in an agenda buffer} 545 {\bf Commands available in an agenda buffer}
538 546
539 {\bf View org file} 547 {\bf View Org file}
540 548
541 \key{show original location of item}{SPC} 549 \key{show original location of item}{SPC}
542 \key{... also available with}{mouse-3} 550 \key{... also available with}{mouse-3}
543 \key{show and recenter window}{l} 551 \key{show and recenter window}{L}
544 \key{goto original location in other window}{TAB} 552 \key{goto original location in other window}{TAB}
545 \key{... also available with}{mouse-2} 553 \key{... also available with}{mouse-2}
546 \key{goto original location, delete other windows}{RET} 554 \key{goto original location, delete other windows}{RET}
547 \key{toggle follow-mode}{f} 555 \key{toggle follow-mode}{f}
548 556
551 \key{delete other windows}{o} 559 \key{delete other windows}{o}
552 \key{switch to weekly view}{w} 560 \key{switch to weekly view}{w}
553 \key{switch to daily view}{d} 561 \key{switch to daily view}{d}
554 \key{toggle inclusion of diary entries}{D} 562 \key{toggle inclusion of diary entries}{D}
555 \key{toggle time grid for daily schedule}{g} 563 \key{toggle time grid for daily schedule}{g}
556 \key{toggle display of logbook entries}{L} 564 \key{toggle display of logbook entries}{l}
557 \key{refresh agenda buffer with any changes}{r} 565 \key{refresh agenda buffer with any changes}{r}
558 \key{display the following \kbd{org-agenda-ndays}}{RIGHT} 566 \key{display the following \kbd{org-agenda-ndays}}{RIGHT}
559 \key{display the previous \kbd{org-agenda-ndays}}{LEFT} 567 \key{display the previous \kbd{org-agenda-ndays}}{LEFT}
560 \key{goto today}{.} 568 \key{goto today}{.}
561 569
562 {\bf Remote editing} 570 {\bf Remote editing}
563 571
564 \key{digit argument}{0-9} 572 \key{digit argument}{0-9}
565
566 \key{change state of current TODO item}{t} 573 \key{change state of current TODO item}{t}
567 \key{set priority of current item}{p} 574 \key{set priority of current item}{p}
568 \key{raise priority of current item}{S-UP$^4$} 575 \key{raise priority of current item}{S-UP$^4$}
569 \key{lower priority of current item}{S-DOWN$^4$} 576 \key{lower priority of current item}{S-DOWN$^4$}
570 \key{display weighted priority of current item}{P} 577 \key{display weighted priority of current item}{P}
571
572 \key{change timestamp to one day earlier}{S-LEFT$^4$} 578 \key{change timestamp to one day earlier}{S-LEFT$^4$}
573 \key{change timestamp to one day later}{S-RIGHT$^4$} 579 \key{change timestamp to one day later}{S-RIGHT$^4$}
574 \key{change timestamp to today}{>} 580 \key{change timestamp to today}{>}
575
576 \key{insert new entry into diary}{i} 581 \key{insert new entry into diary}{i}
577 582
578 {\bf Calendar commands} 583 {\bf Calendar commands}
579 584
580 \key{find agenda cursor date in calendar}{c} 585 \key{find agenda cursor date in calendar}{c}
657 \key{toggle COMMENT keyword on entry}{C-c ;} 662 \key{toggle COMMENT keyword on entry}{C-c ;}
658 663
659 \section{Completion} 664 \section{Completion}
660 665
661 In-buffer completion completes TODO keywords at headline start, TeX 666 In-buffer completion completes TODO keywords at headline start, TeX
662 macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', and 667 macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', TAGS
663 dictionary words elsewhere. 668 after ``{\tt :}'', and dictionary words elsewhere.
664 669
665 \key{Complete word at point}{M-TAB} 670 \key{Complete word at point}{M-TAB}
666 671
667 \newcolumn 672 \newcolumn
668 673
671 To include entries from the Emacs diary in your Org-mode agenda: 676 To include entries from the Emacs diary in your Org-mode agenda:
672 \beginexample% 677 \beginexample%
673 (setq org-agenda-include-diary t) 678 (setq org-agenda-include-diary t)
674 \endexample 679 \endexample
675 680
676 To include your Org-mode agenda in your normal diary, make sure you're 681 To include the Org-mode agenda in the normal diary, make sure you're
677 using the fancy diary display 682 using the fancy diary display
678 % 683 %
679 %\beginexample% 684 %\beginexample%
680 %(add-hook 'diary-display-hook 'fancy-diary-display) 685 %(add-hook 'diary-display-hook 'fancy-diary-display)
681 %\endexample 686 %\endexample
682 % 687 %
683 and in your \kbd{~/diary} file add 688 and in the \kbd{~/diary} file add
684 689
685 \beginexample% 690 \beginexample%
686 \&\%\%(org-diary) 691 \&\%\%(org-diary)
687 \endexample 692 \endexample
688 693