Re: [Bug] incorrect indent of next heading after org-paste-subtree

2022-05-02 Thread Max Nikulin
On 02/05/2022 11:00, Ihor Radchenko wrote: Max Nikulin writes: I am unable to reproduce on the latest Org. Thank you, Ihor. I have checked it once more for current main HEAD 2bd34edb64. I can reproduce it using the provided steps in Emacs-26, but not in Emacs-27. Thanks for the extra info!

Re: Emacs launched from Firefox

2022-05-02 Thread Max Nikulin
On 02/05/2022 09:03, Samuel Wales wrote: thank you. there is no emacs in my ~/.config/mimeapps.list. where are those desktop files found or put? i use fluxbox. [i realize this is not org related. non-list email ok.] Perhaps emacs-help is more suitable for this discussion, but I do not read

[BUG] Info JS does not work [9.5.3 (release_9.5.3-467-g2bd34e @ /Users/salutis/src/org-mode/lisp/)]

2022-05-02 Thread Rudolf Adamkovič
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: [BUG] Info JS does not work [9.5.3 (release_9.5.3-467-g2bd34e @ /Users/salutis/src/org-mode/lisp/)]

2022-05-02 Thread Ihor Radchenko
Rudolf Adamkovič writes: > I followed the instructions at ... > > https://orgmode.org/manual/JavaScript-support.html > > ... adding the following line to my Org file: > > #+INFOJS_OPT: view:info toc:nil > > The HTML now contains ... > > https://orgmode.org/org-info.js";> > // @license > magn

Re: [BUG] Exporting italic link with bang inside to html fails to parse the link [9.5.2 (N/A @ /gnu/store/89yvbijwnvsbpa5h33mvbgh1gy9w30n2-emacs-org-9.5.2/share/emacs/site-lisp/org-9.5.2/)]

2022-05-02 Thread Max Nikulin
On 01/05/2022 10:27, Ihor Radchenko wrote: Max Nikulin writes: 2021-09-03 5:17 Dr. Arne Babenhauserheide Bug: PDF Export of Link fails https://list.orgmode.org/87pmtqp79s@web.de/T/#u Then the older bug may be cancelled as a duplicate. Not sure. Even a fix to org-insert-link would not s

Re: How to export to markdown programmatically without the table of contents?

2022-05-02 Thread Marcin Borkowski
On 2022-05-01, at 22:01, Berry, Charles wrote: >> On May 1, 2022, at 2:20 AM, Marcin Borkowski wrote: >> >> Hi fellow Orgers, >> >> I'd like to export a Org-mode formatted string to markdown, but without >> the table of contents. >> >> (org-export-string-as my-string 'md t '(toc nil)) >> >

Re: [BUG] org-mode #+SETUPFILE not working with properties [9.5.2 (release_9.5.2-378-g98588e @ /home/eros/src/org-mode/lisp/)]

2022-05-02 Thread Nick Dokos
Ihor Radchenko writes: > Eros Zaupa writes: > >> I would like to move the properties drawer to a separate file and import it >> into the main one. To do so I'm using the `#SETUPFILE` property suggested >> [here][1], but this doesn't seem to work. > > Confirmed. > Though I am not 100% sure. > > O

Re: Org as a workspace (an impromptu reflection)

2022-05-02 Thread Nick Dokos
Juan Manuel Macías writes: > With Org something curious has happened. I've gotten used to working > around nodes (regardless of what documents those nodes are in), rather > than around folders or files. Little by little, a kind of virtual world > of ideas, objects, etc., all intertwined with each

Re: [Bug] incorrect indent of next heading after org-paste-subtree

2022-05-02 Thread Samuel Wales
that sounds like great debugging ability. was this using edebug or something?

Re: [Bug] incorrect indent of next heading after org-paste-subtree

2022-05-02 Thread Ihor Radchenko
Samuel Wales writes: > that sounds like great debugging ability. was this using edebug or something? Just good old debug-on-entry. Nothing fancy. Best, Ihor

[PATCH] Re: [BUG] org-element-map doco should refer to org-element-parse-buffer [9.5.2 (9.5.2-gfbff08 @ /home/phil/.emacs.d/elpa/org-9.5.2/)]

2022-05-02 Thread Ihor Radchenko
Phil Hudson writes: > The documentation for function `org-element-parse-buffer' helpfully > directs the user to that of function `org-element-map', but the > documentation for the latter makes no mention of > `org-element-parse-buffer'. It contains lengthy and helpful explanations > of what to do

Re: [BUG] org-compile-prefix-format doco is incomplete [9.5.2 (9.5.2-gfbff08 @ /home/phil/.emacs.d/elpa/org-9.5.2/)]

2022-05-02 Thread Ihor Radchenko
Phil Hudson writes: > Function org-compile-prefix-format in file org-agenda.el (line 6917 in > Org 9.5.2) does not properly document parameter `key'. Thanks! Fixed on main via 5d3173cb0. Best, Ihor

[ISSUE] org-fold does not support auto-reveal for some external package commands

2022-05-02 Thread Christopher M. Miles
I'm using package "consult" which has command "consult-org-heading" to search org headlines. It will auto jump to the selected headline and expand the jumped headline. After using org-fold, it does not auto jump to the headline now. The previous discussion here as reference https://github.com/

Re: [ISSUE] org-fold does not support auto-reveal for some external package commands

2022-05-02 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I'm using package "consult" which has command "consult-org-heading" to search > org headlines. It will > auto jump to the selected headline and expand the jumped headline. After > using org-fold, it does not > auto jump to the headline now. > > The previous disc

[Culprit is org] (was: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)])

2022-05-02 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > Not sure who is the culprit here. > I upgraded GNU emacs to > , > | emacs-repository-version is a variable defined in ‘version.el’. > | > | Its value is "7bf17ceee8c2d347917541e143ce25609e90ebbb" > ` > And org-mode to a3dac4d20a37c51393f191d01e0ec

Re: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)]

2022-05-02 Thread Ihor Radchenko
Uwe Brauer writes: > And org-mode to a3dac4d20a37c51393f191d01e0ec2170bb260a3 > > However when using org-capture, emacs hangs and I can't finish sending the > template? > > Can anybody confirm this? Could you provide more details? Reproducer? Capture is certainly working on my side - I use org

Re: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)]

2022-05-02 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> And org-mode to a3dac4d20a37c51393f191d01e0ec2170bb260a3 >> >> However when using org-capture, emacs hangs and I can't finish sending the >> template? >> >> Can anybody confirm this? > Could you provide more details? Reproducer? > C