Anyone?
Forwarded Message
Subject:[patch] simplify-compact initial data extraction from plist
Date: Sat, 27 Jun 2020 10:18:21 -0500
From: Mario Frasca
To: emacs-orgmode@gnu.org
this is a result of some help I received a few days ago in the #emacs
irc chat
a)
if: org-archive-subtree-add-inherited-tags nil
then: Archiving a subject with its tag (C-c $) works as expected,
i.e. the subject together with it's tag is archived
b)
if: org-archive-subtree-add-inherited-tags t
then Archiving a subject with its tag (C-c $)
archives the subject
* lisp/ox.el (org-export-smart-quotes-alist): Add Romanian variants for
smart quotes.
---
lisp/ox.el | 11 +++
1 file changed, 11 insertions(+)
diff --git a/lisp/ox.el b/lisp/ox.el
index 3fd48690f..9852cfd21 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -5470,6 +5470,17 @@ transcoding it.
In Emacs 28, eldoc now passes in a callback to the documentation
functions. This breaks org-eldoc as it currently is, as
org-eldoc-documentation-function gets called with the wrong number of
arguments.
This patch makes it continue to work by setting the new variable
eldoc-documentation-strategy,
Hi, all
I am using org-agenda for GTD.
For easy confirming the information on devices like mobile phone, I export my
agenda view to HTML file which locates at my personal server.
However, the exported html does not have style information. For general org
file, I know it is easy to add #+HTML_HE