Re: Cycle values of a cell from a sequence

2025-05-05 Thread jman
Ihor Radchenko writes: AFAIK, there is no such feature for tables that is built-in. I also do not recall any package doing something similar. You may need to write your own helper command and maybe hook it to org-shiftright-hook / org-shiftleft-hook. OK Ihor, I'll note down to investigate in

Re: Language support for C# in org-babel

2025-05-05 Thread poverobuosodonati
Another note here: you may probably use `unwind-protect' instead of progn to be safe. Oh yes, that makes sense. Applied an `undwind-protect' here to reset the framework version to the "previous" one. Consider header argument set for a subtree: This actually works without an explicit "yes" (or

Re: [PATCH] ox-overview.org: Add new section and make minor edits

2025-05-05 Thread revr...@mweb.co.za
Thank you for the important clarifications. Sent from my Galaxy Original message From: Ihor Radchenko Date: 2025/05/05 20:05 (GMT+02:00) To: Raoul Comninos Cc: emacs-orgmode Subject: Re: [PATCH] ox-overview.org: Add new section and make minor edits Raoul Comninos writes:>

Re: Cycle values of a cell from a sequence

2025-05-05 Thread Ihor Radchenko
jman writes: > I'm learning a bit about tables in orgmode. How do I set a value for a > column, where the values are choosen from a custom sequence I define? > How to cycle these values? > > If I understand correctly I can create my own sequence with (example): > ... > Is there a way to edit a ce

Re: [PATCH] BUGFIX for dpi calculation

2025-05-05 Thread Ihor Radchenko
Karthik Chikmagalur writes: >> Not all the monitors have scaling field. Your patch should account for >> that. > > For your reference, here's org-latex-preview--get-display-dpi, the > replacement for org--get-display-dpi in the upcoming org-latex-preview. > ... Your version suffers from the same

Re: [PATCH] ox-overview.org: Add new section and make minor edits

2025-05-05 Thread Ihor Radchenko
Raoul Comninos writes: > +| > [[http://www.atlassian.com/software/confluence/overview/team-collaboration-software][Confluence]] > | =./contrib/lisp/ox-confluence.el= | ox-confluence > | >

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

2025-05-05 Thread Ihor Radchenko
Kristoffer Balintona writes: > On Mon, May 05 2025, Kristoffer Balintona wrote: > It would be nice if the top-level datetree in would simply > be used if the function supplied for function-returning-list-of-strings > returns nil. Alternatively, a target specification like > (file+olp+datetr

Cycle values of a cell from a sequence

2025-05-05 Thread jman
Hello everyone, I'm learning a bit about tables in orgmode. How do I set a value for a column, where the values are choosen from a custom sequence I define? How to cycle these values? If I understand correctly I can create my own sequence with (example): --8<---cut here---