aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2007-07-13 13:15:05 +0000
committerCarsten Dominik2007-07-13 13:15:05 +0000
commitfecda3e83191e28a654e6a3f375b7b29dff9d6e2 (patch)
tree53ff8181a18ed5ec20241ae118312e7bad93e3c2
parent1e8fbb6d6d3416ded4347463db7330f01dad07b7 (diff)
downloademacs-fecda3e83191e28a654e6a3f375b7b29dff9d6e2.tar.gz
emacs-fecda3e83191e28a654e6a3f375b7b29dff9d6e2.zip
*** empty log message ***
-rw-r--r--etc/orgcard.tex58
-rw-r--r--man/org.texi26
2 files changed, 52 insertions, 32 deletions
diff --git a/etc/orgcard.tex b/etc/orgcard.tex
index d9f60f62f8c..588d4523206 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{5.01} 2\def\orgversionnumber{5.03}
3\def\versionyear{2007} % latest update 3\def\versionyear{2007} % latest update
4\def\year{2007} % latest copyright year 4\def\year{2007} % latest copyright year
5 5
@@ -544,6 +544,24 @@ after ``{\tt :}'', and dictionary words elsewhere.
544\key{create sparse tree with matching tags}{C-c \\} 544\key{create sparse tree with matching tags}{C-c \\}
545\key{globally (agenda) match tags at cursor}{C-c C-o} 545\key{globally (agenda) match tags at cursor}{C-c C-o}
546 546
547\section{Properties and Column View}
548
549\key{special commands in property lines}{C-c C-c}
550\key{next/previous allowed value}{S-left/right}
551\key{turn on column view}{C-c C-x C-c}
552
553\key{quit column view}{q}
554\key{next/previous allowed value}{S-left/right}
555\key{next/previous allowed value}{n / p}
556\key{edit value}{e}
557\key{edit allowed values list}{a}
558\key{show value}{v}
559\key{make column wider/narrower}{> / <}
560\key{move column left/right}{M-left/right}
561\key{add new column}{M-S-right}
562\key{Delete current column}{M-S-left}
563
564
547\section{Timestamps} 565\section{Timestamps}
548 566
549\key{prompt for date and insert timestamp}{C-c .} 567\key{prompt for date and insert timestamp}{C-c .}
@@ -566,6 +584,8 @@ after ``{\tt :}'', and dictionary words elsewhere.
566%\key{... forward/backward one month}{M-S-LEFT/RIGT} 584%\key{... forward/backward one month}{M-S-LEFT/RIGT}
567\key{Toggle custom format display for dates/times}{C-c C-x C-t} 585\key{Toggle custom format display for dates/times}{C-c C-x C-t}
568 586
587\newcolumn
588
569{\bf Clocking time} 589{\bf Clocking time}
570 590
571\key{start clock on current item}{C-c C-x C-i} 591\key{start clock on current item}{C-c C-x C-i}
@@ -575,12 +595,6 @@ after ``{\tt :}'', and dictionary words elsewhere.
575\key{remove displayed times}{C-c C-c} 595\key{remove displayed times}{C-c C-c}
576\key{insert/update table with clock report}{C-c C-x C-r} 596\key{insert/update table with clock report}{C-c C-x C-r}
577 597
578\section{LaTeX and cdlatex-mode}
579
580\key{preview LaTeX fragment}{C-c C-x C-l}
581\key{Expand abbreviation (cdlatex-mode)}{TAB}
582\key{Insert/modify math symbol (cdlatex-mode)}{` / '}
583
584\section{Agenda Views} 598\section{Agenda Views}
585 599
586\key{add/move current file to front of agenda}{C-c [} 600\key{add/move current file to front of agenda}{C-c [}
@@ -648,6 +662,7 @@ To set categories, add lines like$^2$:
648\key{change timestamp to today}{>} 662\key{change timestamp to today}{>}
649\key{insert new entry into diary}{i} 663\key{insert new entry into diary}{i}
650 664
665\newcolumn
651\key{start the clock on current item (clock-in)}{I} 666\key{start the clock on current item (clock-in)}{I}
652\key{stop the clock (clock-out)}{O} 667\key{stop the clock (clock-out)}{O}
653\key{cancel current clock}{X} 668\key{cancel current clock}{X}
@@ -656,7 +671,6 @@ To set categories, add lines like$^2$:
656 671
657\key{Open link in current line}{C-c C-o} 672\key{Open link in current line}{C-c C-o}
658 673
659\newcolumn
660{\bf Calendar commands} 674{\bf Calendar commands}
661 675
662\key{find agenda cursor date in calendar}{c} 676\key{find agenda cursor date in calendar}{c}
@@ -678,6 +692,12 @@ Include Emacs diary entries into Org-mode agenda with:
678(setq org-agenda-include-diary t) 692(setq org-agenda-include-diary t)
679\endexample 693\endexample
680 694
695\section{LaTeX and cdlatex-mode}
696
697\key{preview LaTeX fragment}{C-c C-x C-l}
698\key{Expand abbreviation (cdlatex-mode)}{TAB}
699\key{Insert/modify math symbol (cdlatex-mode)}{` / '}
700
681\section{Exporting and Publishing} 701\section{Exporting and Publishing}
682 702
683Exporting creates files with extensions {\it .txt\/} and {\it .html\/} 703Exporting creates files with extensions {\it .txt\/} and {\it .html\/}
@@ -690,17 +710,17 @@ some other place.
690\key{insert template of export options}{C-c C-x t} 710\key{insert template of export options}{C-c C-x t}
691\key{toggle fixed width for entry or region}{C-c :} 711\key{toggle fixed width for entry or region}{C-c :}
692 712
693{\bf HTML formatting} 713%{\bf HTML formatting}
694 714
695\key{make words {\bf bold}}{*bold*} 715%\key{make words {\bf bold}}{*bold*}
696\key{make words {\it italic}}{/italic/} 716%\key{make words {\it italic}}{/italic/}
697\key{make words \underbar{underlined}}{_underlined_} 717%\key{make words \underbar{underlined}}{_underlined_}
698\key{sub- and superscripts}{x\^{}3, J_dust} 718%\key{sub- and superscripts}{x\^{}3, J_dust}
699\key{\TeX{}-like macros}{\\alpha, \\to} 719%\key{\TeX{}-like macros}{\\alpha, \\to}
700\key{typeset lines in fixed width font}{start with :} 720%\key{typeset lines in fixed width font}{start with :}
701\key{tables are exported as HTML tables}{start with |} 721%\key{tables are exported as HTML tables}{start with |}
702\key{links become HTML links}{http:... etc} 722%\key{links become HTML links}{http:... etc}
703\key{include html tags}{@<b>...@</b>} 723%\key{include html tags}{@<b>...@</b>}
704 724
705%{\bf Export options} 725%{\bf Export options}
706% 726%
diff --git a/man/org.texi b/man/org.texi
index a4a4a6e8f76..6be2a165ff4 100644
--- a/man/org.texi
+++ b/man/org.texi
@@ -3,7 +3,7 @@
3@setfilename ../info/org 3@setfilename ../info/org
4@settitle Org Mode Manual 4@settitle Org Mode Manual
5 5
6@set VERSION 5.02 6@set VERSION 5.03
7@set DATE July 2007 7@set DATE July 2007
8 8
9@dircategory Emacs 9@dircategory Emacs
@@ -616,8 +616,8 @@ key.
616 616
617Headlines define the structure of an outline tree. The headlines in 617Headlines define the structure of an outline tree. The headlines in
618Org-mode start with one or more stars, on the left margin@footnote{See 618Org-mode start with one or more stars, on the left margin@footnote{See
619the variable @code{org-special-ctrl-a} to configure special behavior of 619the variable @code{org-special-ctrl-a/e} to configure special behavior
620@kbd{C-a} in headlines.}. For example: 620of @kbd{C-a} and @kbd{C-e} in headlines.}. For example:
621 621
622@example 622@example
623* Top level headline 623* Top level headline
@@ -3033,7 +3033,8 @@ percentage of checkboxes checked (in the above example, this would be
3033@table @kbd 3033@table @kbd
3034@kindex C-c C-c 3034@kindex C-c C-c
3035@item C-c C-c 3035@item C-c C-c
3036Toggle checkbox at point. 3036Toggle checkbox at point. With prefix argument, set it to @samp{[-]},
3037which is considered to be an intermediate state.
3037@kindex C-c C-x C-b 3038@kindex C-c C-x C-b
3038@item C-c C-x C-b 3039@item C-c C-x C-b
3039Toggle checkbox at point. 3040Toggle checkbox at point.
@@ -3452,20 +3453,19 @@ the regular expression @samp{Sarah\|Denny}.
3452@node Column view, Property API, Property searches, Properties and columns 3453@node Column view, Property API, Property searches, Properties and columns
3453@section Column View 3454@section Column View
3454 3455
3455A great way to view and edit properties in aan outline tree is 3456A great way to view and edit properties in an outline tree is
3456@emph{column view}. In column view, each outline item is turned into a 3457@emph{column view}. In column view, each outline item is turned into a
3457table row. Columns in this table provide access to properties of the 3458table row. Columns in this table provide access to properties of the
3458entries. Org-mode implements columns by overlaying a tabular structure 3459entries. Org-mode implements columns by overlaying a tabular structure
3459over the headline of each item. While the headlines have been turned 3460over the headline of each item. While the headlines have been turned
3460into a table row, you can still change the visibility of the outline 3461into a table row, you can still change the visibility of the outline
3461tree. For example, you get a compact table by switching to CONTENTS 3462tree. For example, you get a compact table by switching to CONTENTS
3462view (@kbd{S-@key{TAB} S-@key{TAB}}, or simple @kbd{c} while column view 3463view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
3463is active), but you can still open, read, and 3464is active), but you can still open, read, and edit the entry below each
3464edit the entry below each headline. Or, you can switch to column view 3465headline. Or, you can switch to column view after executing a sparse
3465after executing a sparse tree command and in this way get a table only 3466tree command and in this way get a table only for the selected items.
3466for the selected items. Column view also works in agenda buffers 3467Column view also works in agenda buffers (@pxref{Agenda views}) where
3467(@pxref{Agenda views}) where queries have collected selected items, 3468queries have collected selected items, possibly from a number of files.
3468possibly from a number of files.
3469 3469
3470@menu 3470@menu
3471* Defining columns:: The COLUMNS format property 3471* Defining columns:: The COLUMNS format property
@@ -4490,7 +4490,7 @@ file in a @emph{time-sorted view}. The main purpose of this command is
4490to give an overview over events in a project. 4490to give an overview over events in a project.
4491 4491
4492@table @kbd 4492@table @kbd
4493@kindex C-a a L 4493@kindex C-c a L
4494@item C-c a L 4494@item C-c a L
4495Show a time-sorted view of the org file, with all time-stamped items. 4495Show a time-sorted view of the org file, with all time-stamped items.
4496When called with a @kbd{C-u} prefix, all unfinished TODO entries 4496When called with a @kbd{C-u} prefix, all unfinished TODO entries