Browse Source

Documentation fixes.

Carsten Dominik 17 years ago
parent
commit
c2dcfb6286
1 changed files with 10 additions and 5 deletions
  1. 10 5
      doc/org.texi

+ 10 - 5
doc/org.texi

@@ -5206,19 +5206,20 @@ attachments yourself.
 
 
 @kindex C-c C-a o
 @kindex C-c C-a o
 @item o
 @item o
-Open current task's attachment, if there is only one.
+Open current task's attachment.  If there are more than one, prompt for a
+file name first.
 
 
 @kindex C-c C-a O
 @kindex C-c C-a O
 @item O
 @item O
-Also open the attachment, but using the Finder.
+Also open the attachment, but force opening the file in Emacs.
 
 
 @kindex C-c C-a f
 @kindex C-c C-a f
 @item f
 @item f
-Open current task's attachment directory in dired.
+Open the current task's attachment directory.
 
 
 @kindex C-c C-a F
 @kindex C-c C-a F
 @item F
 @item F
-Also open the directory, but using the Finder.
+Also open the directory, but force using @code{dired} in Emacs.
 
 
 @kindex C-c C-a D
 @kindex C-c C-a D
 @item D
 @item D
@@ -7116,7 +7117,11 @@ example:
 @item C-c '
 @item C-c '
 Edit the source code example at point in its native mode.  This works by
 Edit the source code example at point in its native mode.  This works by
 switching to an indirect buffer, narrowing the buffer and switching to the
 switching to an indirect buffer, narrowing the buffer and switching to the
-other mode.  You need to exit by pressing @kbd{C-c '} again.  Fixed-width
+other mode.  You need to exit by pressing @kbd{C-c '} again@footnote{Upon
+exit, lines starting with @samp{*} or @samp{#} will get a comma prepended, to
+keep them from being interpreted by Org as outline nodes or special
+comments.  These commas will be striped for editing with @kbd{C-c '}, and
+also for export.}.  Fixed-width
 regions (where each line starts with a colon followed by a space) will be
 regions (where each line starts with a colon followed by a space) will be
 edited using @code{artist-mode}@footnote{You may select a different-mode with
 edited using @code{artist-mode}@footnote{You may select a different-mode with
 the variable @code{org-edit-fixed-width-region-mode}.} to allow creating
 the variable @code{org-edit-fixed-width-region-mode}.} to allow creating