emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/misc ChangeLog org.texi


From: Carsten Dominik
Subject: [Emacs-diffs] emacs/doc/misc ChangeLog org.texi
Date: Mon, 02 Feb 2009 21:00:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Carsten Dominik <cdominik>      09/02/02 21:00:48

Modified files:
        doc/misc       : ChangeLog org.texi 

Log message:
        2009-02-02  Carsten Dominik  <address@hidden>
        
                * org.texi (Structure editing, Handling links)
                (Fast access to TODO states, Javascript support): Make standard 
docs
                correctly reflect default variable settings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/ChangeLog?cvsroot=emacs&r1=1.247&r2=1.248
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/org.texi?cvsroot=emacs&r1=1.42&r2=1.43

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/ChangeLog,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -b -r1.247 -r1.248
--- ChangeLog   2 Feb 2009 07:50:06 -0000       1.247
+++ ChangeLog   2 Feb 2009 21:00:46 -0000       1.248
@@ -1,3 +1,9 @@
+2009-02-02  Carsten Dominik  <address@hidden>
+
+       * org.texi (Structure editing, Handling links)
+       (Fast access to TODO states, Javascript support): Make standard docs
+       correctly reflect default variable settings.
+
 2009-02-02  Glenn Morris  <address@hidden>
 
        * org.texi: Fix typos.

Index: org.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/org.texi,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- org.texi    2 Feb 2009 07:50:06 -0000       1.42
+++ org.texi    2 Feb 2009 21:00:47 -0000       1.43
@@ -3,8 +3,8 @@
 @setfilename ../../info/org
 @settitle The Org Manual
 
address@hidden VERSION 6.20h
address@hidden DATE January 2009
address@hidden VERSION 6.21b
address@hidden DATE February 2009
 
 @dircategory Emacs
 @direntry
@@ -968,12 +968,13 @@
 Depending on the variables @code{org-yank-adjusted-subtrees} and
 @code{org-yank-folded-subtrees}, Org's internal @code{yank} command will
 paste subtrees folded and in a clever way, using the same command as @kbd{C-c
-C-x C-y}.  With the default settings, level adjustment will take place and
-yanked trees will be folded unless doing so would swallow text previously
-visible.  Any prefix argument to this command will force a normal @code{yank}
-to be executed, with the prefix passed along.  A good way to force a normal
-yank is @kbd{C-u C-y}.  If you use @code{yank-pop} after a yank, it will yank
-previous kill items plainly, without adjustment and folding.
+C-x C-y}.  With the default settings, no level adjustment will take place,
+but the yanked tree will be folded unless doing so would swallow text
+previously visible.  Any prefix argument to this command will force a normal
address@hidden to be executed, with the prefix passed along.  A good way to
+force a normal yank is @kbd{C-u C-y}.  If you use @code{yank-pop} after a
+yank, it will yank previous kill items plainly, without adjustment and
+folding.
 @kindex C-c C-w
 @item C-c C-w
 Refile entry or region to a different location.  @xref{Refiling notes}.
@@ -2794,7 +2795,8 @@
 @c
 @cindex following links
 @kindex C-c C-o
address@hidden C-c C-o
address@hidden RET
address@hidden C-c C-o @r{or} @key{RET}
 Open link at point.  This will launch a web browser for URLs (using
 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
 the corresponding links, and execute the command in a shell link.  When the
@@ -3231,15 +3233,13 @@
         (sequence "|" "CANCELED(c)")))
 @end lisp
 
-If you then press @code{C-u C-c C-t} followed by the selection key, the
-entry will be switched to this state.  @key{SPC} can be used to remove
-any TODO keyword from an entry.  Should you like this way of selecting
-TODO states a lot, you might want to set the variable
address@hidden to @code{t} and make this behavior
-the default.  Check also the variable
+If you then press @code{C-c C-t} followed by the selection key, the entry
+will be switched to this state.  @key{SPC} can be used to remove any TODO
+keyword from an address@hidden also the variable
 @code{org-fast-tag-selection-include-todo}, it allows to change the TODO
-state through the tags interface (@pxref{Setting tags}), in case you
-like to mingle the two concepts.
+state through the tags interface (@pxref{Setting tags}), in case you like to
+mingle the two concepts.  Note that this means you need to come up with
+unique keys across both sets of keywords.}
 
 @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, 
TODO extensions
 @subsection Setting up keywords for individual files
@@ -8174,6 +8174,7 @@
 ftoc:    @r{Does the css of the page specify a fixed position for the toc?}
          @r{If yes, the toc will never be displayed as a section.}
 ltoc:    @r{Should there be short contents (children) in each section?}
+         @r{Make this @code{above} it the section should be above initial 
text.}
 mouse:   @r{Headings are highlighted when the mouse is over them.  Should be}
          @address@hidden (default) or a background color like @samp{#cccccc}.}
 buttons: @r{Should view-toggle buttons be everywhere?  When @code{nil} (the}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]