(Property inheritance): New section

(Conventions): New section.
	(Structure editing): Document C-RET, the prefix arg to the cut/cpy
	commands, and the new bindings for refiling.
	(Sparse trees): Document the new special command for sparse trees.
	(References): Be more clear about the counting of hilines.
	(Handling links): Document M-p/n for accessing links.
	(Fast access to TODO states): New section.
	(Per file keywords): New section.
	(Property inheritance): New section.
	(Column attributes): New summary types.
	(Capturing Column View): New section.
	(The date/time prompt): Cover the new features in the date/time
	prompt.  Compactify the table of keys for the calendar remote
	control.
	(Clocking work time): Document the new :scope parameter.
	(Remember): Promoted to chapter.
	(Quoted examples): New section.
	(Enhancing text): New verbatim environments.
This commit is contained in:
Carsten Dominik 2008-01-18 15:20:31 +00:00
parent db9c3fb18e
commit dbc28aaa52
3 changed files with 1382 additions and 709 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,7 @@
2008-01-18 Carsten Dominik <dominik@science.uva.nl>
* refcards/orgcard.tex: Update to Org-mode version 5.19.
2008-01-12 Eli Zaretskii <eliz@gnu.org> 2008-01-12 Eli Zaretskii <eliz@gnu.org>
* MACHINES: Add an explicit list of platforms that are no longer * MACHINES: Add an explicit list of platforms that are no longer

View file

@ -1,8 +1,8 @@
% Reference Card for Org Mode % Reference Card for Org Mode
\def\orgversionnumber{5.03} \def\orgversionnumber{5.19}
\def\versionyear{2007} % latest update \def\versionyear{2008} % latest update
\def\year{2008} % latest copyright year \def\year{2008} % latest copyright year
%
%**start of header %**start of header
\newcount\columnsperpage \newcount\columnsperpage
\newcount\letterpaper \newcount\letterpaper
@ -12,17 +12,11 @@
\columnsperpage=3 \columnsperpage=3
% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful % Set letterpapaer to 0 for A4 paper, 1 for letter (US) paper. Useful
% only when columnsperpage is 2 or 3. % only when columnsperpage is 2 or 3.
\letterpaper=0 \letterpaper=0
% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
% a landscape layout.
\input pdflayout.sty
\pdflayout=(0l)
% Nothing else needs to be changed below this line. % Nothing else needs to be changed below this line.
% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004,
% 2005, 2006, 2007, 2008 Free Software Foundation, Inc. % 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@ -31,7 +25,7 @@
% GNU Emacs is free software; you can redistribute it and/or modify % GNU Emacs is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by % it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 3, or (at your option) % the Free Software Foundation; either version 2, or (at your option)
% any later version. % any later version.
% GNU Emacs is distributed in the hope that it will be useful, % GNU Emacs is distributed in the hope that it will be useful,
@ -314,6 +308,7 @@ \section{Motion}
\section{Structure Editing} \section{Structure Editing}
\key{insert new heading/item at current level}{M-RET} \key{insert new heading/item at current level}{M-RET}
\key{insert new heading after subtree}{C-RET}
\key{insert new TODO entry/checkbox item}{M-S-RET} \key{insert new TODO entry/checkbox item}{M-S-RET}
\key{promote current heading up one level}{M-LEFT} \key{promote current heading up one level}{M-LEFT}
@ -322,6 +317,7 @@ \section{Structure Editing}
\key{demote current subtree down one level}{M-S-RIGHT} \key{demote current subtree down one level}{M-S-RIGHT}
\key{move subtree/list item up/down}{M-S-UP/DOWN} \key{move subtree/list item up/down}{M-S-UP/DOWN}
\key{refile subtree}{C-c C-w}
\key{kill subtree}{C-c C-x C-w} \key{kill subtree}{C-c C-x C-w}
\key{copy subtree}{C-c C-x M-w} \key{copy subtree}{C-c C-x M-w}
\key{yank subtree}{C-c C-x C-y} \key{yank subtree}{C-c C-x C-y}
@ -342,10 +338,10 @@ \section{Archiving}
\section{Filtering and Sparse Trees} \section{Filtering and Sparse Trees}
\key{show sparse tree for all matches of a regexp}{C-c /} % FIXME: this is garbage
\key{construct a sparse tree by various criteria}{C-c /}
\key{view TODO's in sparse tree}{C-c C-v} \key{view TODO's in sparse tree}{C-c C-v}
\key{global TODO list in agenda mode}{C-c t$^1$} \key{global TODO list in agenda mode}{C-c t$^1$}
\key{create sparse tree with all deadlines due}{C-c C-w}
\key{time sorted view of current org file}{C-c a L} \key{time sorted view of current org file}{C-c a L}
%\key{agenda for the week}{C-c a$^1$} %\key{agenda for the week}{C-c a$^1$}
%\key{agenda for date at cursor}{C-c C-o} %\key{agenda for date at cursor}{C-c C-o}
@ -552,9 +548,11 @@ \section{Tags}
\section{Properties and Column View} \section{Properties and Column View}
\key{set property}{C-c C-x p}
\key{special commands in property lines}{C-c C-c} \key{special commands in property lines}{C-c C-c}
\key{next/previous allowed value}{S-left/right} \key{next/previous allowed value}{S-left/right}
\key{turn on column view}{C-c C-x C-c} \key{turn on column view}{C-c C-x C-c}
\key{capture columns view in dynamic block}{C-c C-x r}
\key{quit column view}{q} \key{quit column view}{q}
\key{next/previous allowed value}{S-left/right} \key{next/previous allowed value}{S-left/right}
@ -575,7 +573,7 @@ \section{Timestamps}
\key{Like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME \key{Like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME
\key{insert DEADLINE timestamp}{C-c C-d} \key{insert DEADLINE timestamp}{C-c C-d}
\key{insert SCHEDULED timestamp}{C-c C-s} \key{insert SCHEDULED timestamp}{C-c C-s}
\key{create sparse tree with all deadlines due}{C-c C-w} \key{create sparse tree with all deadlines due}{C-c / d}
\key{the time between 2 dates in a time range}{C-c C-y} \key{the time between 2 dates in a time range}{C-c C-y}
\key{change timestamp at cursor by $\pm 1$ day}{S-RIGHT/LEFT$^3$} \key{change timestamp at cursor by $\pm 1$ day}{S-RIGHT/LEFT$^3$}
\key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN$^3$} \key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN$^3$}
@ -606,6 +604,7 @@ \section{Agenda Views}
\key{add/move current file to front of agenda}{C-c [} \key{add/move current file to front of agenda}{C-c [}
\key{remove current file from your agenda}{C-c ]} \key{remove current file from your agenda}{C-c ]}
\key{cycle through agenda file list}{C-'} \key{cycle through agenda file list}{C-'}
\key{set/remove restriction lock}{C-c C-x </>}
\key{compile agenda for the current week}{C-c a a$^1$} \key{compile agenda for the current week}{C-c a a$^1$}
\key{compile global TODO list}{C-c a t$^1$} \key{compile global TODO list}{C-c a t$^1$}
@ -618,13 +617,6 @@ \section{Agenda Views}
\key{configure stuck projects}{C-c a !$^1$} \key{configure stuck projects}{C-c a !$^1$}
\key{agenda for date at cursor}{C-c C-o} \key{agenda for date at cursor}{C-c C-o}
\vskip 1mm
To set categories, add lines like$^2$:
\vskip -1mm
\beginexample%
\#+CATEGORY: MyCateg
\endexample
{\bf Commands available in an agenda buffer} {\bf Commands available in an agenda buffer}
{\bf View Org file} {\bf View Org file}
@ -658,7 +650,7 @@ \section{Agenda Views}
\key{kill item and source}{C-k} \key{kill item and source}{C-k}
\key{archive the subtree}{\$} \key{archive the subtree}{\$}
\key{show tags of current headline}{T} \key{show tags of current headline}{T}
\key{set tags for current headline}{:} \key{set tags for current headline/region}{:}
\key{toggle ARCHIVE tag}{a} \key{toggle ARCHIVE tag}{a}
\key{set priority of current item}{p} \key{set priority of current item}{p}
\key{raise/lower priority of current item}{S-UP/DOWN$^3$} \key{raise/lower priority of current item}{S-UP/DOWN$^3$}
@ -669,9 +661,8 @@ \section{Agenda Views}
\key{insert new entry into diary}{i} \key{insert new entry into diary}{i}
\newcolumn \newcolumn
\key{start the clock on current item (clock-in)}{I} \key{start/stop/cancel the clock on current item}{I / O / X}
\key{stop the clock (clock-out)}{O} \key{jump to running clock entry}{J}
\key{cancel current clock}{X}
{\bf Misc} {\bf Misc}