aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorCarsten Dominik2008-01-18 15:20:31 +0000
committerCarsten Dominik2008-01-18 15:20:31 +0000
commitdbc28aaa524182e9a4eee0d1696b893a41b0d22d (patch)
treec82456a375355ea4f41f632dde714afba962b537 /etc
parentdb9c3fb18e09517bea7c6f1872d661f579c3cd86 (diff)
downloademacs-dbc28aaa524182e9a4eee0d1696b893a41b0d22d.tar.gz
emacs-dbc28aaa524182e9a4eee0d1696b893a41b0d22d.zip
(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.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/refcards/orgcard.tex41
2 files changed, 20 insertions, 25 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 1795f023d5f..55e7c2474f3 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12008-01-18 Carsten Dominik <dominik@science.uva.nl>
2
3 * refcards/orgcard.tex: Update to Org-mode version 5.19.
4
12008-01-12 Eli Zaretskii <eliz@gnu.org> 52008-01-12 Eli Zaretskii <eliz@gnu.org>
2 6
3 * MACHINES: Add an explicit list of platforms that are no longer 7 * MACHINES: Add an explicit list of platforms that are no longer
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex
index 014f4655289..0a231547d03 100644
--- a/etc/refcards/orgcard.tex
+++ b/etc/refcards/orgcard.tex
@@ -1,8 +1,8 @@
1% Reference Card for Org Mode 1% Reference Card for Org Mode
2\def\orgversionnumber{5.03} 2\def\orgversionnumber{5.19}
3\def\versionyear{2007} % latest update 3\def\versionyear{2008} % latest update
4\def\year{2008} % latest copyright year 4\def\year{2008} % latest copyright year
5% 5
6%**start of header 6%**start of header
7\newcount\columnsperpage 7\newcount\columnsperpage
8\newcount\letterpaper 8\newcount\letterpaper
@@ -12,17 +12,11 @@
12 12
13\columnsperpage=3 13\columnsperpage=3
14 14
15% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful 15% Set letterpapaer to 0 for A4 paper, 1 for letter (US) paper. Useful
16% only when columnsperpage is 2 or 3. 16% only when columnsperpage is 2 or 3.
17 17
18\letterpaper=0 18\letterpaper=0
19 19
20% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
21% a landscape layout.
22
23\input pdflayout.sty
24\pdflayout=(0l)
25
26% Nothing else needs to be changed below this line. 20% Nothing else needs to be changed below this line.
27% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 21% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004,
28% 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 22% 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -31,7 +25,7 @@
31 25
32% GNU Emacs is free software; you can redistribute it and/or modify 26% GNU Emacs is free software; you can redistribute it and/or modify
33% it under the terms of the GNU General Public License as published by 27% it under the terms of the GNU General Public License as published by
34% the Free Software Foundation; either version 3, or (at your option) 28% the Free Software Foundation; either version 2, or (at your option)
35% any later version. 29% any later version.
36 30
37% GNU Emacs is distributed in the hope that it will be useful, 31% GNU Emacs is distributed in the hope that it will be useful,
@@ -314,6 +308,7 @@ are preserved on all copies.
314\section{Structure Editing} 308\section{Structure Editing}
315 309
316\key{insert new heading/item at current level}{M-RET} 310\key{insert new heading/item at current level}{M-RET}
311\key{insert new heading after subtree}{C-RET}
317\key{insert new TODO entry/checkbox item}{M-S-RET} 312\key{insert new TODO entry/checkbox item}{M-S-RET}
318 313
319\key{promote current heading up one level}{M-LEFT} 314\key{promote current heading up one level}{M-LEFT}
@@ -322,6 +317,7 @@ are preserved on all copies.
322\key{demote current subtree down one level}{M-S-RIGHT} 317\key{demote current subtree down one level}{M-S-RIGHT}
323 318
324\key{move subtree/list item up/down}{M-S-UP/DOWN} 319\key{move subtree/list item up/down}{M-S-UP/DOWN}
320\key{refile subtree}{C-c C-w}
325\key{kill subtree}{C-c C-x C-w} 321\key{kill subtree}{C-c C-x C-w}
326\key{copy subtree}{C-c C-x M-w} 322\key{copy subtree}{C-c C-x M-w}
327\key{yank subtree}{C-c C-x C-y} 323\key{yank subtree}{C-c C-x C-y}
@@ -342,10 +338,10 @@ are preserved on all copies.
342 338
343\section{Filtering and Sparse Trees} 339\section{Filtering and Sparse Trees}
344 340
345\key{show sparse tree for all matches of a regexp}{C-c /} 341% FIXME: this is garbage
342\key{construct a sparse tree by various criteria}{C-c /}
346\key{view TODO's in sparse tree}{C-c C-v} 343\key{view TODO's in sparse tree}{C-c C-v}
347\key{global TODO list in agenda mode}{C-c t$^1$} 344\key{global TODO list in agenda mode}{C-c t$^1$}
348\key{create sparse tree with all deadlines due}{C-c C-w}
349\key{time sorted view of current org file}{C-c a L} 345\key{time sorted view of current org file}{C-c a L}
350%\key{agenda for the week}{C-c a$^1$} 346%\key{agenda for the week}{C-c a$^1$}
351%\key{agenda for date at cursor}{C-c C-o} 347%\key{agenda for date at cursor}{C-c C-o}
@@ -552,9 +548,11 @@ after ``{\tt :}'', and dictionary words elsewhere.
552 548
553\section{Properties and Column View} 549\section{Properties and Column View}
554 550
551\key{set property}{C-c C-x p}
555\key{special commands in property lines}{C-c C-c} 552\key{special commands in property lines}{C-c C-c}
556\key{next/previous allowed value}{S-left/right} 553\key{next/previous allowed value}{S-left/right}
557\key{turn on column view}{C-c C-x C-c} 554\key{turn on column view}{C-c C-x C-c}
555\key{capture columns view in dynamic block}{C-c C-x r}
558 556
559\key{quit column view}{q} 557\key{quit column view}{q}
560\key{next/previous allowed value}{S-left/right} 558\key{next/previous allowed value}{S-left/right}
@@ -575,7 +573,7 @@ after ``{\tt :}'', and dictionary words elsewhere.
575\key{Like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME 573\key{Like \kbd{C-c .} but make stamp inactive}{C-c !} % FIXME
576\key{insert DEADLINE timestamp}{C-c C-d} 574\key{insert DEADLINE timestamp}{C-c C-d}
577\key{insert SCHEDULED timestamp}{C-c C-s} 575\key{insert SCHEDULED timestamp}{C-c C-s}
578\key{create sparse tree with all deadlines due}{C-c C-w} 576\key{create sparse tree with all deadlines due}{C-c / d}
579\key{the time between 2 dates in a time range}{C-c C-y} 577\key{the time between 2 dates in a time range}{C-c C-y}
580\key{change timestamp at cursor by $\pm 1$ day}{S-RIGHT/LEFT$^3$} 578\key{change timestamp at cursor by $\pm 1$ day}{S-RIGHT/LEFT$^3$}
581\key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN$^3$} 579\key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN$^3$}
@@ -606,6 +604,7 @@ after ``{\tt :}'', and dictionary words elsewhere.
606\key{add/move current file to front of agenda}{C-c [} 604\key{add/move current file to front of agenda}{C-c [}
607\key{remove current file from your agenda}{C-c ]} 605\key{remove current file from your agenda}{C-c ]}
608\key{cycle through agenda file list}{C-'} 606\key{cycle through agenda file list}{C-'}
607\key{set/remove restriction lock}{C-c C-x </>}
609 608
610\key{compile agenda for the current week}{C-c a a$^1$} 609\key{compile agenda for the current week}{C-c a a$^1$}
611\key{compile global TODO list}{C-c a t$^1$} 610\key{compile global TODO list}{C-c a t$^1$}
@@ -618,13 +617,6 @@ after ``{\tt :}'', and dictionary words elsewhere.
618\key{configure stuck projects}{C-c a !$^1$} 617\key{configure stuck projects}{C-c a !$^1$}
619\key{agenda for date at cursor}{C-c C-o} 618\key{agenda for date at cursor}{C-c C-o}
620 619
621\vskip 1mm
622To set categories, add lines like$^2$:
623\vskip -1mm
624\beginexample%
625\#+CATEGORY: MyCateg
626\endexample
627
628{\bf Commands available in an agenda buffer} 620{\bf Commands available in an agenda buffer}
629 621
630{\bf View Org file} 622{\bf View Org file}
@@ -658,7 +650,7 @@ To set categories, add lines like$^2$:
658\key{kill item and source}{C-k} 650\key{kill item and source}{C-k}
659\key{archive the subtree}{\$} 651\key{archive the subtree}{\$}
660\key{show tags of current headline}{T} 652\key{show tags of current headline}{T}
661\key{set tags for current headline}{:} 653\key{set tags for current headline/region}{:}
662\key{toggle ARCHIVE tag}{a} 654\key{toggle ARCHIVE tag}{a}
663\key{set priority of current item}{p} 655\key{set priority of current item}{p}
664\key{raise/lower priority of current item}{S-UP/DOWN$^3$} 656\key{raise/lower priority of current item}{S-UP/DOWN$^3$}
@@ -669,9 +661,8 @@ To set categories, add lines like$^2$:
669\key{insert new entry into diary}{i} 661\key{insert new entry into diary}{i}
670 662
671\newcolumn 663\newcolumn
672\key{start the clock on current item (clock-in)}{I} 664\key{start/stop/cancel the clock on current item}{I / O / X}
673\key{stop the clock (clock-out)}{O} 665\key{jump to running clock entry}{J}
674\key{cancel current clock}{X}
675 666
676{\bf Misc} 667{\bf Misc}
677 668