Re: Underscores in "Function:" items

2024-10-26 Thread Ihor Radchenko
8dcc <8dcc@gmail.com> writes: > When exporting the following Org file to Texinfo: > > - Function: foo_bar arg :: > Contents. > > The part after the underscore is completely skipped: > > @defun foo > Contents. > @end defun Fixed, on main. https://git.savannah.gnu.org/cgit

[BLOG] #12 [[bbb:OrgMeetup]] on Wed, Oct 9, 19:00 UTC+3

2024-10-26 Thread Ihor Radchenko
[ This time, I will try to use Org mailing list tracker and its functionality for "blog posts". Let's see if I can make this post into RSS feeds that are automatically posted in #org-mode Matrix room. ] Back to the meeting notes. - As usual, we started from Sacha's News https://sachachua.

Re: Help. SPC in speed commands

2024-10-26 Thread Ihor Radchenko
Kepa writes: > Hello, > > This speed commands keybinding is not working for me. Should it be done > differently to use SPC? > ("SPC" . org-todo) Try (" " . org-todo) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org de

Re: Org-cite: Replace basic follow-processor with transient menu?

2024-10-26 Thread Jonas Bernoulli
Ihor Radchenko writes: > Jonas Bernoulli writes: > >>> :set (lambda (option-name new-value) >>> (eval >>> `(transient-define-prefix org-cite-basic-follow (citation >>> &optional prefix) >>> "Follow a citation reference. >> ... >> >> (transient-define-prefix org

Re: Should "org-element-parse-buffer" check whether the buffer's major mode is org mode?

2024-10-26 Thread Ihor Radchenko
Ihor Radchenko writes: > Antonio Romano writes: > >> The situation is a bit more complex than I imagined and am not >> experienced enough to have a strong opinion on the matter. If things >> are to stay as they are right now, I guess emphasizing even more in the >> docstring that this function m

RE: Help. SPC in speed commands

2024-10-26 Thread Kepa
It works on emacs -Q. But with my config it is not working, it just shows breadcrumbs in the mini buffer, showing some upper level headline. Best regards > -Original Message- > From: yantar92 at posteo.net > > Sent: Saturday, October 26, 2024 11:55 AM > To: Kepa > Cc: emacs-orgmode at

Re: Understanding Publish (ox-publish.el)

2024-10-26 Thread Ihor Radchenko
Christian Moe writes: >> and is committing another typographic crime :) >> I am wondering if this may somehow be addressed. > > Indeed. The best place to address it would be in Latex, I suppose. Kind > of surprising that it hasn't been. That's what I was hoping for... Maybe some low-level TeX co

Re: An org-follow-mode following org/org-roam links

2024-10-26 Thread Ihor Radchenko
Sébastien Lerique writes: > ... > Now this obviously doesn't work, primarily because I have no > `org-marker` defined as no agenda line is selected. > > I then went over the "org-roam-ui-follow-mode" code, little of which I > could use for this as most of the follow-mode looks simpler, directly >