How to export agenda view with html style

2020-07-12 Thread Xiang Ruan
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

Bug: A tag of a subject doesn't get archived if org-archive-subtree-add-inherited-tags t [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.3/lisp/org/)]

2020-07-12 Thread hpgisleropen
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

[PATCH] ox: Add Romanian smart quotes

2020-07-12 Thread Alexandru-Sergiu Marton
* 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

[PATCH] Make org-eldoc work with Emacs 28

2020-07-12 Thread James N. V. Cash
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

Fwd: [patch] simplify-compact initial data extraction from plist

2020-07-12 Thread Mario Frasca
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