Suggestion: convert dispatchers to use transient

2022-02-02 Thread Hugo Heagren
Org uses various dispatchers, where invoking a command gives the user a choice of different sub-commands, chosen by pressing a relevant key, from a list displayed on the screen. Some of these dispatchers include options which can affect the command chosen. Examples include org- capture,

[BUG] Warning message but it doesn't break anything [9.6 (9.6-??-0c9b30e @ /home/partha/.emacs.d/.local/straight/build-27.1/org/)]

2022-02-02 Thread parthac848
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: [PATCH 00/35] Merge org-fold feature branch

2022-02-02 Thread Ihor Radchenko
Bastien writes: > How would you sum up the main benefit of this contribution? In short: (1) Performance improvements in large files - we do not use overlays; (2) Better handling of invisible edits; (3) Deferred fontification of folded regions (for faster startup); (4) More modular Org code.

Re: [PATCH 00/35] Merge org-fold feature branch

2022-02-02 Thread Bastien
Hi Ihor, thank you very much for the hard work! It looks very promising. How would you sum up the main benefit of this contribution? Is there a branch where I could easily test this? I've taken most of next week off to be able to catch up with the mailing list and I'll prioritize the review

Org babel noweb expansion includes extra newline

2022-02-02 Thread pareto optimal
Hi, I hope this org file is descriptive enough along with the subject. I'm using org 9.5.2. I believe it might be a bug since the results of calling =all-tangled-filepaths= only has 4 results, so the =org-babel-expand-src-block= function might have a bug. * Show files I tangle and could

[PATCH] Org Capture Add Tags with org-toggle-tag

2022-02-02 Thread Kevin Foley
I have a capture template which utilizes %^g to prompt me for a tag to add to a headline which already has a tag. An example to demonstrate is: * TODO %? %^g :foo: If I call this template and give it "bar" when prompted for a tag, it results in (where

Re: Org-syntax: Intra-word markup

2022-02-02 Thread Juan Manuel Macías
Max Nikulin writes: > ATTR_X attributes are supported for links as well, see > info "(org) Links in HTML export" > https://orgmode.org/manual/Links-in-HTML-export.html > However it is rather verbose, may have problems with LaTeX, and I am > unsure if they can be accessed from export link handlers

Re: [BUG] Questionmarks in org-agenda instead of file names [9.5.2 (9.5.2-g3154c2 @ /Users/eugr/.emacs.d/straight/build/org/)]

2022-02-02 Thread Eugene Rakhmatulin
On Tue, Feb 1, 2022 at 9:54 PM Eugene Rakhmatulin wrote: > > On Fri, Jan 28, 2022 at 10:16 PM Ihor Radchenko wrote: > > > This is a big strange. > > Can you try to repeat the same steps, but removing the contents of > > org-persist-directory before opening Emacs? > > So, I've removed this

Re: [PATCH] Intra-word markup: \relax

2022-02-02 Thread Max Nikulin
On 28/01/2022 20:13, Juan Manuel Macías wrote: Max Nikulin writes: I have an idea how to implement *intra*/word/ markup with minimal change of Org syntax. At first I had a hope that it is enough to introduce \relax entity that expands to empty string, but it does not work for second part of

Re: cut and paste not working after xdg-open "org-protocol://store-link?url=URL=TITLE"

2022-02-02 Thread Max Nikulin
On 01/02/2022 12:57, chris wrote: On Monday, 31 January 2022 17:29:28 CET Max Nikulin wrote: On 31/01/2022 08:14, Ihor Radchenko wrote: chris writes: I am not using Wayland. However, if I just do (kill-new "test") in X and my select-enable-primary is nil (default) - "test" will not go to my X

Re: Org-syntax: Intra-word markup

2022-02-02 Thread Max Nikulin
Ihor Radchenko writes: Keeping in mind the above analogy, note that export blocks do not have fallbacks, while special blocks do (for example, see https://github.com/alhassy/org-special-block-extras/) Ihor, I am sorry, but I missed your point. That project provides some set of defined

Re: [PATCH] ob-clojure.el: Add support for babashka and nbb backend

2022-02-02 Thread Max Nikulin
On 31/01/2022 14:58, Daniel Kraus wrote: just wanted to bump this thread and ask if I can do anything to move this forward? Your patch is tracked at https://updates.orgmode.org/ , so do not worry too much (look at the list of pending patches). Bunch of commits may happen before next major

Re: [BUG] (Doom) Consistently seeing "org-element--cache" problems [9.6 (9.6-??-0c9b30e @ /home/dc/.emacs.doom/.local/straight/build-28.0.90/org/)]

2022-02-02 Thread David Conner
K, my emacs is >28 and locked to the https://GitHub.com/flatwhatson/guide-channel for the pure-gtk emacs build. I am working on some other things at the moment. I should be able to create a guix environment to test these issues and get around the need to have pGTK. It may be in a terminal eMacs

Re: [BUG] Confirmation message for elisp links is badly formatted [9.5.2 (9.5.2-gfbff08 @ /home/omarantolin/.emacs.d/elpa/org-9.5.2/)]

2022-02-02 Thread Max Nikulin
On 01/02/2022 18:57, Timothy wrote: Timothy, could you, please, commit a similar fix for shell: links. Pushed in e7ea951 :) Thank you, Timothy, I can confirm that it works now. P.S.: Just to have similar report cross-linked: the following is fixed: Max Nikulin. [BUG] elisp links: