Re: Possible to set block switches "globally"?

2024-07-10 Thread Ihor Radchenko
Ihor Radchenko writes: >> I tried searching for where switches are parsed in the code, but >> couldn't find much. Could you provide me with some pointers and files I >> should be looking at? > > `org-element-src-block-parser' and `org-element-example-block-parser'. Hi João, It has been a while s

Re: org-encrypt-entries is slow (was: org-crypt leaking data when encryption password is not entered twice (was: Please document the caching and its user options))

2024-07-10 Thread Daniel Clemente
> > With that code I see something strange: I opened a file which had > > encrypted :crypt: sections (never unencrypted), and after adding a > > space somewhere else and saving, it asked me for an encryption > > password. It shouldn't, since all sections are encrypted. > > I also see „org-crypt: Re

Re: Org Babel "swallows" table column groups

2024-07-10 Thread Rudolf Adamkovič
Ihor Radchenko writes: > May you try the attached tentative patch set? With the two patches applied, the bug is gone. Yay! Thank you! I have noticed two issues during testing: - a warning on 'make': Compiling single /Users/salutis/src/org-mode/lisp/org-table.el... In orgtbl-to-generic:

Re: [BUG] List: org-shiftright brake list by indentation. Patch. [9.6.28 ( @ /home/u/.emacs.d/elpa/org-9.6.28/)]

2024-07-10 Thread Ihor Radchenko
vita...@gmx.com writes: > Hello. I use fill-paragraph function with (setq fill-prefix " ") variable. > If I have list: > 1) text text text texttext texttext texvttext texttext texttext > texttext texttext texttext texttext texttext text > 2) text text text texttext texttext texttext texttext text

Re: Org Babel "swallows" table column groups

2024-07-10 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> May you try the attached tentative patch set? > > With the two patches applied, the bug is gone. Yay! Fixed, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=90d4ae92e https://git.savannah.gnu.org/cgit/emacs/org-m

Re: [patch] ox-beamer: allow setting frame subtitle with BEAMER_SUBTITLE property

2024-07-10 Thread Ihor Radchenko
h...@heagren.com writes: > On 2024-07-08 19:17, Ihor Radchenko wrote: >> (org-element-parse-secondary-string value (org-element-restriction >> 'keyword)) > > Thanks for the guidance. There's a new patch attached, which allows > org markup in the subtitle string, and announces the new feature in >

Re: #9 [[bbb:OrgMeetup]] on Wed, July 10, 19:00 UTC+3

2024-07-10 Thread Dave Marquardt
Ihor Radchenko writes: > Another OrgMeetup will be scheduled on the second Wednesday of July, > in two weeks. > > Previous meetup notes: > https://list.orgmode.org/87h6dlidhz.fsf@localhost/T/#u > > URL: https://bbb.emacsverse.org/b/iho-h7r-qg8-led > Time & Date: <2024-07-10 Wed 19:00-21:00 @+03,Eu

Re: #9 [[bbb:OrgMeetup]] on Wed, July 10, 19:00 UTC+3

2024-07-10 Thread William Denton
On Wednesday, June 26th, 2024 at 11:48, Ihor Radchenko wrote: > Another OrgMeetup will be scheduled on the second Wednesday of July, > in two weeks. > > URL: https://bbb.emacsverse.org/b/iho-h7r-qg8-led > Time & Date: <2024-07-10 Wed 19:00-21:00 @+03,Europe/Istanbul> If my time zone figuring i

Re: #9 [[bbb:OrgMeetup]] on Wed, July 10, 19:00 UTC+3

2024-07-10 Thread Ihor Radchenko
William Denton writes: > On Wednesday, June 26th, 2024 at 11:48, Ihor Radchenko > wrote: > >> Another OrgMeetup will be scheduled on the second Wednesday of July, >> in two weeks. >> >> URL: https://bbb.emacsverse.org/b/iho-h7r-qg8-led >> Time & Date: <2024-07-10 Wed 19:00-21:00 @+03,Europe/Is

Re: multipage html output

2024-07-10 Thread Orm Finnendahl
Am Dienstag, den 09. Juli 2024 um 17:55:51 Uhr (+) schrieb Ihor Radchenko: > > To address such situations, we may, for example, allow an alternative > "multi" version of each export keyword to act specially when multipage > export is used. Consider that there is an export option #+SAMPLEOPTION

Re: multipage html output

2024-07-10 Thread Ihor Radchenko
Orm Finnendahl writes: >> >> > - org-html-multipage-front-matter >> >> > >> >> > A list to specify pages in front of the headlines of the >> >> > document. Possible values are 'title, 'title-toc and 'toc. title-toc >> >> > is a combined page containing the title and the toc. Multiple >> >>

Re: Treat habits as ordinary tasks

2024-07-10 Thread Ihor Radchenko
Patrick Nicodemus writes: > Any task which is a habit is listed in a special portion of the agenda for > consistency tracking. This is useful and convenient. However, this > apparently conflicts with scheduling the habit for a certain time. For > example, if I want to go for a run on Tuesday at 5

Re: multipage html output

2024-07-10 Thread Orm Finnendahl
Am Dienstag, den 09. Juli 2024 um 18:08:10 Uhr (+) schrieb Ihor Radchenko: > Orm Finnendahl writes: > > If toplevel functions like org-export-to-file use org-export-as, than > > org-export-as should only be concerned with generating the string but > > not with reparsing. > > Sorry, but I do n

Q: Attachments and IDs?

2024-07-10 Thread David Masterson
It's taking awhile to get through my hard head, but I think I'm beginning to understand the directory structure of attachments. org-attach-id-dir/IDx/attachment-file I don't understand the value of IDx. I would think that "attachment:" could simply reference 'org-attach-id-dir' (drop 'id'?) unl

[BUG] unexpected behaviour on sub-list

2024-07-10 Thread Phil
Hello, I'm reporting this bug on Org mode version 9.7.6. It was in already in 9.5. - here is a list with a sub list - like here ; and then text (<- this will be deleted) x 1) Trying to insert an other item above, by suppressing the "x", and hitting M-RET, if ther

Capture, template expansion and keyword for link type

2024-07-10 Thread Sébastien Gendre
Hello, I was reading the Org-mode manual, at section "10.1.3.2 Template expansion": https://orgmode.org/manual/Template-expansion.html And I was a little bit confused by the "%:keyword". The manual say: "Specific information for certain link types, see below." Where did this link come from ? W

Capture, template expansion and keyword for link type

2024-07-10 Thread Sébastien Gendre
Hello, I was reading the Org-mode manual, at section "10.1.3.2 Template expansion": https://orgmode.org/manual/Template-expansion.html And I was a little bit confused by the "%:keyword". The manual say: "Specific information for certain link types, see below." Where did this link come from ? W