/[emacs]/emacs/etc/orgcard.tex
ViewVC logotype

Diff of /emacs/etc/orgcard.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by lute, Mon Jul 4 14:58:52 2005 UTC revision 1.7 by cdominik, Tue Jul 19 17:00:20 2005 UTC
# Line 1  Line 1 
1  % Reference Card for Org Mode 3.13  % Reference Card for Org Mode 3.14
2  %  %
3  %**start of header  %**start of header
4  \newcount\columnsperpage  \newcount\columnsperpage
# Line 32  Line 32 
32    
33  % You should have received a copy of the GNU General Public License  % You should have received a copy of the GNU General Public License
34  % along with GNU Emacs; see the file COPYING.  If not, write to  % along with GNU Emacs; see the file COPYING.  If not, write to
35  % the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,  % the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
36  % Boston, MA 02110-1301, USA.  % Boston, MA 02111-1307, USA.
37    
38  % This file is intended to be processed by plain TeX (TeX82).  % This file is intended to be processed by plain TeX (TeX82).
39  %  %
# Line 58  Line 58 
58  % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik  % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
59  % for their many good ideas.  % for their many good ideas.
60    
61  \def\orgversionnumber{3.13}  \def\orgversionnumber{3.14}
62  \def\year{2005}  \def\year{2005}
63    
64  \def\shortcopyrightnotice{\vskip 1ex plus 2 fill  \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
# Line 467  Outside of tables, the same keys may hav Line 467  Outside of tables, the same keys may hav
467  Except for the summation commands, these need the Emacs calc package  Except for the summation commands, these need the Emacs calc package
468  installed.  installed.
469    
470  \key{replace current field with result of formula}{C-c =}  \key{set and eval column formula}{C-c =}
471  \key{... same calculation for rest of column}{C-u C-c =}  \key{set and eval named-field formula}{C-u C-c =}
472    \key{edit formulas in separate buffer}{C-c '}
473  \key{re-apply all stored equations to current line}{C-c *}  \key{re-apply all stored equations to current line}{C-c *}
474  \key{re-apply all stored equations to entire table}{C-u C-c *}  \key{re-apply all stored equations to entire table}{C-u C-c *}
475    
476  \kbd{TAB}, \kbd{RET} and \kbd{C-c C-c} trigger automatic recalculation  \kbd{TAB}, \kbd{RET} and \kbd{C-c C-c} trigger automatic recalculation
477  in lines starting with: {\tt | \# |}.  in lines starting with: {\tt | \# |}.
478    
479  \key{rotate recalculation mark through \# * ! \^ \_ \$}{C-\#}  \key{rotate calculation mark through \# * ! \^ \_ \$}{C-\#}
480    
481  \key{display column number cursor is in}{C-c ?}  \key{display column number cursor is in}{C-c ?}
482  \key{sum numbers in current column/rectangle}{C-c +}  \key{sum numbers in current column/rectangle}{C-c +}
483  \key{copy down with increment}{S-RET$^4$}  \key{copy down with increment}{S-RET$^4$}
484    
485  A formula can also be typed directly into into a field.  It will be  A formula can also be typed directly into into a field and will
486  executed by \kbd{TAB}, \kbd{RET} and \kbd{C-c C-c}:  executed by \kbd{TAB}, \kbd{RET} and \kbd{C-c C-c}.  A leading \kbd{=}
487    introduces a column formula, \kbd{:=} a named-field formula.
488    
489  \key{Example: Add Col1 and Col2}{=\$1+\$2}  \key{Example: Add Col1 and Col2}{=\$1+\$2}
490  \key{... with printf format specification}{=\$1+\$2;\%.2f}  \key{... with printf format specification}{=\$1+\$2;\%.2f}
491  \key{... with constants from constants.el}{=\$1/\$c/\$cm}  \key{... with constants from constants.el}{=\$1/\$c/\$cm}
492  \key{Apply current (for this column) formula}{=}  \key{sum from 3rd hline above to here}{:=vsum(\&III)}
493  \key{Sum all numbers above/left of cursor}{=sum / =sumh}  \key{apply current column formula}{=}
 \key{Sum just the 3 fields closest to cursor}{=sum3/=sumh3}  
494    
495  {\bf Miscellaneous}  {\bf Miscellaneous}
496    
# Line 646  Subtrees whose header starts with COMMEN Line 647  Subtrees whose header starts with COMMEN
647  \section{Completion}  \section{Completion}
648    
649  In-buffer completion completes TODO keywords at headline start, TeX  In-buffer completion completes TODO keywords at headline start, TeX
650  macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'',  macros after ``{\tt \\}'', option keywords after ``{\tt \#-}'', and
651  keyword formulas after ``{\tt =}'', and dictionary words elsewhere.  dictionary words elsewhere.
652    
653  \key{Complete word at point}{M-TAB}  \key{Complete word at point}{M-TAB}
654    
# Line 733  $^4$ Keybinding affected by {\tt org-CUA Line 734  $^4$ Keybinding affected by {\tt org-CUA
734  % compile-command: "tex ord-mode-ref"  % compile-command: "tex ord-mode-ref"
735  % TeX-master: t  % TeX-master: t
736  % End:  % End:
   
 % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290  

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26