Add org.texi and orgcard.tex for Org version 7.7.
This commit is contained in:
parent
5cb0563318
commit
ce57c2fe30
2 changed files with 1484 additions and 645 deletions
2113
doc/misc/org.texi
2113
doc/misc/org.texi
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
% Reference Card for Org Mode
|
||||
\def\orgversionnumber{7.4}
|
||||
\def\versionyear{2010} % latest update
|
||||
\def\orgversionnumber{7.7}
|
||||
\def\versionyear{2011} % latest update
|
||||
\def\year{2011} % latest copyright year
|
||||
|
||||
%**start of header
|
||||
|
@ -17,8 +17,8 @@
|
|||
\pdflayout=(0l)
|
||||
|
||||
% Nothing else needs to be changed below this line.
|
||||
% Copyright (C) 1987, 1993, 1996-1997, 2001-2011
|
||||
% Free Software Foundation, Inc.
|
||||
% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005,
|
||||
% 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
|
||||
% This file is part of GNU Emacs.
|
||||
|
||||
|
@ -309,6 +309,7 @@ \section{Structure Editing}
|
|||
\metax{move subtree/list item up/down}{M-S-UP/DOWN}
|
||||
\metax{sort subtree/region/plain-list}{C-c \^{}}
|
||||
\metax{clone a subtree}{C-c C-x c}
|
||||
\metax{copy visible text}{C-c C-x v}
|
||||
\metax{kill/copy subtree}{C-c C-x C-w/M-w}
|
||||
\metax{yank subtree}{C-c C-x C-y or C-y}
|
||||
\metax{narrow buffer to subtree / widen}{C-x n s/w}
|
||||
|
@ -443,7 +444,9 @@ \section{Working with Code (Babel)}
|
|||
|
||||
\key{execute code block at point}{C-c C-c}
|
||||
\key{open results of code block at point}{C-c C-o}
|
||||
\key{check code block at point for errors}{C-c C-v c}
|
||||
\key{view expanded body of code block at point}{C-c C-v v}
|
||||
\key{view information about code block at point}{C-c C-v I}
|
||||
\key{go to named code block}{C-c C-v g}
|
||||
\key{go to named result}{C-c C-v r}
|
||||
\key{go to the head of the current code block}{C-c C-v u}
|
||||
|
@ -586,10 +589,10 @@ \section{Agenda Views}
|
|||
|
||||
\key{delete other windows}{o}
|
||||
\key{view mode dispatcher}{v}
|
||||
\key{switch to day/week/month/year view}{d w vm vy}
|
||||
\key{switch to day/week/month/year/def view}{d w vm vy vSP}
|
||||
\key{toggle diary entries / time grid / habits}{D / G / K}
|
||||
\key{toggle entry text / clock report}{E / R}
|
||||
\key{toggle display of logbook entries}{l / v l/L}
|
||||
\key{toggle display of logbook entries}{l / v l/L/c}
|
||||
\key{toggle inclusion of archived trees/files}{v a/A}
|
||||
\key{refresh agenda buffer with any changes}{r / g}
|
||||
\key{filter with respect to a tag}{/}
|
||||
|
@ -683,3 +686,4 @@ \section{Notes}
|
|||
% compile-command: "tex refcard"
|
||||
% End:
|
||||
|
||||
% arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290
|
||||
|
|
Loading…
Add table
Reference in a new issue