From a16f1abaa9181923c8bf86facf10bb0666290efc Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 26 Apr 2015 15:13:39 +0200 Subject: [PATCH] ORG-NEWS: Document remote editing of footnote definitions --- etc/ORG-NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index f6a00c1b8..b31ec86eb 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -365,6 +365,10 @@ when exporting to html. See ~org-html-viewport~ for details. *** New ~#+SUBTITLE~ export keyword Org can typeset a subtitle in some export backends. See the manual for details. +*** Edit remotely a footnote definition +Calling ~org-edit-footnote-reference~ (C-c ') on a footnote reference +allows to edit its definition, as long as it is not inline, in +a dedicated buffer. It works even if buffer is currently narrowed. ** Miscellaneous *** Strip all meta data from ITEM special property ITEM special property does not contain TODO, priority or tags anymore.