aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2010-12-12 23:11:49 -0500
committerStefan Monnier2010-12-12 23:11:49 -0500
commit7a600d54c026061eee6db4e499802f524e7ebe00 (patch)
tree684aa988f06de977a52027ee5e1262c37f7678eb /etc
parentf07a954eeb0930029104402e706165bf89853576 (diff)
parentfdbb4d85ffa2ac30cb7ac0ceea6f12d0c8054d6c (diff)
downloademacs-7a600d54c026061eee6db4e499802f524e7ebe00.tar.gz
emacs-7a600d54c026061eee6db4e499802f524e7ebe00.zip
Merge from trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/TODO33
-rw-r--r--etc/refcards/orgcard.tex151
3 files changed, 42 insertions, 146 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 03f2edb55b2..eba8529f63d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2
3 * refcards/orgcard.tex: Cleanup.
4
12010-11-27 Ulrich Mueller <ulm@gentoo.org> 52010-11-27 Ulrich Mueller <ulm@gentoo.org>
2 6
3 * HELLO: Add ancient Greek (Bug#7418). 7 * HELLO: Add ancient Greek (Bug#7418).
diff --git a/etc/TODO b/etc/TODO
index 296800dd1e3..8394be6611d 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -1,7 +1,7 @@
1Emacs TODO List -*-outline-*- 1Emacs TODO List -*-outline-*-
2 2
3Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 3Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
4 Free Software Foundation, Inc. 4 2010 Free Software Foundation, Inc.
5See the end of the file for license conditions. 5See the end of the file for license conditions.
6 6
7 7
@@ -40,7 +40,6 @@ make it.
40 fix_submap_inheritance hack and to more cleanly express the 40 fix_submap_inheritance hack and to more cleanly express the
41 relationship between minibuffer-local-*-map): I've had this locally 41 relationship between minibuffer-local-*-map): I've had this locally
42 for a long time, but the details of the semantics is somewhat ... delicate. 42 for a long time, but the details of the semantics is somewhat ... delicate.
43*** Derive from prog-mode in more places, close bug#5532.
44*** prog-mode could/should provide a better fill-paragraph default 43*** prog-mode could/should provide a better fill-paragraph default
45 that uses syntax-tables to recognize string/comment boundaries. 44 that uses syntax-tables to recognize string/comment boundaries.
46*** provide more completion-at-point-functions. Make existing 45*** provide more completion-at-point-functions. Make existing
@@ -56,8 +55,6 @@ suitable for anyone from beginners to experts.
56 55
57** Convert modes that use view-mode to be derived from special-mode instead. 56** Convert modes that use view-mode to be derived from special-mode instead.
58 57
59** Replace some uses of the preprocessor code in Makefile.in with the equivalent autoconf.
60
61** Major modes should have a menu entry. Examples of modes that do 58** Major modes should have a menu entry. Examples of modes that do
62not have one at the moment and probably should: text-mode, inferior-lisp-mode. 59not have one at the moment and probably should: text-mode, inferior-lisp-mode.
63 60
@@ -206,8 +203,7 @@ Perspectives also need to interact with the tabs.
206** Imenu could be extended into a file-structure browsing mechanism 203** Imenu could be extended into a file-structure browsing mechanism
207using code like that of customize-groups. 204using code like that of customize-groups.
208 205
209** Display something in the margin on lines that have compilation 206** Display something in the margin on lines that have compilation errors.
210errors.
211 207
212** Compilation error navigation bar, parallel to the scroll bar, 208** Compilation error navigation bar, parallel to the scroll bar,
213indicating where in the buffer there are compilation errors. 209indicating where in the buffer there are compilation errors.
@@ -325,8 +321,7 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
325 321
326** ange-ftp 322** ange-ftp
327*** understand sftp 323*** understand sftp
328 This is hard to make work because sftp doesn't print status 324 This is hard to make work because sftp doesn't print status messages.
329 messages.
330 325
331*** Use MLS for ange-ftp-insert-directory if a list of files is specified. 326*** Use MLS for ange-ftp-insert-directory if a list of files is specified.
332 327
@@ -364,8 +359,7 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
364 will then come in encoded in UTF-16. 359 will then come in encoded in UTF-16.
365 360
366 One advantage of switching to Unicode is to toss encoded-kbd usage, 361 One advantage of switching to Unicode is to toss encoded-kbd usage,
367 which will solve the problem with binding non-ASCII keys with 362 which will solve the problem with binding non-ASCII keys with modifiers.
368 modifiers.
369 363
370 Problem: using this on Windows 9x/ME requires installing the 364 Problem: using this on Windows 9x/ME requires installing the
371 Microsoft Layer for Unicode (MSLU), which might not implement all 365 Microsoft Layer for Unicode (MSLU), which might not implement all
@@ -391,8 +385,7 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
391** Make desktop.el save the "frame configuration" of Emacs (in some 385** Make desktop.el save the "frame configuration" of Emacs (in some
392 useful sense). 386 useful sense).
393 387
394** Give desktop.el a feature to switch between different named 388** Give desktop.el a feature to switch between different named desktops.
395 desktops.
396 389
397** Add a cpio mode, more or less like tar mode. 390** Add a cpio mode, more or less like tar mode.
398 391
@@ -447,13 +440,12 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html
447 440
448** Eliminate the storm of warnings concerning char/unsigned char 441** Eliminate the storm of warnings concerning char/unsigned char
449 mismatches that we get with GCC 4.x and proprietary compilers on 442 mismatches that we get with GCC 4.x and proprietary compilers on
450 various systems. They make it difficult to spot the important 443 various systems. They make it difficult to spot the important warnings.
451 warnings.
452 444
453** Fix anything necessary to use `long long' EMACS_INTs with GCC. 445** Fix anything necessary to use `long long' EMACS_INTs with GCC.
454 446
455** Split out parts of lisp.h and generate Makefile dependencies 447** Split out parts of lisp.h [and generate Makefile dependencies automatically.]
456 automatically. 448[the last bit is done, see DEPFLAGS etc in src/Makefile.in ]
457 449
458** Update the FAQ. 450** Update the FAQ.
459 451
@@ -466,8 +458,7 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html
466 [Do the existing -Q and -D cover this, or is more needed?] 458 [Do the existing -Q and -D cover this, or is more needed?]
467 459
468** Improve the GC (generational, incremental). (We may be able to use 460** Improve the GC (generational, incremental). (We may be able to use
469 the Boehm collector.) [See the Boehm-GC branch in CVS for work on 461 the Boehm collector.) [See the Boehm-GC branch in CVS for work on this.]
470 this.]
471 462
472** Check what hooks would help Emacspeak -- see the defadvising in W3. 463** Check what hooks would help Emacspeak -- see the defadvising in W3.
473 464
@@ -527,8 +518,7 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html
527** Reorder defcustom's in each package so that the more important 518** Reorder defcustom's in each package so that the more important
528 options come first in the Customize buffers. This could be done by 519 options come first in the Customize buffers. This could be done by
529 either rearranging the file (since options are shown in the order 520 either rearranging the file (since options are shown in the order
530 they appear in the *.el files), or by adding a few :set-after 521 they appear in the *.el files), or by adding a few :set-after attributes.
531 attributes.
532 522
533** Maybe document the features of libraries missing from the manual (or 523** Maybe document the features of libraries missing from the manual (or
534 ancillary manuals, including the Lisp manual in some cases). 524 ancillary manuals, including the Lisp manual in some cases).
@@ -1230,4 +1220,3 @@ GNU General Public License for more details.
1230You should have received a copy of the GNU General Public License 1220You should have received a copy of the GNU General Public License
1231along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 1221along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1232 1222
1233;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036
diff --git a/etc/refcards/orgcard.tex b/etc/refcards/orgcard.tex
index cd1a2d9c1a4..c55c55dcf99 100644
--- a/etc/refcards/orgcard.tex
+++ b/etc/refcards/orgcard.tex
@@ -1,5 +1,5 @@
1% Reference Card for Org Mode 1% Reference Card for Org Mode
2\def\orgversionnumber{7.3} 2\def\orgversionnumber{7.4}
3\def\versionyear{2010} % latest update 3\def\versionyear{2010} % latest update
4\def\year{2010} % latest copyright year 4\def\year{2010} % latest copyright year
5 5
@@ -266,6 +266,10 @@ are preserved on all copies.
266\def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad 266\def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad
267 &\kbd{#3}\hfil\quad\cr} 267 &\kbd{#3}\hfil\quad\cr}
268 268
269\def\noteone{{\small \hfill [1]}}
270\def\notetwo{{\small \hfill [2]}}
271
272
269%**end of header 273%**end of header
270 274
271 275
@@ -274,14 +278,6 @@ are preserved on all copies.
274\centerline{(for version \orgversionnumber)} 278\centerline{(for version \orgversionnumber)}
275 279
276\section{Getting Started} 280\section{Getting Started}
277%
278%\vskip -2mm
279%\beginexample%
280%(add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
281%(define-key global-map "\\C-cl" 'org-store-link)$^1$
282%(define-key global-map "\\C-ca" 'org-agenda)$^1$
283%\endexample
284%
285\metax{To read the on-line documentation try}{M-x org-info} 281\metax{To read the on-line documentation try}{M-x org-info}
286 282
287\section{Visibility Cycling} 283\section{Visibility Cycling}
@@ -298,7 +294,7 @@ are preserved on all copies.
298\key{next/previous heading, same level}{C-c C-f/b} 294\key{next/previous heading, same level}{C-c C-f/b}
299\key{backward to higher level heading}{C-c C-u} 295\key{backward to higher level heading}{C-c C-u}
300\key{jump to another place in document}{C-c C-j} 296\key{jump to another place in document}{C-c C-j}
301\key{previous/next plain list item}{S-UP/DOWN$^3$} 297\key{previous/next plain list item}{S-UP/DOWN\notetwo}
302 298
303\section{Structure Editing} 299\section{Structure Editing}
304 300
@@ -310,17 +306,16 @@ are preserved on all copies.
310\key{turn item/line into headline}{C-c *} 306\key{turn item/line into headline}{C-c *}
311\key{promote/demote heading}{M-LEFT/RIGHT} 307\key{promote/demote heading}{M-LEFT/RIGHT}
312\metax{promote/demote current subtree}{M-S-LEFT/RIGHT} 308\metax{promote/demote current subtree}{M-S-LEFT/RIGHT}
313
314\metax{move subtree/list item up/down}{M-S-UP/DOWN} 309\metax{move subtree/list item up/down}{M-S-UP/DOWN}
315\metax{sort subtree/region/plain-list}{C-c \^{}} 310\metax{sort subtree/region/plain-list}{C-c \^{}}
316\metax{clone a subtree}{C-c C-x c} 311\metax{clone a subtree}{C-c C-x c}
317\metax{refile subtree}{C-c C-w}
318\metax{kill/copy subtree}{C-c C-x C-w/M-w} 312\metax{kill/copy subtree}{C-c C-x C-w/M-w}
319\metax{yank subtree}{C-c C-x C-y or C-y} 313\metax{yank subtree}{C-c C-x C-y or C-y}
320\metax{narrow buffer to subtree / widen}{C-x n s/w} 314\metax{narrow buffer to subtree / widen}{C-x n s/w}
321 315
322\section{Archiving} 316\section{Capture - Refile - Archiving}
323 317\key{capture a new item (C-u C-u = goto last)}{C-c c \noteone}
318\key{refile subtree (C-u C-u = goto last)}{C-c C-w}
324\key{archive subtree using the default command}{C-c C-x C-a} 319\key{archive subtree using the default command}{C-c C-x C-a}
325\key{move subtree to archive file}{C-c C-x C-s} 320\key{move subtree to archive file}{C-c C-x C-s}
326\key{toggle ARCHIVE tag / to ARCHIVE sibling}{C-c C-x a/A} 321\key{toggle ARCHIVE tag / to ARCHIVE sibling}{C-c C-x a/A}
@@ -330,7 +325,7 @@ are preserved on all copies.
330 325
331\key{construct a sparse tree by various criteria}{C-c /} 326\key{construct a sparse tree by various criteria}{C-c /}
332\key{view TODO's in sparse tree}{C-c / t/T} 327\key{view TODO's in sparse tree}{C-c / t/T}
333\key{global TODO list in agenda mode}{C-c a t$^1$} 328\key{global TODO list in agenda mode}{C-c a t \noteone}
334\key{time sorted view of current org file}{C-c a L} 329\key{time sorted view of current org file}{C-c a L}
335 330
336\section{Tables} 331\section{Tables}
@@ -428,7 +423,7 @@ formula, \kbd{:=} a field formula.
428 423
429\section{Links} 424\section{Links}
430 425
431\key{globally store link to the current location}{C-c l$^1$} 426\key{globally store link to the current location}{C-c l \noteone}
432\key{insert a link (TAB completes stored links)}{C-c C-l} 427\key{insert a link (TAB completes stored links)}{C-c C-l}
433\key{insert file link with file name completion}{C-u C-c C-l} 428\key{insert file link with file name completion}{C-u C-c C-l}
434\key{edit (also hidden part of) link at point}{C-c C-l} 429\key{edit (also hidden part of) link at point}{C-c C-l}
@@ -444,35 +439,6 @@ formula, \kbd{:=} a field formula.
444\key{edit code snippet of file at point}{C-c '} 439\key{edit code snippet of file at point}{C-c '}
445\key{toggle inline display of linked images}{C-c C-x C-v} 440\key{toggle inline display of linked images}{C-c C-x C-v}
446 441
447% {\bf Internal Links}
448
449% \key{\kbd{<<My Target>>}}{\rm target}
450% \key{\kbd{<<<My Target>>>}}{\rm radio target$^2$}
451% \key{\kbd{[[*this text]]}}{\rm find headline}
452% \metax{\kbd{[[this text]]}}{\rm find target or text in buffer}
453% \metax{\kbd{[[this text][description]]}}{\rm optional link text}
454
455% {\bf External Links}
456
457% \key{\kbd{file:/home/dominik/img/mars.jpg}}{\rm file, absolute}
458% \key{\kbd{file:papers/last.pdf}}{\rm file, relative}
459% \key{\kbd{file:projects.org::*that text}}{\rm find headline}
460% \key{\kbd{file:projects.org::find me}}{\rm find trgt/string}
461% %\key{\kbd{file:projects.org::/regexp/}}{\rm regexp search}
462% \key{\kbd{http://www.astro.uva.nl/~dominik}}{\rm on the web}
463% \key{\kbd{mailto:adent@galaxy.net}}{\rm Email address}
464% \key{\kbd{news:comp.emacs}}{\rm Usenet group}
465% \key{\kbd{bbdb:Richard Stallman}}{\rm BBDB person}
466% \key{\kbd{gnus:group}}{\rm GNUS group}
467% \key{\kbd{gnus:group\#id}}{\rm GNUS message}
468% \key{\kbd{vm|wl|mhe|rmail:folder}}{\rm Mail folder}
469% \key{\kbd{vm|wl|mhe|rmail:folder\#id}}{\rm Mail message}
470% \key{\kbd{info:emacs:Regexps}}{\rm Info file:node}
471% \key{\kbd{shell:ls *.org}}{\rm shell command}
472% \key{\kbd{elisp:(calendar)}}{\rm elisp form}
473% \metax{\kbd{[[external link][description]]}}{\rm optional link text}
474% %\key{\kbd{vm://myself@some.where.org/folder\#id}}{\rm VM remote}
475
476\section{Working with Code (Babel)} 442\section{Working with Code (Babel)}
477 443
478\key{execute code block at point}{C-c C-c} 444\key{execute code block at point}{C-c C-c}
@@ -494,25 +460,6 @@ formula, \kbd{:=} a field formula.
494\key{load expanded body of the current code block into a session}{C-c C-v l} 460\key{load expanded body of the current code block into a session}{C-c C-v l}
495\key{view sha1 hash of the current code block}{C-c C-v a} 461\key{view sha1 hash of the current code block}{C-c C-v a}
496 462
497% \section{Remember-mode Integration}
498
499% See the manual for how to make remember.el use Org-mode links and
500% files. The note-finishing command \kbd{C-c C-c} will first prompt for
501% an org file. In the file, find a location with:
502
503% \key{rotate subtree visibility}{TAB}
504% \key{next heading}{DOWN}
505% \key{previous heading}{UP}
506
507% Insert the note with one of the following:
508
509% \key{as sublevel of heading at cursor}{RET}
510% \key{right here (cursor not on heading)}{RET}
511% \key{before current heading}{LEFT}
512% \key{after current heading}{RIGHT}
513% \key{shortcut to end of buffer (cursor at buf-start)}{RET}
514% \key{Abort}{q}
515
516\section{Completion} 463\section{Completion}
517 464
518In-buffer completion completes TODO keywords at headline start, TeX 465In-buffer completion completes TODO keywords at headline start, TeX
@@ -538,11 +485,7 @@ after ``{\tt :}'', and dictionary words elsewhere.
538 485
539\key{set the priority of the current item}{C-c , [ABC]} 486\key{set the priority of the current item}{C-c , [ABC]}
540\key{remove priority cookie from current item}{C-c , SPC} 487\key{remove priority cookie from current item}{C-c , SPC}
541\key{raise/lower priority of current item}{S-UP/DOWN$^3$} 488\key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
542%\key{lower priority of current item}{S-DOWN$^3$}
543
544%\key{\kbd{\#+SEQ_TODO: TODO TRY BLUFF DONE}}{\rm todo workflow}
545%\key{\kbd{\#+TYP_TODO: Phil home work DONE}}{\rm todo types}
546 489
547\key{insert new checkbox item in plain list}{M-S-RET} 490\key{insert new checkbox item in plain list}{M-S-RET}
548\key{toggle checkbox(es) in region/entry/at point}{C-c C-x C-b} 491\key{toggle checkbox(es) in region/entry/at point}{C-c C-x C-b}
@@ -585,8 +528,8 @@ after ``{\tt :}'', and dictionary words elsewhere.
585\key{insert SCHEDULED timestamp}{C-c C-s} 528\key{insert SCHEDULED timestamp}{C-c C-s}
586\key{create sparse tree with all deadlines due}{C-c / d} 529\key{create sparse tree with all deadlines due}{C-c / d}
587\key{the time between 2 dates in a time range}{C-c C-y} 530\key{the time between 2 dates in a time range}{C-c C-y}
588\key{change timestamp at cursor by $\pm 1$ day}{S-RIGHT/LEFT$^3$} 531\metax{change timestamp at cursor $\pm 1$ day}{S-RIGHT/LEFT\notetwo}
589\key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN$^3$} 532\key{change year/month/day at cursor by $\pm 1$}{S-UP/DOWN\notetwo}
590\key{access the calendar for the current date}{C-c >} 533\key{access the calendar for the current date}{C-c >}
591\key{insert timestamp matching date in calendar}{C-c <} 534\key{insert timestamp matching date in calendar}{C-c <}
592\key{access agenda for current date}{C-c C-o} 535\key{access agenda for current date}{C-c C-o}
@@ -615,15 +558,15 @@ after ``{\tt :}'', and dictionary words elsewhere.
615\key{cycle through agenda file list}{C-'} 558\key{cycle through agenda file list}{C-'}
616\key{set/remove restriction lock}{C-c C-x </>} 559\key{set/remove restriction lock}{C-c C-x </>}
617 560
618\key{compile agenda for the current week}{C-c a a$^1$} 561\key{compile agenda for the current week}{C-c a a \noteone}
619\key{compile global TODO list}{C-c a t$^1$} 562\key{compile global TODO list}{C-c a t \noteone}
620\key{compile TODO list for specific keyword}{C-c a T$^1$} 563\key{compile TODO list for specific keyword}{C-c a T \noteone}
621\key{match tags, TODO kwds, properties}{C-c a m$^1$} 564\key{match tags, TODO kwds, properties}{C-c a m \noteone}
622\key{match only in TODO entries}{C-c a M$^1$} 565\key{match only in TODO entries}{C-c a M \noteone}
623\key{find stuck projects}{C-c a \#$^1$} 566\key{find stuck projects}{C-c a \# \noteone}
624\key{show timeline of current org file}{C-c a L$^1$} 567\key{show timeline of current org file}{C-c a L \noteone}
625\key{configure custom commands}{C-c a C$^1$} 568\key{configure custom commands}{C-c a C \noteone}
626%\key{configure stuck projects}{C-c a !$^1$} 569%\key{configure stuck projects}{C-c a ! \noteone}
627\key{agenda for date at cursor}{C-c C-o} 570\key{agenda for date at cursor}{C-c C-o}
628 571
629{\bf Commands available in an agenda buffer} 572{\bf Commands available in an agenda buffer}
@@ -664,10 +607,10 @@ after ``{\tt :}'', and dictionary words elsewhere.
664\key{set/show tags of current headline}{: / T} 607\key{set/show tags of current headline}{: / T}
665\key{set effort property (prefix=nth)}{e} 608\key{set effort property (prefix=nth)}{e}
666\key{set / compute priority of current item}{, / P} 609\key{set / compute priority of current item}{, / P}
667\key{raise/lower priority of current item}{S-UP/DOWN$^3$} 610\key{raise/lower priority of current item}{S-UP/DOWN\notetwo}
668\key{run an attachment command}{C-c C-a} 611\key{run an attachment command}{C-c C-a}
669\key{schedule/set deadline for this item}{C-c C-s/d} 612\key{schedule/set deadline for this item}{C-c C-s/d}
670\key{change timestamp to one day earlier/later}{S-LEFT/RIGHT$^3$} 613\metax{change timestamp one day earlier/later}{S-LEFT/RIGHT\notetwo}
671\key{change timestamp to today}{>} 614\key{change timestamp to today}{>}
672\key{insert new entry into diary}{i} 615\key{insert new entry into diary}{i}
673\newcolumn 616\newcolumn
@@ -713,43 +656,6 @@ some other place.
713\key{toggle fixed width for entry or region}{C-c :} 656\key{toggle fixed width for entry or region}{C-c :}
714\key{toggle pretty display of scripts, entities}{C-c C-x {\tt\char`\\}} 657\key{toggle pretty display of scripts, entities}{C-c C-x {\tt\char`\\}}
715 658
716%{\bf HTML formatting}
717
718%\key{make words {\bf bold}}{*bold*}
719%\key{make words {\it italic}}{/italic/}
720%\key{make words \underbar{underlined}}{_underlined_}
721%\key{sub- and superscripts}{x\^{}3, J_dust}
722%\key{\TeX{}-like macros}{\\alpha, \\to}
723%\key{typeset lines in fixed width font}{start with :}
724%\key{tables are exported as HTML tables}{start with |}
725%\key{links become HTML links}{http:... etc}
726%\key{include html tags}{@<b>...@</b>}
727
728%{\bf Export options}
729%
730%Include additional information for export by putting these anywhere in the
731%org file. Use {\tt M-TAB} completion to make sure to get the right
732%keywords. {\tt M-TAB} again just after keyword is complete inserts examples.
733%
734%\key{the title to be shown}{\#+TITLE:}
735%\key{the author}{\#+AUTHOR:}
736%\key{authors email address}{\#+EMAIL:}
737%\key{language code for html}{\#+LANGUAGE:}
738%\key{free text description of file}{\#+TEXT:}
739%\key{... which can carry over multiple lines}{\#+TEXT:}
740%\key{settings for the export process}{\#+OPTIONS:}
741
742%\key{set number of headline levels for export}{H:2}
743%\key{turn on/off section numbers}{num:t}
744%\key{turn on/off table of contents}{toc:t}
745%\key{turn on/off linebreak preservation}{\\n:nil}
746%\key{turn on/off quoted html tags}{@:t}
747%\key{turn on/off fixed width sections}{::t}
748%\key{turn on/off tables}{|:t}
749%\key{turn on/off \TeX\ syntax for sub/super-scripts}{\^{}:t}
750%\key{turn on/off emphasised text}{*:nil}
751%\key{turn on/off \TeX\ macros}{TeX:t}
752
753{\bf Comments: Text not being exported} 659{\bf Comments: Text not being exported}
754 660
755Lines starting with \kbd{\#} and subtrees starting with COMMENT are 661Lines starting with \kbd{\#} and subtrees starting with COMMENT are
@@ -763,13 +669,10 @@ never exported.
763\metax{update all dynamic blocks}{C-u C-c C-x C-u} 669\metax{update all dynamic blocks}{C-u C-c C-x C-u}
764 670
765\section{Notes} 671\section{Notes}
766$^1$ This is only a suggestion for a binding of this command. Choose 672[1] This is only a suggestion for a binding of this command. Choose
767your own key as shown under INSTALLATION. 673your own key as shown under INSTALLATION.
768 674
769$^2$ After changing a \kbd{\#+KEYWORD} or \kbd{<<<target>>>} line, 675[2] Keybinding affected by {\tt org-support-shift-select} and also
770press \kbd{C-c C-c} with the cursor still in the line to update.
771
772$^3$ Keybinding affected by {\tt org-support-shift-select} and
773 {\tt org-replace-disputed-keys}. 676 {\tt org-replace-disputed-keys}.
774 677
775\copyrightnotice 678\copyrightnotice