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
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
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
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
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.
"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.
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
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
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
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
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
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
> 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
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
On Thu, May 08 2025, Ihor Radchenko wrote:
> See https://useplaintext.email/#gmail-web
Thank you! That's a useful link.
--
Raoul 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
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
17 matches
Mail list logo