Re: Feature request: IDs for everything

2023-10-25 Thread Tor Erlend Fjelde
> Although we have at least one caveat that we need to consider - the > current users of the id: links blindly assume that they always link to > headings. This includes many third-party packages, like org-roam. > > If we simply allow id: links to point to non-headings, it will be a > major breaki

[fr/rfc] switch to buffer that contains given heading without moving point

2023-10-25 Thread Samuel Wales
suppose i am in the middle of a subtree, and it is in a buffer that i am not in. suppose i want to go to the buffer without moving point in target buffer. remembering what buffer contains the heading that i can use completion to get to works with c-x b, but requires remembering where teh heading

Re: Support for buffer-column-aligned tables in Org?

2023-10-25 Thread Samuel Wales
ignore the 2 spaces before width in row 2 On 10/25/23, Samuel Wales wrote: > long shot but try align.el maybe? column -t or similar? > > === > > fwiw a more advanced version: cells shouodb e presumed to be in their > own columns even if missing. > > length 20 H width 20 depth 20 > length

Re: Support for buffer-column-aligned tables in Org?

2023-10-25 Thread Samuel Wales
long shot but try align.el maybe? column -t or similar? === fwiw a more advanced version: cells shouodb e presumed to be in their own columns even if missing. length 20 H width 20 depth 20 length 2width 20 depth 20 i mainly want to compact these column tables by reducing extr

Support for buffer-column-aligned tables in Org?

2023-10-25 Thread Jens Schmidt
Is there any kind of support (also by non-core extensions) for tables in Org that are entirely organized along buffer columns? Some magic (= clever heuristics) that recognizes the following as a table with four columns, the first three left-aligned, the last right-aligned: <6>

Re: org-ditaa woes

2023-10-25 Thread Leo Butler
On Tue, Oct 24 2023, Ihor Radchenko wrote: > Florin Boariu writes: > >> I can offer to try my luck with writing a patch for ob-ditaa.el, but >> I'm not knowledgeable enough (or have enough time on my hands) to >> actually keep maintaining it :-p > > Writing a patch is also welcome. I am looking

Re: bash source code block: problem after ssh commands

2023-10-25 Thread yaxp
So it is an issue with emacs, right? comint-mode -- (yaxp me) => t

Re: bash source code block: problem after ssh commands

2023-10-25 Thread Leo Butler
On Wed, Oct 25 2023, alain.coch...@unistra.fr wrote: > Thanks much for the detailed explanations. > > > It looks like an issue in comint-mode and the way that it is > > handling the temporary ssh session. This is not an issue with > > org-mode. > > So it is an issue with emacs, right? Yes, tha

Re: org-beamer: Insert \framebreak between blocks

2023-10-25 Thread yaxp
On 2023-10-25 21:57, Fraga, Eric wrote: On Wednesday, 25 Oct 2023 at 21:32, yaxp wrote: However, I would prefer to have a better solution than this because this "breaks" the flow of the file. It does break the flow but only because *you* are imposing the break. I don't know of any other (m

Re: org-beamer: Insert \framebreak between blocks

2023-10-25 Thread yaxp
On 25/10/23 21:57, Fraga, Eric wrote: On Wednesday, 25 Oct 2023 at 21:32, yaxp wrote: However, I would prefer to have a better solution than this because this "breaks" the flow of the file. It does break the flow but only because *you* are imposing the break. I don't know of any other (more

Re: org-beamer: Insert \framebreak between blocks

2023-10-25 Thread Fraga, Eric
On Wednesday, 25 Oct 2023 at 21:32, yaxp wrote: > However, I would prefer to have a better solution than this because this > "breaks" the flow of the file. It does break the flow but only because *you* are imposing the break. I don't know of any other (more elegant) way to achieve what you want.

Re: bash source code block: problem after ssh commands

2023-10-25 Thread Alain . Cochard
Thanks much for the detailed explanations. > It looks like an issue in comint-mode and the way that it is > handling the temporary ssh session. This is not an issue with > org-mode. So it is an issue with emacs, right? -- EOST (École et Observatoire des Sciences de la Terre) ITE (Institut

Re: org-beamer: Insert \framebreak between blocks

2023-10-25 Thread yaxp
On 25/10/23 14:30, Fraga, Eric wrote: > Put the \framebreak in a block with heading ignored: This works, thank you. However, I would prefer to have a better solution than this because this "breaks" the flow of the file. I'd like to publish the .org file too, and I hope to make it just as c

Re: org-beamer: Insert \framebreak between blocks

2023-10-25 Thread yaxp
On 25/10/23 14:30, Fraga, Eric wrote: Put the \framebreak in a block with heading ignored: This works, thank you. However, I would prefer to have a better solution than this because this "breaks" the flow of the file. I'd like to publish the .org file too, and I hope to make it just as co

Re: bash source code block: problem after ssh commands

2023-10-25 Thread Leo Butler
On Wed, Oct 25 2023, alain.coch...@unistra.fr wrote: > Hello. > > For me, 'C-c C-c' on the following group > >#+begin_src bash :results output >echo "foo" >echo "bar" >#+end_src > > > works as I expect: 'foo' and 'bar' are echo'ed. But it fails on this > one: > >#+begin_src ba

Re: [BUG] org-element--cache Cached element is incorrect (ox-hugo) [9.6.10 (release_9.6.10 @ /home/gk/.emacs.d/lib/org/lisp/)]

2023-10-25 Thread Ihor Radchenko
Kaushal Modi writes: > From the commit log: > >> This fixes ox-hugo bug when Org buffer copy cache is corrupted. > > Ihor, is there a bug that needs to be addressed on the ox-hugo side as well? Not really. The bug what that `org-export-ignored-local-variables' did not list some important variabl

Re: [BUG] org-element--cache Cached element is incorrect (ox-hugo) [9.6.10 (release_9.6.10 @ /home/gk/.emacs.d/lib/org/lisp/)]

2023-10-25 Thread Kaushal Modi
On Wed, Oct 25, 2023 at 5:10 AM Ihor Radchenko wrote: > [ Adding Org ML back to CC ] > > George Kettleborough writes: > > > I really struggled to come up with a minimal example for this as the > > behaviour seemed truly bizarre! > > > > The best I have is my blog: > > > > To build it (ie. expor

[RFC][PATCH v2] Allow to export to ascii custom link types as notes

2023-10-25 Thread Max Nikulin
On 23/10/2023 19:09, Ihor Radchenko wrote: + (if (string-match-p "\\`\u200b*\\[.*\\]\u200b*\\'" anchor) + anchor +(format "[%s]" anchor)) I did not mean unrelated to ox-ascii. I meant unrelated to "add new feature allowing more flexibility for :export propert

Re: org-element-ast.el::628:25: Warning: ‘not’ called with 3 args, but requires 1

2023-10-25 Thread Ihor Radchenko
Max Nikulin writes: > There is a warning during org compiling: > >> In org-element--properties-mapc: >> org-element-ast.el:628:25: Warning: ‘not’ called with 3 args, but requires 1 >> org-element-ast.el:628:30: Warning: reference to free variable ‘eq’ > > Likely it is a typo > > diff --git a/lisp

org-element-ast.el::628:25: Warning: ‘not’ called with 3 args, but requires 1

2023-10-25 Thread Max Nikulin
Hi, There is a warning during org compiling: In org-element--properties-mapc: org-element-ast.el:628:25: Warning: ‘not’ called with 3 args, but requires 1 org-element-ast.el:628:30: Warning: reference to free variable ‘eq’ Likely it is a typo diff --git a/lisp/org-element-ast.el b/lisp/org-e

bash source code block: problem after ssh commands

2023-10-25 Thread Alain . Cochard
Hello. For me, 'C-c C-c' on the following group #+begin_src bash :results output echo "foo" echo "bar" #+end_src works as I expect: 'foo' and 'bar' are echo'ed. But it fails on this one: #+begin_src bash :results output ssh coch...@fruc.u-strasbg.fr "echo foo>foo_file" e

Re: Help me contribute to org

2023-10-25 Thread Ihor Radchenko
em...@supporter.mailer.me writes: >> I am wondering if "Rubryka" might be better compared to "Nagłówek". > ... > "Rubryka" is rarely used so I would stray from it. > "Nagłówek" is something that is oftern bigger in scope, so it can be not > perfect. > I would consider > - "Etykieta" - similar to

Re: [PATCH] ox-ascii.el: Consistently add brackets around links (was: Re: [RFC][PATCH] Allow to export to ascii custom link types as notes)

2023-10-25 Thread Ihor Radchenko
Max Nikulin writes: >> Should be [man] () > > Side note: it should be either just "man(1)" or "man(8)" without any URL > for plain text export, but it is another story. I would not say "should". May? Yes. URL also makes sense in some scenarios (when the int

Re: org-beamer: Insert \framebreak between blocks

2023-10-25 Thread Fraga, Eric
On Wednesday, 25 Oct 2023 at 00:24, yaxp wrote: > Adding a framebreak between blocks does not work. [...] > Exporting this to PDF and examining the resulting file reveals that the > \framebreak is inserted before the \end{block}. Put the \framebreak in a block with heading ignored: --8<-

Re: Org-beamer: Have text overflows continue onto another frame

2023-10-25 Thread Fraga, Eric
On Tuesday, 24 Oct 2023 at 20:37, yaxp wrote: > That does everything I needed. Excellent. -- : Eric S Fraga, with org release_9.6.7-661-g34ee6f in Emacs 30.0.50

Re: the opposite of the noexport tag

2023-10-25 Thread Ihor Radchenko
Ihor Radchenko writes: > New version of the patch attached. > > From 5c6d1741519e02a3b9d2774faf511b0b90a4c788 Mon Sep 17 00:00:00 2001 > Message-ID: > <5c6d1741519e02a3b9d2774faf511b0b90a4c788.1698145210.git.yanta...@posteo.net> > From: Ihor Radchenko > Date: Mon, 23 Oct 2023 15:30:42 +0300 > S

Re: [BUG] org-element--cache Cached element is incorrect (ox-hugo) [9.6.10 (release_9.6.10 @ /home/gk/.emacs.d/lib/org/lisp/)]

2023-10-25 Thread Ihor Radchenko
[ Adding Org ML back to CC ] George Kettleborough writes: > I really struggled to come up with a minimal example for this as the > behaviour seemed truly bizarre! > > The best I have is my blog: > > To build it (ie. export org files as md files), I run `cd content-org && > emacs --batch -Q --lo