Re: Commas in org source blocks

2025-05-08 Thread Rens Oliemans
Raoul Comninos writes: > In this case there's only *one* comma, which serves to escape the asterisk Ah thanks, I hadn't read (info "(org) Literal Examples") properly so I didn't know that this was necessary.

Re: Commas in org source blocks

2025-05-08 Thread Rens Oliemans
Ihor Radchenko writes: >> What's the reason for showing the commas? > > I see no reason. Oh? I also thought it served a purpose, since Org mode 9.7.11 inserts them when editing code. Consider the following org code: #+begin_src elisp (message "abc *def") #+end_src This has

Re: Commas in org source blocks

2025-05-08 Thread Raoul Comninos
Disregard my last message about GNUS. It was sent to this group in error. - Original Message - From: "Raoul Comninos" To: "Rens Oliemans" Cc: "Ihor Radchenko" , "emacs-orgmode" Sent: Thursday, May 8, 2025 10:33:13 AM Subject: Re: Commas in org

Re: Commas in org source blocks

2025-05-08 Thread Raoul Comninos
-orgmode" Sent: Thursday, May 8, 2025 10:12:25 AM Subject: Re: Commas in org source blocks Oh? I also thought it served a purpose, since Org mode 9.7.11 inserts them when editing code. Consider the following org code: #+begin_src elisp (message "abc *def") #+end_

Re: Commas in org source blocks

2025-05-08 Thread Raoul Comninos
ng is putting commas before each line in the block. - Original Message - From: "Rens Oliemans" To: "Ihor Radchenko" , "Raoul Comninos" Cc: "emacs-orgmode" Sent: Thursday, May 8, 2025 10:12:25 AM Subject: Re: Commas in org source blocks Oh? I als

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 h

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 fil

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 >