Re: [PATCH] org-element.el: Fix properties being upcased by parser

2020-06-11 Thread Leo Vivier
Hello, Nicolas Goaziou writes: > Leo Vivier writes: > >> Yeah, I’ve reached the same conclusion, and I agree that we could >> mention the normalisation in a docstring. Do you want me to take care >> of it? > > Sure! Thank you. The patch is attached. HTH, -- Leo Vivier >From e96e96931109026

org-babel support for haxe

2020-06-11 Thread ian martins
Hello. The included patch adds org-babel support for haxe (https://haxe.org/). It allows main class and function definitions to be optional, accepts variables and supports babel functional mode. Please review. I believe the same approach should work for java also. If this is fine I could try to wr

Re: Bug: fontification error with #end_src in 9.3.7 [9.3.7 (9.3.7-dist @ /PATH/TO/org/install/emacs/site-lisp/org/)]

2020-06-11 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I got same problem, fontification on the ~#+end_src~ seems failed. John Ciolfi writes: > Given the following org file, on the #+end_src line, I get "Org mode > fontification error in # at 9". If I place a newline before > the #+end_src line, th

Re: Bug in identification of links?

2020-06-11 Thread Kyle Meyer
Daniele Nicolodi writes: > org-mode fails to recognize https://doi.org/10.1016/0370-1573(89)90087-2 > as a valid URL, it breaks it after the closing parenthesis ). I don't > understand why this is the case as I would imagine that if the ) > character is not allowed in URLs the link would be broken

Bug in identification of links?

2020-06-11 Thread Daniele Nicolodi
Hello, org-mode fails to recognize https://doi.org/10.1016/0370-1573(89)90087-2 as a valid URL, it breaks it after the closing parenthesis ). I don't understand why this is the case as I would imagine that if the ) character is not allowed in URLs the link would be broken before it and not after.

Re: Bug: Option to disable evaluation of code blocks during export [9.3.7 (9.3.7-dist @ /PATH/TO/org/install/emacs/site-lisp/org/)]

2020-06-11 Thread John Ciolfi
It would be very nice if I could enable/disable the evaluation of code blocks during the export process in the interactive C-c C-e environment. I do now see that I can use the :eval no-export header more effectively, so this is less of an issue, but still think it would be a nice enhancement to

Re: Bug: Option to disable evaluation of code blocks during export [9.3.7 (9.3.7-dist @ /PATH/TO/org/install/emacs/site-lisp/org/)]

2020-06-11 Thread Nicolas Goaziou
Hello, John Ciolfi writes: > Could you add an option to disable evaluation of code blocks when exporting? > If I > have an org-file with many code blocks setup for evaulation (babel), when I > export, I get > prompted for every code block. Also the prompt does not clearly show which > code bl

Bug: Option to disable evaluation of code blocks during export [9.3.7 (9.3.7-dist @ /PATH/TO/org/install/emacs/site-lisp/org/)]

2020-06-11 Thread John Ciolfi
Could you add an option to disable evaluation of code blocks when exporting? If I have an org-file with many code blocks setup for evaulation (babel), when I export, I get prompted for every code block. Also the prompt does not clearly show which code block it's asking to evaluate. One soluti

Bug: fontification error with #end_src in 9.3.7 [9.3.7 (9.3.7-dist @ /PATH/TO/org/install/emacs/site-lisp/org/)]

2020-06-11 Thread John Ciolfi
Given the following org file, on the #+end_src line, I get "Org mode fontification error in # at 9". If I place a newline before the #+end_src line, the error goes away. This is a recent regression. This worked fine in 9.2.6 and prior. #+begin_src C++ #include int main() {

Inconsistent behaviour: toggle inline images does not work with relative paths [9.3.7 (9.3.7-2-g706970-elpa @ /Users/matthijs/.emacs.d/elpa/org-20200608/)]

2020-06-11 Thread Matthijs de Jonge
Hi all, Today I ran into some behavior that seemed strange to me: I have inline images: [[file:relative/path/from/org-file.png]] With org-startup-with-inline-images these work as expected. What does not work as expected is org-toggle-inline-images : this does not disable inline image preview (