[PATCH] lisp/ox-html.el: Restore org-svg class

2021-07-30 Thread Tom Gillespie
Hi, This patch restores the addition of class="org-svg" to svg images during html export. Best! Tom From 4363eec0913ccd0d05ecf3d6346208c62d3597f8 Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Fri, 30 Jul 2021 20:53:07 -0700 Subject: [PATCH] lisp/ox-html.el: Restore org-svg class. *

Re: add a heading w/ #+print_bibliography to parse tree on export

2021-07-30 Thread John Kitchin
I think the way to do this is to use a function in org-export-before-processing-hook to add it if you don't find it. you can still use org-ml to generate the string that gets inserted. I guess you would just go to the end of the buffer and insert it. John ---

add a heading w/ #+print_bibliography to parse tree on export

2021-07-30 Thread Matt Price
Goal: conditionally add a headline with content to parse tree using either org-export-before-parsing-hook or org-export-filter-parse-tree-functions Explanation: I use org-re-reveal to make lecture slides from subtrees. Often I forget to add a heading with #+print_bibliography: and as a result

[PATCH] Re: Subject: Bug: Org-Clock-Out in indirect buffer error after refile [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2021-07-30 Thread Ihor Radchenko
Eddie Drury writes: > I have followed those steps and that is the same behaviour I get. > > The expected behaviour is for it to clock out of the subtree, instead of > giving the "Clock start time is gone" error. I can also reproduce. The fix is attached. Best, Ihor >From

bug#12972: 24.3.50; Move `org-open-file' and associated code out of Org mode

2021-07-30 Thread Lars Ingebrigtsen
Maxim Nikulin writes: > Thanks for looking into this issue. Please, consider the following > additional change: Thanks; applied to Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no

bug#12972: 24.3.50; Move `org-open-file' and associated code out of Org mode

2021-07-30 Thread Maxim Nikulin
On 30/07/2021 19:01, Lars Ingebrigtsen wrote: Maxim Nikulin writes: I am attaching a patch similar to proposed to Org mode that should help to avoid obscure failures of viewers due to unnecessary terminal sessions. Thanks; makes sense to me (and seems to fix these persistent issues with

bug#12972: 24.3.50; Move `org-open-file' and associated code out of Org mode

2021-07-30 Thread Lars Ingebrigtsen
Maxim Nikulin writes: > I am attaching a patch similar to proposed to Org mode that should > help to avoid obscure failures of viewers due to unnecessary terminal > sessions. Thanks; makes sense to me (and seems to fix these persistent issues with xgd-open etc), so I've applied it to Emacs 28.

Re: org-cite-list-bibliography-files

2021-07-30 Thread Nicolas Goaziou
Hello, Titus von der Malsburg writes: > 1. `org-cite-list-bibliography-files' returns the bibliographies > defined locally and the globally defined bibliographies together. > I propose to only list the local bibliographies, if defined, and to > return the global bibliographies otherwise. I