summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIhor Radchenko <yantar92@gmail.com>2020-09-13 11:51:01 +0800
committerKyle Meyer <kyle@kyleam.com>2020-09-13 00:50:15 -0400
commit8efec3d4cd4a4b3fe7cf46801449444b541fa287 (patch)
treed32b725fe9cfbedaf5bca8de57a1d3d51fdeb969
parentb567445fcbcd3125422dd0a9679e60c6421c2532 (diff)
downloadorg-mode-8efec3d4cd4a4b3fe7cf46801449444b541fa287.tar.gz
Fix example of in-buffer setting of archive location in manual
* doc/org-manual.org (Summary of In-Buffer Settings): Fix archive example. The provided example '%s_done' is not valid syntax for archive location. Should be '%s_done::'.
-rw-r--r--doc/org-manual.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index be60d99..7ab7d1c 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -18854,7 +18854,7 @@ Closing and reopening the Org file in Emacs also activates the
changes.
#+attr_texinfo: :sep ,
-- =#+ARCHIVE: %s_done= ::
+- =#+ARCHIVE: %s_done::= ::
#+cindex: @samp{ARCHIVE}, keyword
#+vindex: org-archive-location