How does =org-md-item= produce the correct indentation for nested lists?

2024-04-12 Thread Rohit Patnaik
Hello, I was looking at the implementation for =org-md-item=, in ox-md.el, and I'm wondering how indentation logic for nested lists works. Specifically, I was looking at the following code: #+BEGIN_SRC elisp (concat bullet (make-string (- 4 (length bullet)) ? ) (pcase

Re: [BUG] Org parser error when removing latex preview [9.6.15 (release_9.6.15 @ /gnu/store/gnvv2a1nxfbibkm1wdxdv6bd6mhk4cf8-emacs-29.3/share/emacs/29.3/lisp/org/)]

2024-04-12 Thread General discussions about Org-mode.
> From: Ihor Radchenko > Date: Fri, 12 Apr 2024 18:24:17 + > > Anush V via "General discussions about Org-mode." > writes: > >> Below are the steps to replicate the issue: >> >> Start emacs by running "emacs --no-init". >> >> Set the org-startup-numerated variable to true with the command

Re: [PATCH] Ensure org-table-header displays without cursor inside table

2024-04-12 Thread Lei Zhe
Great, thanks. On Sat, Apr 13, 2024 at 2:04 AM Ihor Radchenko wrote: > Bastien Guerry writes: > > > Ihor Radchenko writes: > > > >> P.S. Bastien, may your please check Lei Zhe's copyright status? > > > > Yes, I confirm Lei Zhe copyright status is okay. > > Applied, onto bugfix. I amended the

Re: Adding custom providers for thingatpt.el (was: [PATCH] Add support for 'thing-at-point' to get URL at point)

2024-04-12 Thread Jim Porter
On 4/12/2024 5:41 AM, Ihor Radchenko wrote: Jim Porter writes: That sounds reasonable enough to me; does anyone else have opinions on this? Otherwise, I'll get to work on a patch (though probably not for a couple weeks). It has been a while since the last message in this thread. Jim, may I

Re: [BUG] Org parser error when removing latex preview [9.6.15 (release_9.6.15 @ /gnu/store/gnvv2a1nxfbibkm1wdxdv6bd6mhk4cf8-emacs-29.3/share/emacs/29.3/lisp/org/)]

2024-04-12 Thread Ihor Radchenko
Anush V via "General discussions about Org-mode." writes: > Below are the steps to replicate the issue: > > Start emacs by running "emacs --no-init". > > Set the org-startup-numerated variable to true with the command (setq > org-startup-numerated t). > > Create a new file named tmp.org and

Re: #7 [[bbb:OrgMeetup]] on Wed, Apr 24, 19:00 UTC+3

2024-04-12 Thread Matt
On Wed, 10 Apr 2024 10:33:15 +0200 Ihor Radchenko wrote --- > Another OrgMeetup will be scheduled on the last Wednesday of February, > in two weeks. (Sorry, I cannot make it second Wednesday this time, and > even third.) Thanks for running this. I look forward to it :) -- Matt

Re: [PATCH] Ensure org-table-header displays without cursor inside table

2024-04-12 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> P.S. Bastien, may your please check Lei Zhe's copyright status? > > Yes, I confirm Lei Zhe copyright status is okay. Applied, onto bugfix. I amended the commit author field to contain the

Re: [PATCH] org-faq.org: rename org-export-htmlize-* options to org-html-htmlize-*

2024-04-12 Thread Ihor Radchenko
Ihor Radchenko writes: > Rudolf Adamkovič writes: > >> While you are on it, ... >> ... > > See the attached updated patch. Applied, onto master. https://git.sr.ht/~bzg/worg/commit/dcb2c11c -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: Bug: org-no-popups disregards display-buffer-fallback-action [9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20210920/)]

2024-04-12 Thread Ihor Radchenko
Daniel Kraus writes: > Eric S Fraga writes: > >> On Monday, 15 Nov 2021 at 00:03, dal-bla...@onenetbeyond.org wrote: >>> So if we want to make org cooperate with window.el we must ban theses >>> functions and instead delegate the window management with calls to >>> proper display functions. >>

Re: Verbatim content (inline-special-block)

2024-04-12 Thread Ihor Radchenko
Max Nikulin writes: >> It may be enough to have @kbd{@code{...}} - it is not like Texinfo has a >> concept of truly verbatim text like in Org. >> >> Alternatively, we may allow two classes of inline markup: >> @foo{parsed *text* inside} >> and >> @foo={verbatim *text* inside}/@foo~{verbatim

(error "Listing directory failed but ‘access-file’ worked")

2024-04-12 Thread Edgar Lux
Hello. I got this in an Org file: #+begin_src org [[file:Figures/Ti19-g(w, eta={0.1,}, R=1e-3).svg]] [[file:Figures/Ti19-g(w, eta={0.1,}, R=1e-3).png]] #+end_src The files exist, and can be viewed in image-mode (tested with src_bash{emacs -q}). With =C-c C-o=

Re: Adding custom providers for thingatpt.el (was: [PATCH] Add support for 'thing-at-point' to get URL at point)

2024-04-12 Thread Ihor Radchenko
Jim Porter writes: > On 2/5/2024 7:07 AM, Ihor Radchenko wrote: >> It would make sense to add a number of alists: >> - bounds-of-thing-at-point-provider-alist >> - same for 'forward-op, 'beginning-op, 'end-op. >> >> After Emacs have those, we can add Org mode support. > > That sounds reasonable

Re: columnview dynamic block - different time summing behaviour for EFFORT and CLOCKSUM

2024-04-12 Thread Alexander Adolf
Hello Ihor, Many thanks for your swift response. Ihor Radchenko writes: > [...] >> Does anyone recall the rationale for this different behaviour? > > The "default" behaviour is to store summary of all the child property > value in each parent. > [...] > This is, however, not possible for

Re: Bug: inconsistent handling of empty duration cells in table [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/jet/.config/emacs/elpa/org-20210816/)]

2024-04-12 Thread Ihor Radchenko
Jeff Trull writes: > When calc formulas producing empty strings are evaluated in the default > mode, an empty cell is produced. When evaluated in duration mode (U, T, > or t) a zero duration is produced. I feel the behavior should be > consistent with the number formats, producing a empty value

Re: Verbatim content (inline-special-block)

2024-04-12 Thread Max Nikulin
On 11/04/2024 19:58, Ihor Radchenko wrote: Max Nikulin writes: @code{ unlike =code=, we can have leading and trailing spaces } @code{ @foo{is not interpreted inside}} I think, it should be controlled by some optional parameter like @kbd[:verbatim t]{ unlike =code=, ... }

Re: [PATCH] Ensure org-table-header displays without cursor inside table

2024-04-12 Thread Bastien Guerry
Ihor Radchenko writes: > P.S. Bastien, may your please check Lei Zhe's copyright status? Yes, I confirm Lei Zhe copyright status is okay. -- Bastien Guerry

Re: [BUG] HTML export does not preserve footnote label [9.6.15 (release_9.6.15 @ /usr/local/share/emacs/30.0.50/lisp/org/)]

2024-04-12 Thread Protesilaos Stavrou
> From: Ihor Radchenko > Date: Wed, 10 Apr 2024 14:31:22 + > > Protesilaos Stavrou writes: > >> Though I should have clarified my intent earlier: the idea is to use the >> label as a fixed reference to the footnote, so that the link does not >> change between exports. This is the same