From 4824b482e2946eaca045d8adcd721a7fc2d8dd1d Mon Sep 17 00:00:00 2001 From: "Th. Rikl" Date: Tue, 28 Feb 2017 16:11:43 +0100 Subject: [PATCH 1/2] 2 hunks: M- repl. by M-TAB, alternate key "ESC TAB" --- doc/org.texi | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 6cb4243ac..83422c5ce 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -2133,7 +2133,7 @@ Re-align the table and don't move to another field. @orgcmd{C-c SPC,org-table-blank-field} Blank the field at point. @c address@hidden,org-table-next-field} address@hidden,org-table-next-field} Re-align the table, move to the next field. Creates a new row if necessary. @c @@ -10387,10 +10387,12 @@ In-buffer settings may appear anywhere in the file, either directly or indirectly through a file included using @samp{#+SETUPFILE: filename} syntax. Option keyword sets tailored to a particular back-end can be inserted from the export dispatcher (@pxref{The export dispatcher}) using the @code{Insert -template} command by pressing @key{#}. To insert keywords individually, -a good way to make sure the keyword is correct is to type @code{#+} and then -to use @kbd{M-} for completion. - +template} command by pressing @key{#}. To insert keywords individually, a +good way to make sure the keyword is correct is to type @code{#+} and then to +use @kbd{M-TAB} @footnote{Many desktops intercept @kbd{M-TAB} to switch +windows. Use @kbd{C-M-i} or @address@hidden @key{TAB}} instead.} for +completion. address@hidden trikl m-tab spelling, footnote entferne kommentarzeile vor release The export keywords available for every back-end, and their equivalent global variables, include: -- 2.12.0 From 60256363d3d4df75491130a0366501d6f5049ad4 Mon Sep 17 00:00:00 2001 From: "Th. Rikl" Date: Tue, 28 Feb 2017 18:45:58 +0100 Subject: [PATCH 2/2] Intro of M-TAB footnotes and pxrefs first round completed --- doc/org.texi | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 83422c5ce..673dc7ea6 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1836,7 +1836,9 @@ You can interactively insert drawers at point by calling region, this command will put the region inside the drawer. With a prefix argument, this command calls @code{org-insert-property-drawer} and add a property drawer right below the current headline. Completion over drawer -keywords is also possible using @key{M-TAB}. +keywords is also possible using @address@hidden @footnote{Many desktops +intercept @address@hidden to switch windows. Use @kbd{C-M-i} or @address@hidden address@hidden instead for completion (@pxref{Completion}).}. Visibility cycling (@pxref{Visibility cycling}) on the headline will hide and show the entry, but keep the drawer collapsed to a single line. In order to @@ -3002,7 +3004,9 @@ a Lisp formula, format the formula according to Emacs Lisp rules. Another @key{TAB} collapses the formula back again. In the open formula, @key{TAB} re-indents just like in Emacs Lisp mode. @address@hidden,lisp-complete-symbol} -Complete Lisp symbols, just like in Emacs Lisp mode. +Complete Lisp symbols, just like in Emacs Lisp address@hidden desktops +intercept @address@hidden to switch windows. Use @kbd{C-M-i} or address@hidden@key{ESC} @key{TAB}} instead for completion (@pxref{Completion}).} @kindex address@hidden @kindex address@hidden @kindex address@hidden @@ -10389,10 +10393,10 @@ Option keyword sets tailored to a particular back-end can be inserted from the export dispatcher (@pxref{The export dispatcher}) using the @code{Insert template} command by pressing @key{#}. To insert keywords individually, a good way to make sure the keyword is correct is to type @code{#+} and then to -use @kbd{M-TAB} @footnote{Many desktops intercept @kbd{M-TAB} to switch +use @address@hidden @footnote{Many desktops intercept @kbd{M-TAB} to switch windows. Use @kbd{C-M-i} or @address@hidden @key{TAB}} instead.} for completion. address@hidden trikl m-tab spelling, footnote entferne kommentarzeile vor release + The export keywords available for every back-end, and their equivalent global variables, include: @@ -16857,6 +16861,10 @@ and the keys, Org will offer different types of completions. No minibuffer is involved. Such mode-specific hot keys have become an integral part of Emacs and Org provides several shortcuts. +If your desktop intercepts the combo @address@hidden to switch +windows. Use @kbd{C-M-i} or @address@hidden @key{TAB}} as an alternative or +customize your environment. + @table @kbd @kindex address@hidden @item address@hidden -- 2.12.0