Changeset 4091 for trunk/etc/orgcard.tex
- Timestamp:
- 2006年05月27日 10時35分24秒 (2 years ago)
- Files:
-
- trunk/etc/orgcard.tex (modified) (20 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/orgcard.tex
r4073 r4091 1 1 % Reference Card for Org Mode 2 \def\orgversionnumber{4. 26}2 \def\orgversionnumber{4.34} 3 3 \def\year{2006} 4 4 % … … 270 270 \section{Getting Started} 271 271 % 272 %Put the following in your \kbd{~/.emacs}$^1$273 272 \vskip -1mm 274 273 \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")282 274 (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$ 285 277 \endexample 286 278 % … … 303 295 \key{backward to higher level heading}{C-c C-u} 304 296 \key{jump to another place in document}{C-c C-j} 297 \key{previous/next plain list item}{S-UP/DOWN$^3$} 305 298 306 299 \section{Structure Editing} … … 321 314 322 315 \key{archive subtree}{C-c \$} 323 To set archive location for current file, add a line like$^ 3$:316 To set archive location for current file, add a line like$^2$: 324 317 \vskip -1mm 325 318 \beginexample% … … 331 324 \key{show sparse tree for all matches of a regexp}{C-c /} 332 325 \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$} 334 327 \key{create sparse tree with all deadlines due}{C-c C-w} 335 328 \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$} 337 330 %\key{agenda for date at cursor}{C-c C-o} 338 331 … … 352 345 \key{set the priority of the current item}{C-c , [ABC]} 353 346 \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$} 356 349 357 350 \key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow} … … 367 360 \key{create sparse tree with all deadlines due}{C-c C-w} 368 361 \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$} 371 364 \key{access the calendar for the current date}{C-c >} 372 365 \key{insert timestamp matching date in calendar}{C-c <} … … 381 374 \section{Links} 382 375 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$} 384 377 \key{insert a link (TAB completes stored links)}{C-c C-l} 385 378 \key{insert file link with file name completion}{C-u C-c C-l} … … 389 382 \key{open link at point (3: in emacs)}{mouse-2/3} 390 383 %\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 \%} 392 385 \key{jump back to last followed link(s)}{C-c \&} 393 386 … … 395 388 396 389 \key{\kbd{<<My Target>>}}{\rm target} 397 \key{\kbd{<<<My Target>>>}}{\rm radio target$^ 3$}390 \key{\kbd{<<<My Target>>>}}{\rm radio target$^2$} 398 391 \key{\kbd{[[*this text]]}}{\rm find headline} 399 392 \metax{\kbd{[[this text]]}}{\rm find target or text in buffer} … … 406 399 \key{\kbd{file:projects.org::*that text}}{\rm find headline} 407 400 \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} 409 402 \key{\kbd{http://www.astro.uva.nl/~dominik}}{\rm on the web} 410 403 \key{\kbd{mailto:adent@galaxy.net}}{\rm EMail address} 411 404 \key{\kbd{news:comp.emacs}}{\rm Usenet group} 412 405 \key{\kbd{bbdb:Richard Stallman}}{\rm BBDB person} 413 \key{\kbd{shell:ls *.org}}{\rm shell command}414 406 \key{\kbd{gnus:group}}{\rm GNUS group} 415 407 \key{\kbd{gnus:group\#id}}{\rm GNUS message} 416 408 \key{\kbd{vm|wl|mhe|rmail:folder}}{\rm Mail folder} 417 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} 418 413 \metax{\kbd{[[external link][description]]}}{\rm optional link text} 419 414 %\key{\kbd{vm://myself@some.where.org/folder\#id}}{\rm VM remote} … … 480 475 \key{display column number cursor is in}{C-c ?} 481 476 \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$} 483 478 484 479 Formulas typed in field are executed by \kbd{TAB}, … … 517 512 \key{cycle through agenda file list}{C-,} 518 513 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$} 523 518 \key{agenda for date at cursor}{C-c C-o} 524 519 \key{show timeline of current org file}{C-c C-r} 525 520 526 521 \vskip 1mm 527 To set categories, add lines like$^ 3$:522 To set categories, add lines like$^2$: 528 523 \vskip -1mm 529 524 \beginexample% … … 562 557 \key{set tags for current headline}{:} 563 558 \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$} 566 560 \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$} 570 563 \key{change timestamp to today}{>} 571 564 \key{insert new entry into diary}{i} … … 629 622 \key{... which can carry over multiple lines}{\#+TEXT:} 630 623 \key{settings for the export process - see below}{\#+OPTIONS:} 631 632 {\bf Settings for the OPTIONS line}633 624 634 625 \key{set number of headline levels for export}{H:2} … … 652 643 \key{toggle COMMENT keyword on entry}{C-c ;} 653 644 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 654 652 \section{Completion} 655 653 … … 660 658 \key{Complete word at point}{M-TAB} 661 659 662 \newcolumn663 664 660 \section{Calendar and Diary Integration} 665 661 … … 667 663 \beginexample% 668 664 (setq org-agenda-include-diary t) 669 \endexample670 671 To include the Org-mode agenda in the normal diary, make sure you're672 using the fancy diary display673 %674 %\beginexample%675 %(add-hook 'diary-display-hook 'fancy-diary-display)676 %\endexample677 %678 and in the \kbd{~/diary} file add679 680 \beginexample%681 \&\%\%(org-diary)682 \endexample683 684 to include all the files listed in \kbd{org-agenda-files}. For more685 selective file inclusion use a line for each file:686 687 \beginexample%688 \&\%\%(org-diary) ~/path/to/some/org-file.org689 665 \endexample 690 666 … … 713 689 avoid the \kbd{S-<cursor>} bindings used by these modes. When set, 714 690 Org-mode will change the following keybindings (also in the agenda 715 buffer, but not during date selection). See note mark four$^ 4$691 buffer, but not during date selection). See note mark four$^3$ 716 692 throughout the reference card. 717 693 %\vskip-mm … … 723 699 724 700 \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 729 702 you own key as shown under INSTALLATION. 730 703 731 $^ 3$ After changing a \kbd{\#+KEYWORD} or \kbd{<<<target>>>} line,704 $^2$ After changing a \kbd{\#+KEYWORD} or \kbd{<<<target>>>} line, 732 705 press \kbd{C-c C-c} with the cursor still in the line to update. 733 706 734 $^ 4$ Keybinding affected by {\tt org-CUA-compatibility}.707 $^3$ Keybinding affected by {\tt org-CUA-compatibility}. 735 708 736 709 \copyrightnotice
