[O] #+attr_odt: not working

2018-11-12 Thread Will Pierce
Hello all, I'm on 9.1.14. No matter what I do I can't seem to get anything related to #+attr_odt to work! I've tried custom styles.xml, the default, different block types, etc, etc. All I want is a very simple odt paragraph style with no first-line indent (for paragraphs following block quotes):

[O] Org mode fontification broken

2018-11-12 Thread Peter Westlake
Since upgrading from Fedora 27 to Fedora 28, Emacs 26.1-3.fc28.x86_64, links and other fontified text in Org files appear as the underlying plain text. A few of them look correct, and deleting a marker character (e.g. square bracket) and reinserting it makes the link appear correctly for a

[O] Bug: "file:" protocol link with "#anchor" bad HTML export [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/phil/.emacs.d/elpa/org-9.1.14/)]

2018-11-12 Thread Philip Hudson
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Sum clocks into a custom property

2018-11-12 Thread Marcin Borkowski
On 2018-11-12, at 11:35, Leo Alekseyev wrote: > I am using org-invoice.el, which expects either CLOCKSUM or WORK properties > to exist in an item; these properties contain some time duration record in > HH:MM format. > > I can't figure out how to generate those properties from a series of

[O] Sum clocks into a custom property

2018-11-12 Thread Leo Alekseyev
I am using org-invoice.el, which expects either CLOCKSUM or WORK properties to exist in an item; these properties contain some time duration record in HH:MM format. I can't figure out how to generate those properties from a series of clock entries with any built-in user-facing functions, so I

[O] Latex export from org-download images with spaces fails

2018-11-12 Thread Moritz Schäfer
Hello mailing list, when I use org-download to take a screenshot and automatically import the image into my org document it often contains spaces (because the overlying headline contains spaces and the image gets saved in a folder with the same name). org-download seems to use URL encoding when

Re: [O] creating new #+KEYWORD: variables

2018-11-12 Thread Diego Zamboni
Hi Nicolas, Thank you for this pointer! I have modified my own leanpub-multifile backend (derived from leanpub) to use this instead of manually extracting the keywords. In case anyone is interested, my code is here: https://github.com/zzamboni/dot-emacs/blob/master/init.org#publishing-to-leanpub