| | 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 | |
|---|
| | 348 | The following commands work when the cursor is {\it inside a table}. |
|---|
| | 349 | Outside 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 | |
|---|
| | 397 | Formulas typed in field are executed by \kbd{TAB}, |
|---|
| | 398 | \kbd{RET} and \kbd{C-c C-c}. \kbd{=} introduces a column |
|---|
| | 399 | formula, \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 | |
|---|
| | 466 | See the manual for how to make remember.el use Org-mode links and |
|---|
| | 467 | files. The note-finishing command \kbd{C-c C-c} will first prompt for |
|---|
| | 468 | an 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 | |
|---|
| | 474 | Insert 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 | |
|---|
| | 485 | In-buffer completion completes TODO keywords at headline start, TeX |
|---|
| | 486 | macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', TAGS |
|---|
| | 487 | after ``{\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 | |
|---|
| 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)}{` / '} |
|---|
| 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 |
|---|