Re: Commas in org source blocks

2025-05-08 Thread Raoul Comninos
In this case there's only *one* comma, which serves to escape the asterisk, as I see it. You can get the same effect if you run `org-toggle-comment` twice on the same region. (It would be nice if the region did not have to disappear after the first invocation.) The issue I was raising is puttin

Re: Commas in org source blocks

2025-05-08 Thread Raoul Comninos
Hi Jean-François, Google still supports IMAP connections, but they've changed how you set up app access. Instead of dedicated mail passwords, they now use "App passwords" for less secure apps like Gnus. To set this up: 1. Enable 2-Step Verification on your Google account 2. Go to Security → App

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 source blocks In this case there's only

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 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: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos

2025-05-08 Thread Ihor Radchenko
"revr...@mweb.co.za" writes: > I'll combine them as you have suggested. Sent from my Galaxy > Original message Please, avoid top posting. See https://orgmode.org/worg/org-mailing-list.html#org562eb37 Look how your message looks on web: https://list.orgmode.org/e1uckb1-00062j.

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

2025-05-08 Thread revr...@mweb.co.za
Okay. Shall do. Sent from my Galaxy Original message From: Ihor Radchenko Date: 2025/05/08 18:25 (GMT+02:00) To: revr...@mweb.co.za Cc: emacs-orgmode Subject: Re: [PATCH] org-tutorials: Add Org Agenda video tutorials by Raoul Comninos "revr...@mweb.co.za" writes:> I'll com

(require 'org) question

2025-05-08 Thread Raoul Comninos
Org-mode has been included by default from Emacs 22.1 onward. When, if ever, then is it required to add `(require 'org)` to one's dot emacs? Is it only if one updates Org to its latest release version? Or are there other use-cases? Best, Raoul Comninos

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

2025-05-08 Thread Ihor Radchenko
Kristoffer Balintona writes: > Currently, `org-find-olp' assumes that it is being passed a file path + > an outline path, but when the olp function returns nil, only a file path > is returned, so `org-find-olp' ends up returning nil when > `org-capture-set-target-location' expects it to return a

Re: (require 'org) question

2025-05-08 Thread Ihor Radchenko
Raoul Comninos writes: > Org-mode has been included by default from Emacs 22.1 onward. When, if ever, > then is it required to add `(require 'org)` to one's dot emacs? > > Is it only if one updates Org to its latest release version? Or are there > other use-cases? (require 'org) is necessary

Re: Cycle values of a cell from a sequence

2025-05-08 Thread Ihor Radchenko
jman writes: > Ok, I have a partial solution: > ... > > Obviously the problem is that I lose the ability to shift columns. > > Is there a free keybinding in orgmode I could associate this helper? Or > is there any way I could have it not interfere with the column shift? You can always bind it to

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

2025-05-08 Thread Ihor Radchenko
Raoul Comninos writes: > My sincerest apologies. I will be more mindful about this in future. It's a > combination of habit and Gmail defaults. I will consider switching to an > email program that makes bottom-posting easier. See https://useplaintext.email/#gmail-web -- Ihor Radchenko // yan

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

2025-05-08 Thread Raoul Comninos
> Please, avoid top posting. See > https://orgmode.org/worg/org-mailing-list.html#org562eb37 My sincerest apologies. I will be more mindful about this in future. It's a combination of habit and Gmail defaults. I will consider switching to an email program that makes bottom-posting easier. -- Ra

Re: (require 'org) question

2025-05-08 Thread Raoul Comninos
Ihor Radchenko writes: > (require 'org) is necessary when you want to load Org (and make *all* > the main Org commands available) at startup by force. Thank you for the clarification. It is most helpful. -- Raoul Comninos

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

2025-05-08 Thread Rari Comninos
On Thu, May 08 2025, Ihor Radchenko wrote: > See https://useplaintext.email/#gmail-web Thank you! That's a useful link. -- Raoul Comninos

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

2025-05-08 Thread Rari Comninos
On Thu, May 08 2025, Ihor Radchenko wrote: > See https://useplaintext.email/#gmail-web Thank you. That's a most helpful link. -- Raoul Comninos

Re: Cycle values of a cell from a sequence

2025-05-08 Thread PJ Proudhon
Hey, In, your my/org-cycle-status function, if you just set t as the last argument of your org-table-put call, e.g. "(org-table-put (org-table-current-line) (org-table-current-column) next t)", the columns will automatically be realigned after a value is inserted. This is the docstring for org-tab