From b8a5356dbb55373153563d55b9523af988cec01e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 19 May 2016 18:14:37 +0200 Subject: [PATCH] orgmanual: Remove unnecessary code macro --- contrib/orgmanual.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/contrib/orgmanual.org b/contrib/orgmanual.org index bc29a472b..b7564dea3 100644 --- a/contrib/orgmanual.org +++ b/contrib/orgmanual.org @@ -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.