Re: The Zen of Task Management with Org

2025-04-17 Thread Bastien Guerry
Rudolf Adamkovič writes: > My keywords are similar to yours, but slightly more readable: > > - ONGO instead of STRT > - SKIP instead of CANX Very nice! Adopted, thanks :) -- Bastien

Re: [PATCH]: Add font specifications when exporting to LaTeX

2025-04-17 Thread Pedro Andres Aranda Gutierrez
HI, interesting... I have been giving this a thought, Maybe what we should have are two things: 1. an alist for setting the main, sans and mono font with a reasonable default value (Free... seems to be available by default in a quite cross-OS manner - I'm testing with macOS, a couple of

Re: [RFC] Org syntax: "." in citation keys

2025-04-17 Thread Christian Moe
Marvin Gülker writes: > The example given by Christian Moe contains an error; you need to > repeat the “cite:” keyword again for each chain of citations. Oops, yes, apologies, To be clear, that was of course what I did when testing, and why the testing worked. (For illustrative purposes I subst

Q: org-export-headline-levels doc problem?

2025-04-17 Thread David Masterson
The documentation for 'org-export-headline-levels' seems problematic. I was going to suggest a patch, but thought I'd ask first. The problem is in the definition of 'level'. One could see a header with one '*' as "above" one with two. On the other hand, the value of this variable is a number an

Re: ox-publish: remove all :base-extension from output file name?

2025-04-17 Thread Thomas Ingram
Hello Giovanni, I think the easiest solution would be to use a :completion-function to rename all the filenames to remove the lang identifier. (defun my/rename-files (project-alist) You can use org-publish-get-base-files to get the list of files and use rename-file on them. -- Thoma

[PATCH] Use full timestamp in todo-list sorts

2025-04-17 Thread General discussions about Org-mode.
Here is a patch for timestamp sortation issues in todo-list, as documented in the following recent threads: [BUG] Agenda sortation generally ignores time-of-day https://list.orgmode.org/caku+9yxmuxgzg_lxosbgudkb6rtsenmtnctpnxw5z8kbbwf...@mail.gmail.com/ Sorting a TODO agenda across multiple files

Re: Help request ... was Re: [PATCH]: Add font specifications when exporting to LaTeX

2025-04-17 Thread Max Nikulin
On 15/04/2025 12:49, Pedro Andres Aranda Gutierrez wrote: Calling out to the list to see if someone can help more scripts integrate and show. I have currently running the Latin-x, Greek, Cyrillics, some UTF-8 (see my original file in this thread) and Emoticons. Sanskrit/Devanagari fonts not

Re: Error 502 when trying to pull from Org-mode git

2025-04-17 Thread Sébastien Gendre
Thank you. I have tested with the git command instead of magit and don't get an error 502. Leo Butler writes: > It is you. > > I was able to navigate to that URL by placing point on the url (on the > error: 502 line) and typing M-x eww RET in Gnus/Emacs. I could also pull > from the repo using

Re: [BUG] Agenda sortation generally ignores time-of-day [9.7.25 (9.7.25-bdf9f94 @ /home/charlest/.emacs.d/elpa/org-9.7.25/)]

2025-04-17 Thread General discussions about Org-mode.
I assume that you meant to say that it is non-trivial to support sorting by timestamp *time*, since sorting by timestamp date is already the thing that is happening. I will submit a patch, since I seem to have something working locally that isn't too complex. Charles On Thu, Apr 17, 2025 at 1:52

RE: [BUG] Warning (org-element): ‘org-element-at-point’ cannot be used in non-Org buffer # (org-agenda-mode) [9.7.11 (release_9.7.11 @ /Applications/Emacs.app/Contents/Resources/l

2025-04-17 Thread Rob Davenport
> In other words, I believe that nothing can be done on Org mode side. The fix > belongs to org-super-agenda. That's what I was coming to believe also. I'm sure alphapapa isn't alone and other package devs are facing similar issues since the change in Org 9.7. Thanks for your help, Rob ? Rob

Q: BEAMER automatically break a slide in 2 ?

2025-04-17 Thread David Masterson
Sometimes, an Org entry is just too big to fit one Beamer slide, but it just feels right as one entry. Is there a way to automatically have big slides broken into more than one slide? -- David Masterson

Small Bug in ODT export

2025-04-17 Thread Guillaume MULLER
Hello, Often when I write ORG files, I use the exact same content for TITLE and DESCRIPTION, and almost the same thing for KEYWORDS: #+TITLE: My Great Title #+DESCRIPTION: My Great Title #+KEYWORDS: My, Great, Title I discovered recently that I could use pre-defined macro to fill the 2 extra f

Re: [PATCH] org-manual and cdlatex url (was Re: org-latex-preview and font-locking)

2025-04-17 Thread Ihor Radchenko
Leo Butler writes: >> Better https://elpa.nongnu.org/nongnu/cdlatex.html > > Take 2. > -from [[https://elpa.nongnu.org/][NonGNU ELPA]] with the > [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Package-Installation.html][Emacs > packaging system]] or alternatively from > -[[https://

Re: org-element is stymied by non-nil field properties

2025-04-17 Thread Ihor Radchenko
JD Smith writes: > Unfortunately, the presence of `field' properties in an org buffer > interferes with org-element's updates, as it makes free use of > e.g. `line-beginning-position' (which stops at field boundaries). > This can lead to misidentification and even lead to hangs in > org-element s

Re: [BUG] Agenda sortation generally ignores time-of-day [9.7.25 (9.7.25-bdf9f94 @ /home/charlest/.emacs.d/elpa/org-9.7.25/)]

2025-04-17 Thread Ihor Radchenko
Charles Tam writes: > Well that's the problem I'm talking about, right? time-up/down does respect > time-of-day, but a bunch of other sort strategies *don't*, like > scheduled-up/down (see example for bug reproduction in previous message). Yes, they do not. I recently clarified this in the docst

Re: Code contribution to Org-mode and commits

2025-04-17 Thread Ihor Radchenko
Sébastien Gendre writes: > If I want to contribute some code to Org-mode, and send patch here, do > you prefer: 1 commit per contribution (ex: 1 commit == 1 feature) or > multiple commits per contribution ? As long as the contribution is small, 1 commit == 1 feature is preferred. This is to simp

Re: Error 502 when trying to pull from Org-mode git

2025-04-17 Thread Ihor Radchenko
Sébastien Gendre writes: > I wanted to pull the latest commit of the branch main in the Org-mode > repository. On "https://git.savannah.gnu.org/git/emacs/org-mode.git";. > > And I got an error 502. > > This is the full Magit log: > > 1 git … pull origin main > fatal : impossible d'accéder à

Re: [BUG] Agenda sortation generally ignores time-of-day [9.7.25 (9.7.25-bdf9f94 @ /home/charlest/.emacs.d/elpa/org-9.7.25/)]

2025-04-17 Thread General discussions about Org-mode.
Well that's the problem I'm talking about, right? time-up/down does respect time-of-day, but a bunch of other sort strategies *don't*, like scheduled-up/down (see example for bug reproduction in previous message). Charles On Sat, Mar 29, 2025 at 2:20 PM Ihor Radchenko wrote: > Charles Tam wri

Re: Parsing of incomplete LaTeX environments

2025-04-17 Thread Ihor Radchenko
Karthik Chikmagalur writes: > Here is an example. An environment is being previewed live, and edited: > > https://share.karthinks.com/olp-live-preview-deletion-bug.mp4 > > When you delete the \begin{FOO} line and move the cursor away, the live > preview disappears as it should, because the Org el

Re: org-latex-preview and font-locking

2025-04-17 Thread Ihor Radchenko
Karthik Chikmagalur writes: >>> For syntax highlighting in LaTeX environments you can use >>> >>> (setq org-highlight-latex-and-related '(native)) >> >> Ok, thanks, that works nicely. Why isn't that the default? > > Ihor, I'm curious to know if the fontification of LaTeX export blocks > suffers

RE: [BUG] Warning (org-element): ‘org-element-at-point’ cannot be used in non-Org buffer # (org-agenda-mode) [9.7.11 (release_9.7.11 @ /Applications/Emacs.app/Contents/Resources/l

2025-04-17 Thread Ihor Radchenko
Rob Davenport writes: > It would seem I'm experiencing an issue reported against > org-super-agenda: > https://github.com/alphapapa/org-super-agenda/issues/247 and related > to a known change in Org-9.7 org-element-at-point behavior which has > affected a number of packages. (I'm not sure why yo

Re: Error 502 when trying to pull from Org-mode git

2025-04-17 Thread Leo Butler
It is you. I was able to navigate to that URL by placing point on the url (on the error: 502 line) and typing M-x eww RET in Gnus/Emacs. I could also pull from the repo using magit. Leo On Thu, Apr 17 2025, Sébastien Gendre wrote: > Hello, > > I wanted to pull the latest commit of the branch m

Error 502 when trying to pull from Org-mode git

2025-04-17 Thread Sébastien Gendre
Hello, I wanted to pull the latest commit of the branch main in the Org-mode repository. On "https://git.savannah.gnu.org/git/emacs/org-mode.git";. And I got an error 502. This is the full Magit log: 1 git … pull origin main fatal : impossible d'accéder à 'https://git.savannah.gnu.org/git/

Code contribution to Org-mode and commits

2025-04-17 Thread Sébastien Gendre
Hello, If I want to contribute some code to Org-mode, and send patch here, do you prefer: 1 commit per contribution (ex: 1 commit == 1 feature) or multiple commits per contribution ? Best regards --- Gendre Sébastien signature.asc Description: PGP signature

Re: The Zen of Task Management with Org

2025-04-17 Thread Russell Adams
On Thu, Apr 17, 2025 at 02:19:08PM +0200, Bastien Guerry wrote: > I've finally found some time to describe my Org workflow: > https://bzg.fr/en/the-zen-of-task-management-with-org/ > > I don't use comments on my blog, feel free to discuss it here: > https://news.ycombinator.com/item?id=43715714 Th

The Zen of Task Management with Org

2025-04-17 Thread Bastien Guerry
I've finally found some time to describe my Org workflow: https://bzg.fr/en/the-zen-of-task-management-with-org/ I don't use comments on my blog, feel free to discuss it here: https://news.ycombinator.com/item?id=43715714 I hope this will be useful! And I'm curious to see how it compares to oth

Re: [PATCH]: Add font specifications when exporting to LaTeX

2025-04-17 Thread Max Nikulin
On 13/04/2025 14:56, Ihor Radchenko wrote: Max Nikulin writes: This list looks like a set of fallback variants for primary font, not as options to try when some characters are missed. Perhaps it may be reasonable to have predefined configuration for widely used fonts like Noto, freefonts, DejaVu

Re: R code block with Cairo graphics

2025-04-17 Thread Christian Moe
Hi, Naresh, I haven't really explored cairo myself, so I hope users with more experience will chip in / correct me. I've tested that the below works, but I can't really visually distinguish the results with cairo from the ones without. Naresh Gurbuxani writes: > For cairo, I used this header an