Fixing the automatic generation of Tex info node names

2022-04-19 Thread Philip Kaludercic
For some reason ox-texinfo removes periods from node names. It seems this is not necessary as info can render these files without any issues, and in certain cases not intended (e.g. I had a node named "Emacs 28.1" and it was abbreviated to "Emacs 281"). This patch should resolve the issue: >Fro

Re: Fixing the automatic generation of Tex info node names

2022-04-19 Thread Ihor Radchenko
Philip Kaludercic writes: > For some reason ox-texinfo removes periods from node names. It seems > this is not necessary as info can render these files without any issues, > and in certain cases not intended (e.g. I had a node named "Emacs 28.1" > and it was abbreviated to "Emacs 281"). Accordi

Re: Fixing the automatic generation of Tex info node names

2022-04-19 Thread Philip Kaludercic
Ihor Radchenko writes: > Philip Kaludercic writes: > >> For some reason ox-texinfo removes periods from node names. It seems >> this is not necessary as info can render these files without any issues, >> and in certain cases not intended (e.g. I had a node named "Emacs 28.1" >> and it was abbre

Re: Bug: Order of drawers is important [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.3/lisp/org/)]

2022-04-19 Thread Olaf Dietsche
Ihor Radchenko writes: > Olaf Dietsche writes: > >> This seems much more useful than the non-working "repair" of >> org-set-property. > > FYI, even repair is no longer there in the latest Org release. > In future, I recommend running org-lint. It is usually able to catch > this and similar probl

Re: [BUG] Off-by-one error in width of Agenda window?

2022-04-19 Thread N. Jackson
At 11:16 +0800 on Tuesday 2022-04-19, Ihor Radchenko wrote: > > Thanks! I was able to reproduce the problem. > > I believe that it is not Org's fault. Org is trusting (window-width) > return value to calculate the width of the separator line. However, with > you settings, (window-width) apparently

Some feature requests/questions

2022-04-19 Thread Philip Kaludercic
Hi, I was wondering if someone could help me out to solve these annoyances I have been having with Org: 1. Most things I would like to clock are related to Emacs, but I often forget to check my agenda first, clock in, then clock out. Is there some way I can automatically manage clocking

Re: Some feature requests/questions

2022-04-19 Thread Eric S Fraga
Hi Philip, some quick comments on two of your requests: On Tuesday, 19 Apr 2022 at 15:49, Philip Kaludercic wrote: > 3. Related to the previous point, is there a way to configure capture >templates /in/ org files? That would make it easier to dynamically >add notes, without having to do

[BUG] org-screenshot cl-lib function name errors [9.5.2 (9.5.2-gbebf0b @ /home/jds6696/.emacs.d/straight/build/org/)]

2022-04-19 Thread Justin Silverman
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 Your bug report will be posted to the Org mailing list. -

Re: citations: org-cite vs org-ref 3.0

2022-04-19 Thread Bruce D'Arcus
On Mon, Mar 21, 2022 at 10:06 AM John Kitchin wrote: > > Bruce and I looked into this UI approach in > https://github.com/jkitchin/org-ref-cite/issues/9. Bruce and I discussed and > worked on this for almost two weeks. There are 70 comments in this issue. > > There are opportunities now to annot

Re: [BUG] Off-by-one error in width of Agenda window?

2022-04-19 Thread Ihor Radchenko
"N. Jackson" writes: > It turns out there is already an Emacs bug for this (Bug 19395: > Setting left fringe to 0 messes up window-width > (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19395)). > > My understanding of the discussion is that the bug is caused by > window-width including in its re

Re: Fixing the automatic generation of Tex info node names

2022-04-19 Thread Ihor Radchenko
Philip Kaludercic writes: > Would you happen to know what the issue is? As I said, the documents > appear to render just as expected in my case, but it might just be due > to the version or because I didn't hit some specific edge-case. The link I shared is all I know. Apparently, using some sym

Re: Fwd: Re: Emacs master: different (ugly) font in org-mode [Windows, macOS]

2022-04-19 Thread Bastien
Ihor Radchenko writes: > I do not think that you need to prepare a separate patch. Reverting is > easy. Fixed by reverting in Org 9.5.3, thanks! -- Bastien

Release 9.5.3

2022-04-19 Thread Bastien
Hi all, Org 9.5.3, a bug fix release, is out. Enjoy! Since Org 9.5.4 is expected to be merged with Emacs 28.2, only critical bug fixes should go to the bugfix branch now. Thanks, -- Bastien

Re: Maintenance Request

2022-04-19 Thread Bastien
Hi Daniel, Daniel Fleischer writes: > I would like to maintain the 'ox-latex.el' file. It's one of the many > files created by Nicolas but few of the files that are not maintained > (by him). I have a long experience (14) with latex and relatively long > experience with org->latex. Sorry for th