Re: [DISCUSSION] Refactoring fontification system

2022-06-07 Thread Phil Estival
[2022-06-03 Wed 11:45] Ihor Radchenko : > > I'd like to hear if anyone has any idea on how to interpret the > following: > > 1. org-protecting-blocks is an internal auxiliary variable used to >    determine which blocks should be fontified using different major >    mode. >    It's value is ("src"

[BUG] Beamer export fails with async export [9.5.3 (9.5.3-g4197fc @ /home/thomas/.emacs.d/straight/build/org/)]

2022-06-07 Thread Thomas Freeman
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: [DISCUSSION] Refactoring fontification system

2022-06-07 Thread Tim Cross
Tom Gillespie writes: >> As for lang parameter support in example blocks, would you mind creating >> a separate feature request thread? Extending export blocks export will >> require changing in parser syntax and thus should be discussed carefully >> in a separate thread. > > I would strongly c

Re: Subject: [PATCH] Fix DISPLAY error on exporting org with plantuml to html

2022-06-07 Thread lin Sun
Hi lhor, You're totally right, the commit b5f0efc had appended the `-headless` to the jar parameter list. Here is the comment: > *** =org-plantump-executable-args= is renamed and applies to jar as well The original issue does not exist now. Please ignore the previous patch. Thank you so much. B

Re: [DISCUSSION] Refactoring fontification system

2022-06-07 Thread Tom Gillespie
> As for lang parameter support in example blocks, would you mind creating > a separate feature request thread? Extending export blocks export will > require changing in parser syntax and thus should be discussed carefully > in a separate thread. I would strongly caution against allowing an option

Re: git branch rename and git config q

2022-06-07 Thread Ihor Radchenko
Samuel Wales writes: > more confused than ever. i hoped i could just run a rename command, > or possibly rename maint to bugfix in config. Max tends to go very deeply into details. For starters, you can just: 1. Rename maint -> bugfix 2. Rename master -> main 3. Set origin to https://git.sv.gn

Re: [DISCUSSION] Refactoring fontification system

2022-06-07 Thread Ihor Radchenko
Max Nikulin writes: > On 03/06/2022 16:45, Ihor Radchenko wrote: >> >> 1. org-protecting-blocks is an internal auxiliary variable used to >> determine which blocks should be fontified using different major >> mode. >> It's value is ("src" "example" "export") >> So, #+begin_src la

Re: Subject: [PATCH] Fix DISPLAY error on exporting org with plantuml to html

2022-06-07 Thread Ihor Radchenko
lin Sun writes: > The commit f9dcc3d was overridden by the commit b5f0efc. > > This patch will re-submit the solution based on the last rev. > > Please help review and merge the patch. Thanks I am unable to reproduce the original error on latest main. Could you please provide a reproducer when t

Re: git branch rename and git config q

2022-06-07 Thread Samuel Wales
more confused than ever. i hoped i could just run a rename command, or possibly rename maint to bugfix in config. there is no git remove command in my version of git. i tried remote instead. on branch local. $ git remote -v show; git branch -r -v origin https://code.orgmode.org/bzg/org-mode.g

Re: babel output seems to drop anything before % (in session)

2022-06-07 Thread Felix Freeman
> (setq shell-prompt-pattern "^sh-[[:digit:]].[[:digit:]]\$ ") Updated this bit for something better written for emacs and suitable for my use cases: bash and SSH over TRAMP. I'll leave it here in case anyone else needs it in the future: (setq shell-prompt-pattern "^\\(sh-[[:digit:]]\\.[[:digit:

Re: babel output seems to drop anything before % (in session)

2022-06-07 Thread Felix Freeman
I've been able to bypass the error by adding the following to my .emacs (require 'ob-shell) (defun org-babel-sh-strip-weird-long-prompt (string) "Remove prompt cruft from a string of shell output." (while (string-match shell-prompt-pattern string) (setq string (substring string (match-end

[bug] org-list-struct-apply-struct: insert an item in the end of a list

2022-06-07 Thread Phil Estival
Hi there  - A nasty bug when inserting an item in a list    in last position (org 9.5.3-g69c588):    - here is a list with a sub list - like here ; and then text    x  1) when trying to insert an item in the list     above, by suppressing the "x", and hitting     M-RET, if there

Re: [DISCUSSION] Refactoring fontification system

2022-06-07 Thread Max Nikulin
On 03/06/2022 16:45, Ihor Radchenko wrote: 1. org-protecting-blocks is an internal auxiliary variable used to determine which blocks should be fontified using different major mode. It's value is ("src" "example" "export") So, #+begin_src lang and #+begin_export lang are fontified

Re: git branch rename and git config q

2022-06-07 Thread Max Nikulin
On 07/06/2022 10:33, Samuel Wales wrote: the last par of your email makes it seem as if i should do a git [interactive?] rebase operation from [top of] local on bugfix, even though it is already rebasing on maint each upgrade. would that be a good description of what you meant? The state of y

[BUG] org-link-descriptive affects verbatim text

2022-06-07 Thread Max Nikulin
Hi, I noticed that current main HEAD hides link description even when it is not a link but verbatim text: =[[http://orgmode.org][Org]]= Just underlined =Org= is displayed, while earlier version of Org displays whole verbatim text. 1105da80a doc/org-manual.org: variable rename Emacs-26.3.

Re: Subject: [PATCH] Fix DISPLAY error on exporting org with plantuml to html

2022-06-07 Thread Max Nikulin
On 07/06/2022 13:34, Dr. Arne Babenhauserheide wrote: lin Sun writes: This patch will re-submit the solution based on the last rev. diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el index 6e1b1b1..37a631b 100644 --- a/lisp/ob-plantuml.el +++ b/lisp/ob-plantuml.el @@ -122,6 +122,7 @@ Thi

Re: babel output seems to drop anything before % (in session)

2022-06-07 Thread Felix Freeman
Today I stumbed upon the same bug. Sadly I have no idea how to fix it, but thought it would be nice to post about it here so the bug doesn't get lost in the sands of time. Felix Freeman

Re: [PATCH] Support #+include-ing URLs

2022-06-07 Thread Fraga, Eric
On Tuesday, 7 Jun 2022 at 19:27, Timothy wrote: > This already occurs with #+setupfile. Ah, interesting. I had not realised this. It definitely would be nice to provide confirmation for setup files as well, then. thank you, eric -- : Eric S Fraga, with org release_9.5.4-521-g1105da in Emacs

Re: [PATCH] Support #+include-ing URLs

2022-06-07 Thread Timothy
Hi Eric, >> Is it possible to disable fetching remote files by some setting? > > I would not want automatic retrieval of URLs without confirmation. This already occurs with #+setupfile. I think this is a good point to raise, but a slightly separate one as it concerns the pre-existing behaviour o

Re: [PATCH] Support #+include-ing URLs

2022-06-07 Thread Fraga, Eric
On Sunday, 5 Jun 2022 at 22:01, Max Nikulin wrote: > Is it possible to disable fetching remote files by some setting? +1 I would not want automatic retrieval of URLs without confirmation. -- : Eric S Fraga, with org release_9.5.4-521-g1105da in Emacs 29.0.50

[SOLVED] (was: org-ref-helm-insert-cite-link change the formatted citations include urls)

2022-06-07 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > When using org-ref-helm-insert-cite-link I would like to insert the > urls, as in this example > @Misc{Author, > author = {Author}, > title= {Global existence of a nonlinear wave equation} > howpublished = {accepted for publication in Jo

[SOLVED] (was: org-ref-insert-link: insert formatted entry: but mark several entries)

2022-06-07 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > While using org-ref-insert-link, I obtain a list of possible entries > (which I would like to inserted via F7 as formatted citations) > That works well for one entry, but how can I mark several of these? C-space is the solution smime.p7s Description: S

org-ref-helm-insert-cite-link change the formatted citations include urls

2022-06-07 Thread Uwe Brauer
Hi When using org-ref-helm-insert-cite-link I would like to insert the urls, as in this example @Misc{Author, author = {Author}, title= {Global existence of a nonlinear wave equation} howpublished = {accepted for publication in Journal (preprint in the arXiv)}, eprint

org-ref-insert-link: insert formatted entry: but mark several entries

2022-06-07 Thread Uwe Brauer
Hi While using org-ref-insert-link, I obtain a list of possible entries (which I would like to inserted via F7 as formatted citations) That works well for one entry, but how can I mark several of these? Thanks and regards Uwe Brauer -- I strongly condemn Putin's war of aggression agains