Re: Re: multipage html output

2024-07-06 Thread Pedro Andres Aranda Gutierrez
Hi Oorm thanks for the lengthy answer. >Hi, > >Am Samstag, den 06. Juli 2024 um 07:47:43 Uhr (+0200) schrieb Pedro Andres Aranda Gutierrez: >> Sorry for bumping in, I've been more off than on in the last couple of >> weeks... >> Just a stupid question: have you considered any marker to force a pa

Re: [fr] refile goto: push mark in the target buffer first

2024-07-06 Thread Samuel Wales
thank you! this would definitely meet my need. i was thinking of the local mark, but i use org-mark-ring-goto all the time also. On Saturday, July 6, 2024, Ihor Radchenko wrote: > Samuel Wales writes: > > > at least for my use case, refile goto should push mark in the target > buffer > > afte

Re: org-babel-execute-src-block filters characters from :session *shell* output

2024-07-06 Thread Ihor Radchenko
Max Nikulin writes: >>> Some shells support "semantic shell" that allows terminal applications >>> e.g. to copy whole command output. It is based on escape sequences. >>> https://gitlab.freedesktop.org/Per_Bothner/specifications/blob/master/proposals/semantic-prompts.md >> >> I am looking at thi

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

2024-07-06 Thread Ihor Radchenko
h...@heagren.com writes: > I found recently I wanted to add subtitles to some slides in beamer in > an export from org-mode. In the end I had to write an > explicit #+beamer: declaration with latex code in it for each > headline. The attached patch implements an easier (I think) way of > setting s

Re: [fr] refile goto: push mark in the target buffer first

2024-07-06 Thread Ihor Radchenko
Samuel Wales writes: > at least for my use case, refile goto should push mark in the target buffer > after visiting the buffer, before jumping. rationale: it can be a big > jump. m-< pushes mark for that reason. i think i saw that in the manual > years ago. :) > > i am often in my-big-subtree

Re: [PATCH] Highlight ANSI sequences in the whole buffer (was [PATCH] ANSI color on example blocks and fixed width elements)

2024-07-06 Thread Ihor Radchenko
Nathaniel Nicandro writes: >> Nathaniel, may I know if you are still working on this? > > Hello Ihor, > > Yes I'm still working on this. Attached is an updated patch with some > tests this time. It's still a work in progress. Below are responses to > your previous comments about my last update

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-06 Thread Ihor Radchenko
Daniel Clemente writes: >> May you try >> https://git.sr.ht/~yantar92/org-mode/log/feature/org-crypt-refactor branch? >> Is encryption speed satisfactory then? > > With that code I see something strange: I opened a file which had > encrypted :crypt: sections (never unencrypted), and after adding

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

2024-07-06 Thread hugo
Hi all, I found recently I wanted to add subtitles to some slides in beamer in an export from org-mode. In the end I had to write an explicit #+beamer: declaration with latex code in it for each headline. The attached patch implements an easier (I think) way of setting subtitles, with properties

Re: org-babel-execute-src-block filters characters from :session *shell* output

2024-07-06 Thread Ihor Radchenko
Max Nikulin writes: >> +(defvar org-babel-sh-prompt "𒆸 " >>"String to set prompt in session shell.") > > I would use a longer prompt to reduce a chance that these pair of > characters appear in output of some program. I'd say that the odds that an output contains cuneiform are quite slim. E

Re: org-babel-execute-src-block filters characters from :session *shell* output

2024-07-06 Thread Max Nikulin
On 01/07/2024 02:08, Ihor Radchenko wrote: +++ b/lisp/ob-shell.el @@ -273,7 +273,7 @@ (defvar org-babel-sh-eoe-indicator "echo 'org_babel_sh_eoe'" "String to indicate that evaluation has completed.") (defvar org-babel-sh-eoe-output "org_babel_sh_eoe" "String to indicate that evaluation has

Re: org-babel-execute-src-block filters characters from :session *shell* output

2024-07-06 Thread Max Nikulin
On 18/06/2024 00:57, Ihor Radchenko wrote: Max Nikulin writes: Some shells support "semantic shell" that allows terminal applications e.g. to copy whole command output. It is based on escape sequences. https://gitlab.freedesktop.org/Per_Bothner/specifications/blob/master/proposals/semantic-prom

Re: [PATCH] oc-csl: New custom option `org-cite-csl-sentence-case-bibtex-titles'

2024-07-06 Thread AndrĂ¡s Simonyi
Dear All, (sorry for the late reply again) On Fri, 21 Jun 2024 at 12:27, Max Nikulin wrote: > > On 19/06/2024 16:27, AndrĂ¡s Simonyi wrote: > > Of course it could be checked whether > > a CSL style contains explicit instructions about how to format titles > > and skip sentence-case conversion of

Re: multipage html output

2024-07-06 Thread Orm Finnendahl
Hi, Am Samstag, den 06. Juli 2024 um 07:47:43 Uhr (+0200) schrieb Pedro Andres Aranda Gutierrez: > Sorry for bumping in, I've been more off than on in the last couple of > weeks... > Just a stupid question: have you considered any marker to force a page > break? > That would make this functionali