Re: Commas in org source blocks

2025-05-07 Thread Raoul Comninos
- Original Message - From: "Ihor Radchenko" To: "Raoul Comninos" Cc: "emacs-orgmode" Sent: Wednesday, May 7, 2025 8:25:47 PM Subject: Re: Commas in org source blocks I see no reason. If you look into git history of that file, you will see that this file had more problems like what you n

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

2025-05-07 Thread Kristoffer Balintona
On Mon, May 05 2025, Ihor Radchenko wrote: > 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

Re: Cycle values of a cell from a sequence

2025-05-07 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, I have a partial solution: --8<

[PATCH] docs: Add mention of ox-report to org-tools index

2025-05-07 Thread brettjrea.dev
From: brettjrea <6890798+brettj...@users.noreply.github.com> --- org-tools/index.org | 5 + 1 file changed, 5 insertions(+) diff --git a/org-tools/index.org b/org-tools/index.org index 62264666..5860f54d 100644 --- a/org-tools/index.org +++ b/org-tools/index.org @@ -54,6 +54,11 @@ See [[file

Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-07 Thread jman
Raoul Comninos writes: I am open to suggestions. Sorry to hijack this thread for an unrelated comment. Speaking of suggestions, I would suggest not using a loud mechanical keyboard in these turorials because it's distracting, sometimes it covers your voice. Also, you might evaluate using th

Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-07 Thread revr...@mweb.co.za
I'll combine them as you have suggested. Sent from my Galaxy Original message From: Ihor Radchenko Date: 2025/05/07 21:10 (GMT+02:00) To: Raoul Comninos Cc: emacs-orgmode Subject: Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos Raoul Comninos w

Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-07 Thread Ihor Radchenko
Raoul Comninos writes: > These videos are meant to be practical tutorials that show how I use > various Org mode features ... If you prefer a different title that > better reflects this approach, I am open to suggestions. I will need to check in more details, but preliminary thought is that this

Re: Commas in org source blocks

2025-05-07 Thread Raoul Comninos
Thanks for the clarification. - Original Message - From: "Ihor Radchenko" To: "Raoul Comninos" Cc: "emacs-orgmode" Sent: Wednesday, May 7, 2025 8:25:47 PM Subject: Re: Commas in org source blocks I see no reason. If you look into git history of that file, you will see that this file ha

Re: Org links as plain text in the buffer

2025-05-07 Thread Raoul Comninos
Thanks Ihor. I understand it's a feature. I'll try implement the font-lock hook option. Regards, Raoul - Original Message - From: "Ihor Radchenko" To: "Raoul Comninos" Cc: "emacs-orgmode" Sent: Wednesday, May 7, 2025 8:28:07 PM Subject: Re: Org links as plain text in the buffer You c

Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-07 Thread Raoul Comninos
Hi Ihor, These videos are meant to be practical tutorials that show how I use various Org mode features. The series is intended to be helpful resources for Org users rather than strict technical documentation. Originally they were to be just a series on Org, but I had to group and categorize th

Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-07 Thread Ihor Radchenko
Raoul Comninos writes: > No, it's a new addition. In the first patch you applied, I added a > link to my series on Org Fundamentals. The second patch adds a link to > a separate series on Org Agenda. I see. I am wondering what Refiling, Capture, and Attachments are doing in agenda-related videos

Re: Org links as plain text in the buffer

2025-05-07 Thread Ihor Radchenko
Raoul Comninos writes: > If I view the following example in an Org buffer all the links are > highlighted and clickable. > Can I display such links as plain text in the buffer? I understand that they > will be exported literally. > > #+begin_example > http://www.example.com > ftp://ftp.example

Re: Commas in org source blocks

2025-05-07 Thread Ihor Radchenko
Raoul Comninos writes: > In this example taken from "advanced-searching.org" on the worg site, we have: > > #+begin_src org > ,* TODO Buy clothes for wedding > :wedding:important:errands: > , SCHEDULED: <2010-12-01 Wed> > , :PROPERTIES: > , :estimated-cost: 100 >

[FR] Adding custom indices for Texinfo export (and maybe unaffiliated dual-value keywords?)

2025-05-07 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> Rudolf, did you have a chance to look into this request? > > Sorry, I did not reply because I had nothing to add. The feature would > be useful, and it all comes down to /not/ adding yet another snowflake > to the already complicated Org sy

Re: [BUG] rx range error when editing Python buffer [9.7.29 (9.7.29-79781b @ /home/dan/.emacs.d/elpa/org-9.7.29/)]

2025-05-07 Thread Ihor Radchenko
emacs-...@dandrake.org writes: > Emacs / Org told me to use M-x org-submit-bug-report and I am dutifully > obeying. :) > > I was editing some Python code and did...something...and got the error > below. Sadly, I did too many things and view-lossage doesn't have the > particular keybinding I must h

Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-07 Thread Raoul Comninos
No, it's a new addition. In the first patch you applied, I added a link to my series on Org Fundamentals. The second patch adds a link to a separate series on Org Agenda. - Original Message - From: "Ihor Radchenko" To: "Raoul Comninos" Cc: "emacs-orgmode" Sent: Wednesday, May 7, 2025

Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-07 Thread Ihor Radchenko
Hi, What is this patch about? Is it a continuation of https://list.orgmode.org/102561680.13634571.1746363977973.javamail.zim...@mweb.co.za/T/#t thread? Note that I have already applied the patch there in commit bbea0983. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org m

[PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-07 Thread Raoul Comninos
0001-org-tutorials-index.org-Add-Org-Agenda-video-tutoria.patch Description: application/mbox

Re: [Feature Request] Adding custom indices for Texinfo export (and maybe unaffiliated dual-value keywords?)

2025-05-07 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Rudolf, did you have a chance to look into this request? Sorry, I did not reply because I had nothing to add. The feature would be useful, and it all comes down to /not/ adding yet another snowflake to the already complicated Org syntax. Rudy -- "'Contrariwise,' conti

Org links as plain text in the buffer

2025-05-07 Thread Raoul Comninos
If I view the following example in an Org buffer all the links are highlighted and clickable. Can I display such links as plain text in the buffer? I understand that they will be exported literally. #+begin_example http://www.example.com ftp://ftp.example.com mailto:u...@rashi.com file:///C:/Us

Commas in org source blocks

2025-05-07 Thread Raoul Comninos
In this example taken from "advanced-searching.org" on the worg site, we have: #+begin_src org ,* TODO Buy clothes for wedding:wedding:important:errands: , SCHEDULED: <2010-12-01 Wed> , :PROPERTIES: , :estimated-cost: 100 , :END: , [2010-11-17 Wed 12:22] ,