Status of syntax specification

2020-05-17 Thread Gerry Agbobada
Hello, I found on Worg a "draft" for org syntax description : https://orgmode.org/worg/dev/org-syntax.html Do you think this paper marked as draft is good enough to use as a source to make a parser ? I think it'd be nice to try to finalize this ;

Bug: Asterisk inside example is incorrectly parsed [9.3 (release_9.3 @ /usr/share/emacs/27.0.91/lisp/org/)]

2020-05-17 Thread Eric Berquist
The asterisk inside the example block isn't escaped properly, and appears as a header, leaving `#+begin_example` and `#+end_example` to appear as regular text. It occurs in at least both the HTML and LaTeX output. Here is a minimal example to reproduce the problem: * first section

Org-list: Add back fancy description list indentation

2020-05-17 Thread James R Miller
Hi all, Was there really not a way to keep fancy description list indentation instead of removing it entirely? I have almost a decade of org files that use description lists, and it really helps have the description items called out from the description text. Is there a simple way to add

Re: [PATCH] ob-haskell: Line Continuations Mangle Block Output

2020-05-17 Thread Nick Daly
Hi Org Maintainers, Attached is an updated patch that makes output trimming work with blocks that do and don't produce results. The old patch creates a =let: Wrong type argument: arrayp, nil= error when evaluating blocks that don't produce output. This necessarily incorporates yesterday's

[PATCH] ob-haskell: Line Continuations Mangle Block Output

2020-05-17 Thread Nick Daly
Hi Org Maintainers, Please see the attached patch to remove "Prelude> " and "Prelude| " line continuations from the block result output when parsing blocks that contain multi-line function declarations. This likely requires yesterday's patch to return value-type results from Haskell blocks.

Re: restore window configuration after org-edit-src-exit

2020-05-17 Thread edgar
Hello. I would like to request this to be pushed onto the =maint= branch (7684b59c7) or make it the default, please. https://lists.gnu.org/archive/html/emacs-orgmode/2019-12/txtr_q1WmvVPH.txt which is related to (at least) commits 7d5e931f7 and d833920de from the =master= branch. I have also

Re: [PATCH] Add margin option to float for figure in ox-latex.el

2020-05-17 Thread Thomas S. Dye
Aloha Kyle, Barring a guru's user-end customization, Rasmus's figure :environment attribute idea is a good one. The LaTeX float package has a facility to create and name environments that are handled like figures. A figure :environment attribute in Org mode would provide a straightforward

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-05-17 Thread Ihor Radchenko
Dear Nicolas Goaziou, Apparently my previous email was again refused by your mail server (I tried to add patch as attachment this time). The patch is in https://gist.github.com/yantar92/6447754415457927293acda43a7fcaef This patch is actually one commit ahead of the patch in the email, fixing an

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-05-17 Thread Ihor Radchenko
Hi, [All the changes below are relative to commit ed0e75d24. Later commits make it hard to distinguish between hidden headlines and drawers. I will need to figure out a way to merge this branch with master. It does not seem to be trivial.] I have finished a seemingly stable implementation of

Re: Customizable fixed indentation column

2020-05-17 Thread Panagiotis Vlantis
Hello, On 5/14/20 4:52 PM, Nicolas Goaziou wrote: Hello, Panagiotis Vlantis writes: This is my first time using the mailing list so please point out if I am going about this the wrong way. Thank you for the patch. You are welcome. After searching a bit, I didn't find a way to specify a

Re: [PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-17 Thread Dauer, Michael
Hi, I support George view. A working ARCHIVE tag on file level would be consistent and very useful. To be archived is a property of the content of a file, not of it's file name. Having to store the file name on a variable is a complicated and poor workaround. The file name may change. Still the