From 042ad50bd06cbc5ab97c753cb5cfce8908121242 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sun, 17 Mar 2013 11:27:21 +0100 Subject: [PATCH] put back macros with "problematic characters" --- orgmanual.org | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/orgmanual.org b/orgmanual.org index 6aa6b81..d50b20b 100644 --- a/orgmanual.org +++ b/orgmanual.org @@ -4254,13 +4254,10 @@ Priorities can be attached to any outline node; they do not need to be TODO items. #+attr_texinfo: :table-type table :indic @asis - - {{{kbd(C-c XXX)}}} :: + - {{{kbd(C-c \\,)}}} :: - {{{kindex(C-c ,)}}} - #+comment: {{{kindex(@kbd{C-c ,})}}} - #+comment: Preceding line won't export to pdf - {{{findex(org-priority)}}} - #+comment: Should be C-c , + {{{kindex(C-c \\,)}}} + {{{findex(org-priority)}}} Set the priority of the current headline (~org-priority~). The command prompts for a priority character {{{samp(A)}}}, {{{samp(B)}}} @@ -9226,9 +9223,7 @@ the other commands, the cursor needs to be in the desired line. - ~\~ ~org-agenda-filter-by-tag-refine~ :: - #+comment: {{{kindex(XXX)}}} - #+comment: Should be \ - @@info:kindex \\@@ + {{{kindex(\)}}} Narrow the current agenda filter by an additional condition. When called with prefix arg, remove the entries that /do/ have the tag, or @@ -9350,11 +9345,9 @@ the other commands, the cursor needs to be in the desired line. Set tags for the current headline. If there is an active region in the agenda, change a tag for all headings in the region. -- {{{kbd(,)}}} :: +- {{{kbd(\\,)}}} :: - #+comment: {{{kindex(XXX)}}} - #+comment: Should be a comma - @@info:kindex ,@@ + {{{kindex(\\,)}}} Set the priority for the current item (~org-agenda-priority~). Org mode prompts for the priority character. If you reply with @@ -10691,12 +10684,9 @@ If you would like to see entities displayed as UTF8 characters, use the following command:[fn:108] #+attr_texinfo: :table-type table :indic @asis -- @@info:@kbd{C-c C-x XXX}@@ :: - - #+comment: {{{kindex(C-c C-x XXX)}}} - #+comment: Should be \ +- {{{kbd(C-c C-x \)}}} :: - @@info:kindex C-c C-x \\ + {{{kindex(C-c C-x \)}}} Toggle display of entities as UTF-8 characters. This does not change the buffer content which remains plain ASCII, but it overlays the @@ -10740,9 +10730,7 @@ subscript, but ~a_{b}~ will. #+attr_texinfo: :table-type table :indic @asis - @@info:@kbd{C-c C-x \\}@@ :: - #+comment: {{{kindex(C-c C-x XXX)}}} - #+comment: Should be \ - @@info:@kindex C-c C-x \@@ + {{{kindex(C-c C-x \)}}} In addition to showing entities as UTF-8 characters, this command will also format sub- and superscripts in a WYSIWYM way. -- 1.8.1.4