orgmanual: Remove unnecessary code macro

This commit is contained in:
Nicolas Goaziou 2016-05-19 18:14:37 +02:00
parent bdc4b68334
commit b8a5356dbb
1 changed files with 3 additions and 4 deletions

View File

@ -46,7 +46,6 @@
#+MACRO: var {{{markup(var,$1)}}}
#+MACRO: cite {{{markup(cite,$1)}}}
#+MACRO: value {{{markup(value,$1)}}}
#+MACRO: code {{{markup(code,$1)}}}
#+MACRO: kbdkey {{{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
file.
[fn:181] The variable {{{code(org-anniversary)}}} used in the example
is just like {{{code(diary-anniversary)}}}, but the argument order is
[fn:181] The variable ~org-anniversary~ used in the example
is just like ~diary-anniversary~, but the argument order is
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.