Re: State of the feature branch - An update

2025-05-18 Thread Pedro Andres Aranda Gutierrez
Hi again, an extra test here: With the current script detection code based on Juan Manuel's code => Scripts used in document: (cjk-misc han) with charset-char => Scripts used in document: (unicode-bmp) Unless a better solution emerges, I'll stay with Juan Manuel's FTMB. Best, /PA On Mon, 19 May

Re: State of the feature branch - An update

2025-05-18 Thread Pedro Andres Aranda Gutierrez
A really cool page for people with some experience in Emacs. Lots of cool ideas I need to look at. The only downside is the "some experience". What about people who are starting? I can tell any student/coworker to install a pure Emacs and TeXLive and to pull any of the documents in the ZIP file fro

Re: [BUG?] ox-latex and *Warnings*

2025-05-18 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> org-publish publishes a lot of files for me via multiple backends. The >> problem is that, in ox-latex's post scan of Latex output for warnings to >> add to the *Warnings* buffer, it doesn't print out the filename >> associated with the warn

Re: Notable past discussions related to exporting non-latin org documents to latex

2025-05-18 Thread Pedro Andres Aranda Gutierrez
This is great, thank you so much! PA On Sun, 18 May 2025 at 13:11, Ihor Radchenko wrote: > Hi, > > Here is a list of past discussions that could be useful to look through: > > 1. https://list.orgmode.org/orgmode/87h6z7jq4o.fsf@localhost/ >RTL language export (a bug report) > > 2. https://lis

Re: [ox-icalendar] End time added to appointments during export

2025-05-18 Thread Jack Kamm
Ihor Radchenko writes: > Jack, may you take a look? > Maybe we should just document `org-agenda-default-appointment-duration' > to the manual? I think it's a good start to document `org-agenda-default-appoint-duration' in the manual, I drafted a patch for it (attached). IMO it should be possibl

Re: [ox-icalendar] End time added to appointments during export

2025-05-18 Thread Ihor Radchenko
"Dr. Detlef Steuer" writes: > I understand why one would introduce a default length, as you explained > above. Nevertheless I would like to be able to configure any default if > needed. (And/or explain the fact there is a default in the docs.) I > know, patches welcome, most probably :-) Jack, m

Re: [PATCH] Improved mode line clock truncation behavior

2025-05-18 Thread Rohit Patnaik
> Applied, onto main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=7eafc194d Thanks so much! This was a long-standing minor annoyance of mine, and it's great to have the fix upstream. Thanks, Rohit

Re: [BUG?] ox-latex and *Warnings*

2025-05-18 Thread Ihor Radchenko
David Masterson writes: > org-publish publishes a lot of files for me via multiple backends. The > problem is that, in ox-latex's post scan of Latex output for warnings to > add to the *Warnings* buffer, it doesn't print out the filename > associated with the warning which makes it difficult to

Re: [BUG] Double slash in body text not captured in Org Protocol [9.7.30 (9.7.30-84f18c @ /Users/cchoi/.config/emacs/elpa/org-9.7.30/)]

2025-05-18 Thread Ihor Radchenko
Charles Choi writes: > Double slash in body text not captured in Org Protocol URL > > >#+begin_src shell > emacsclient "org-protocol://capture?body=org-protocol://" >#+end_src > ... > Only one slash appears in the resulting Org Capture window. Confirmed. This is because `server--pr

Re: [BUG] Latex Tikz graph previews are upside down

2025-05-18 Thread Ihor Radchenko
William Brusa writes: > -- Snippet 1 -- > \begin{tikzpicture} > \usetikzlibrary {graphs,graphdrawing} > \tikz \graph [tree layout, nodes={draw,circle}, sibling sep=0pt] >   { c -> { a, , ,b -> {c,d}, ,e} }; > \end{tikzpicture} > -- End of Snippet 1 -- > ... > Steps to reproduce: > 1. emacs -q >

Re: [BUG] gc-lock.eld [9.7.26 (9.7.26-07e380 @ /home/pradmin/.emacs.d/elpa/org-9.7.26/)]

2025-05-18 Thread Ihor Radchenko
Ihor Radchenko writes: > That sounds similar to https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75209 > I believe that this particular issues should be fixed on development (main) > branch. Could you test? According to off-list discussion, there are no issues on main. Canceled. -- Ihor Radchenko

Re: [BUG] When call org-html-export-to-html from org-export-dispatch, ext-plist is empty with #+OPTIONS: set [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-05-18 Thread Ihor Radchenko
Sébastien Gendre writes: > I was modifying the ox-html options alist to add an OPTION key to > `:html-extension'. I do it like this: > > (:html-extension nil "html-extension" org-html-extension) > > But after re-evaluate the ox-html backend definition and adding this to > my org-mode file: >

Re: [PATCH] lisp/ox-html.el: Add file level option to manage headlines self link

2025-05-18 Thread Ihor Radchenko
Sébastien Gendre writes: > How do prefer the old option `:html-divs' be managed in regard to the 3 > new ones ? Do I deprecate `:html-divs' or do I set its default value to > nil ? Or do you have any other preference ? I think that we can leave :html-divs be, but let the new options override/aug

Re: [BUG] Cannot tangle src block in capture buffer [9.7.6]

2025-05-18 Thread Derek Chen-Becker
My copyright assignment has been processed! I've attached the latest version of my patches, rebased against the current mainline. It's been a while since I created the patches last time, so if I've made a mistake in the options please let me know. Cheers, Derek On Sun, Mar 2, 2025 at 10:49 AM D

Re: [PATCH] Improved mode line clock truncation behavior

2025-05-18 Thread Ihor Radchenko
"Rohit Patnaik" writes: > I have updated the patch to ensure that 'org-mode-line-clock-overrun is > applied > properly when the effort time exceeds the estimated time. I also added some > tests to catch the regression. However, I made these changes *before* I saw > that you'd attached a revis

Re: [PATCH] Accept nil outline path for file+olp+datetree org-capture-templates target

2025-05-18 Thread Ihor Radchenko
Kristoffer Balintona writes: > I apologize for the delay. I've been busy these last few days and also > encountered some technical difficulties with my device. No problem. We are all volunteers here, contributing in our free time. > Thank you for the clarification. WDYT of the patches attached?