orgmanual: Remove unnecessary code macro
This commit is contained in:
parent
bdc4b68334
commit
b8a5356dbb
|
@ -46,7 +46,6 @@
|
||||||
#+MACRO: var {{{markup(var,$1)}}}
|
#+MACRO: var {{{markup(var,$1)}}}
|
||||||
#+MACRO: cite {{{markup(cite,$1)}}}
|
#+MACRO: cite {{{markup(cite,$1)}}}
|
||||||
#+MACRO: value {{{markup(value,$1)}}}
|
#+MACRO: value {{{markup(value,$1)}}}
|
||||||
#+MACRO: code {{{markup(code,$1)}}}
|
|
||||||
|
|
||||||
#+MACRO: kbdkey {{{kbd($1{{{key($2)}}})}}}
|
#+MACRO: kbdkey {{{kbd($1{{{key($2)}}})}}}
|
||||||
#+MACRO: kbdspckey {{{kbd($1 {{{key($2)}}})}}}
|
#+MACRO: kbdspckey {{{kbd($1 {{{key($2)}}})}}}
|
||||||
|
@ -19705,10 +19704,10 @@ list ([[Agenda column view]]).
|
||||||
name, then the list of agenda files will be maintained in that external
|
name, then the list of agenda files will be maintained in that external
|
||||||
file.
|
file.
|
||||||
|
|
||||||
[fn:181] The variable {{{code(org-anniversary)}}} used in the example
|
[fn:181] The variable ~org-anniversary~ used in the example
|
||||||
is just like {{{code(diary-anniversary)}}}, but the argument order is
|
is just like ~diary-anniversary~, but the argument order is
|
||||||
always according to ISO and therefore independent of the value of
|
always according to ISO and therefore independent of the value of
|
||||||
{{{code(calendar-date-style)}}}.
|
~calendar-date-style~.
|
||||||
|
|
||||||
[fn:182] Emacs 23 and Org mode 6.29 are required.
|
[fn:182] Emacs 23 and Org mode 6.29 are required.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue