Browse Source

Release 4.62

Carsten Dominik 17 years ago
parent
commit
82bb96f8a9
7 changed files with 1342 additions and 893 deletions
  1. 6 3
      Makefile
  2. 408 307
      org
  3. 496 283
      org.el
  4. BIN
      org.pdf
  5. 425 293
      org.texi
  6. BIN
      orgcard.pdf
  7. 7 7
      orgcard.tex

+ 6 - 3
Makefile

@@ -42,7 +42,6 @@ MKDIR = mkdir -p
 MAKEINFO = makeinfo
 MAKEINFO = makeinfo
 
 
 # How to create the HTML file
 # How to create the HTML file
-#TEXI2HTML = ./texi2html -monolithic -number
 TEXI2HTML = makeinfo --html --number-sections --no-split
 TEXI2HTML = makeinfo --html --number-sections --no-split
 
 
 # How to move the byte compiled files to their destination.  
 # How to move the byte compiled files to their destination.  
@@ -58,6 +57,7 @@ CP = cp -p
 # The following variables need to be defined by the maintainer
 # The following variables need to be defined by the maintainer
 LISPFILES  = org.el org-publish.el org-mouse.el org-install.el
 LISPFILES  = org.el org-publish.el org-mouse.el org-install.el
 ELCFILES   = $(LISPFILES:.el=.elc)
 ELCFILES   = $(LISPFILES:.el=.elc)
+DOCFILES   = org.texi org.pdf org orgcard.tex orgcard.pdf
 TEXIFILES  = org.texi
 TEXIFILES  = org.texi
 INFOFILES  = org
 INFOFILES  = org
 HTMLDIR    = /home/dominik/public_html/Tools/org
 HTMLDIR    = /home/dominik/public_html/Tools/org
@@ -65,7 +65,8 @@ HTMLDIR    = /home/dominik/public_html/Tools/org
 .SUFFIXES: .el .elc .texi
 .SUFFIXES: .el .elc .texi
 SHELL = /bin/sh
 SHELL = /bin/sh
 
 
-DISTFILES=  README xemacs ${LISPFILES} org.texi org.pdf org orgcard.tex orgcard.pdf Makefile
+DISTFILES=  README ${LISPFILES} ${DOCFILES} Makefile
+DISTFILES_xemacs=  xemacs/noutline.el xemacs/ps-print-invisible.el xemacs/README
 
 
 all:	$(ELCFILES)
 all:	$(ELCFILES)
 
 
@@ -134,7 +135,9 @@ distfile:
 	make doc
 	make doc
 	rm -rf org-$(TAG) org-$(TAG).zip
 	rm -rf org-$(TAG) org-$(TAG).zip
 	$(MKDIR) org-$(TAG)
 	$(MKDIR) org-$(TAG)
-	cp -r $(DISTFILES) org-$(TAG)/
+	$(MKDIR) org-$(TAG)/xemacs
+	cp $(DISTFILES) org-$(TAG)/
+	cp $(DISTFILES_xemacs) org-$(TAG)/xemacs/
 	zip -r org-$(TAG).zip org-$(TAG)
 	zip -r org-$(TAG).zip org-$(TAG)
 	gtar zcvf org-$(TAG).tar.gz org-$(TAG)
 	gtar zcvf org-$(TAG).tar.gz org-$(TAG)
 
 

File diff suppressed because it is too large
+ 408 - 307
org


File diff suppressed because it is too large
+ 496 - 283
org.el


BIN
org.pdf


File diff suppressed because it is too large
+ 425 - 293
org.texi


BIN
orgcard.pdf


+ 7 - 7
orgcard.tex

@@ -1,6 +1,6 @@
 % Reference Card for Org Mode
 % Reference Card for Org Mode
-\def\orgversionnumber{4.61}
-\def\year{2006}
+\def\orgversionnumber{4.62}
+\def\year{2007}
 %
 %
 %**start of header
 %**start of header
 \newcount\columnsperpage
 \newcount\columnsperpage
@@ -318,7 +318,7 @@ are preserved on all copies.
 \metax{mark fully done children}{C-u C-c C-x C-a}
 \metax{mark fully done children}{C-u C-c C-x C-a}
 \key{force cycling of an ARCHIVEd tree}{C-TAB}
 \key{force cycling of an ARCHIVEd tree}{C-TAB}
 \key{move subtree to archive file}{C-c C-x C-s}
 \key{move subtree to archive file}{C-c C-x C-s}
-\key{move all fully done children}{C-u C-c C-x C-s}
+\metax{move all fully done children}{C-u C-c C-x C-s}
 To set archive location for current file, add a line like$^2$:
 To set archive location for current file, add a line like$^2$:
 \vskip -1mm
 \vskip -1mm
 \beginexample%
 \beginexample%
@@ -367,8 +367,7 @@ Outside of tables, the same keys may have other functionality.
 \key{move the current row down}{M-DOWN}
 \key{move the current row down}{M-DOWN}
 \key{kill the current row or horizontal line}{M-S-UP}
 \key{kill the current row or horizontal line}{M-S-UP}
 \key{insert new row above the current row}{M-S-DOWN}
 \key{insert new row above the current row}{M-S-DOWN}
-\key{insert horizontal line below the current row}{C-c -}
-\key{insert horizontal line above the current row}{C-u C-c -}
+\key{insert hline below (\kbd{C-u} : above) current row}{C-c -}
 \key{sort lines in region}{C-c \^{}}
 \key{sort lines in region}{C-c \^{}}
 
 
 {\bf Regions}
 {\bf Regions}
@@ -381,10 +380,11 @@ Outside of tables, the same keys may have other functionality.
 {\bf Calculations} (in combination with Emacs \kbd{calc} package)
 {\bf Calculations} (in combination with Emacs \kbd{calc} package)
 
 
 \key{set and eval column formula}{C-c =}
 \key{set and eval column formula}{C-c =}
-\key{set and eval named-field formula}{C-u C-c =}
+\key{set and eval field formula}{C-u C-c =}
 \key{edit formulas in separate buffer}{C-c '}
 \key{edit formulas in separate buffer}{C-c '}
 \key{re-apply all stored equations to current line}{C-c *}
 \key{re-apply all stored equations to current line}{C-c *}
 \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 *}
+\key{iterate table to stability}{C-u C-u C-c *}
 
 
 %\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
 %in lines starting with: {\tt | \# |}.
 %in lines starting with: {\tt | \# |}.
@@ -402,7 +402,7 @@ formula, \kbd{:=} a named-field formula.
 \key{Example: Add Col1 and Col2}{=\$1+\$2}
 \key{Example: Add Col1 and Col2}{=\$1+\$2}
 \key{... with printf format specification}{=\$1+\$2;\%.2f}
 \key{... with printf format specification}{=\$1+\$2;\%.2f}
 \key{... with constants from constants.el}{=\$1/\$c/\$cm}
 \key{... with constants from constants.el}{=\$1/\$c/\$cm}
-\key{sum from 3rd hline above to here}{:=vsum(\&III)}
+\metax{sum from 2nd to 3rd hline}{:=vsum(@II..@III)}
 \key{apply current column formula}{=}
 \key{apply current column formula}{=}
 
 
 {\bf Miscellaneous}
 {\bf Miscellaneous}

Some files were not shown because too many files changed in this diff