Re: @string abbreviation in bib file not honored in (basic) org-cite

2022-10-30 Thread Ihor Radchenko
Joost writes: > On Thu, 28 Jul 2022, at 14:12, Ihor Radchenko wrote: >> Did you manage to get the copyright form from FSF? >> They are supposed to respond within 5 working days. > > Yeah, I have the form. I signed it and scanned it, just haven't sent it off > yet... May I know if there is any

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]

2022-10-30 Thread Ihor Radchenko
Mati writes: > So, you mean that those aren't hlines but cell boundaries? Yes. > Simplifying, > I think the problem is lack of table top and bottom border support, no > matter how it will be created. Could you please provide a concrete example on what you want to achieve? -- Ihor

Re: org table proposal: merge and split cells in org-tables

2022-10-30 Thread Jean Louis
To solve that problem personally, I use Asciidoctor, see how it is done there: Example 76. Table with formatted, aligned and merged cells: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#ex-cell-format Org has Babel, for purposes of HTML output, Org file could use Bable to

Re: [FR] Display stderr contents after executing shell blocks (even when stdout :results output is requested) (was: Org 9.6-pre and Bash sessions)

2022-10-30 Thread tomas
On Sun, Oct 30, 2022 at 07:09:30AM +, Ihor Radchenko wrote: > to...@tuxteam.de writes: > > >> If you need it, feel free to open a separate feature request for extra > >> :results options in ob-shell. Possibly providing more details how you > >> envision this header argument to work. > > > >

Re: org table proposal: merge and split cells in org-tables

2022-10-30 Thread Ihor Radchenko
Mati writes: > I don't know is this helpful, but on reddit some people mentioned that > cell-mode is very promising for tables. Maybe it can ease table > development. I'm not into programming at all so I can't evaluate. While cell-mode (https://gitlab.com/dto/cell-mode) is a nice idea, but it

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]

2022-10-30 Thread Ihor Radchenko
Mati writes: >> Could you please provide a concrete example on what you want to achieve? > > +-+-+ at top and bottom of table creates top and bottom border > and doesn't break table. Org export for table.el tables relies on export capabilities of table.el. We may hack into the export

Re: org table proposal: merge and split cells in org-tables

2022-10-30 Thread Timothy
Hi Ihor, > Timothy writes: > >> This reminds me that ages ago I made a proposal about multi-row/column >> cells, it >> might be worth reviving that at some point? > > , which is the > exact discussion herein. Ah, I’ll move there. I suppose

Re: org table proposal: merge and split cells in org-tables

2022-10-30 Thread Ihor Radchenko
Jean Louis writes: > To solve that problem personally, I use Asciidoctor, see how it is > done there: > > Example 76. Table with formatted, aligned and merged cells: > https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#ex-cell-format I am sorry, but this looks unreadable. I

Re: org-x11idle-exists-p with emacs --daemon

2022-10-30 Thread Max Nikulin
Ihor, what I do not like in your patch is that an external process is unconditionally executed during load time. Earlier there was a (failed) attempt to limit it to X11. - Unsure if Windows builds of Emacs may connect to X servers. - MacOS does not use x11idle, it calls ioreg and perl instead.

Re: [PATCH v2] lisp/ob-plantuml.el: Insert results in buffer

2022-10-30 Thread Ihor Radchenko
Joseph Turner writes: > Ihor Radchenko writes: > >> Let's take this opportunity and fix another omission in ob-plantuml. >> :results may generally contain Elisp sexps to be evaluated and the whole >> split-string busyness is not accurate. Please use :result-params list >> instead of :results. >

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]

2022-10-30 Thread Mati
I saw a similar topic created about hlines. So, it would be rather a feature request to add hlines rather than bug. Here is fragment of conversation I am talking about for reference: /I start with / /| Example | Text | Dates | other |/ /|-+-+--+-|/ /|

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]

2022-10-30 Thread Mati
So, you mean that those aren't hlines but cell boundaries? Simplifying, I think the problem is lack of table top and bottom border support, no matter how it will be created. On 30.10.2022 08:47, Ihor Radchenko wrote: I am sorry, but I don't understand. In the reply to the linked conversation

Re: org table proposal: merge and split cells in org-tables

2022-10-30 Thread Mati
I don't know is this helpful, but on reddit some people mentioned that cell-mode is very promising for tables. Maybe it can ease table development. I'm not into programming at all so I can't evaluate.

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]

2022-10-30 Thread Mati
Try |--++--| | this | is | test | |1 | 2 |3 | |--++--| Works, but I must somehow hack it to look normally with valign then. Thanks.

Re: [FR] Display stderr contents after executing shell blocks (even when stdout :results output is requested) (was: Org 9.6-pre and Bash sessions)

2022-10-30 Thread Ihor Radchenko
to...@tuxteam.de writes: >> If you need it, feel free to open a separate feature request for extra >> :results options in ob-shell. Possibly providing more details how you >> envision this header argument to work. > > I'll mull over it. Perhaps I come up with some (patch) proposal. Thinking more

Re: org table proposal: merge and split cells in org-tables

2022-10-30 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> In a conversation with Ihor Radchenko it was considered as being helpful >> to provide a table in which cells are merged and split. > We should consider this idea seriously as this and related features are > being requested frequently

Re: org table proposal: merge and split cells in org-tables

2022-10-30 Thread Timothy
Hi Ihor, > While cell-mode () is a nice idea, but > it is not plain text. I doubt that we can get much inspiration from > there. This reminds me that ages ago I made a proposal about multi-row/column cells, it might be worth reviving that at some point? All the

Re: org table proposal: merge and split cells in org-tables

2022-10-30 Thread Ihor Radchenko
Timothy writes: > This reminds me that ages ago I made a proposal about multi-row/column cells, > it > might be worth reviving that at some point? https://orgmode.org/list/878rkyarvm.fsf@localhost, which is the exact discussion herein. -- Ihor Radchenko // yantar92, Org mode contributor,

Re: [FR] Display stderr contents after executing shell blocks (even when stdout :results output is requested) (was: Org 9.6-pre and Bash sessions)

2022-10-30 Thread tomas
On Sun, Oct 30, 2022 at 03:31:32AM +, Ihor Radchenko wrote: > to...@tuxteam.de writes: > > >> What you are describing would better fit into a new :results option. > > > > Oh, I missed the popup part. Sounds useful for yet another profile, > > yes. > > If you need it, feel free to open a

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]

2022-10-30 Thread Ihor Radchenko
Mati writes: > I saw a similar topic created about hlines. So, it would be rather a > feature request to add hlines rather than bug. Here is fragment of > conversation I am talking about for reference: I am sorry, but I don't understand. In the reply to the linked conversation I explained

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]

2022-10-30 Thread Mati
Could you please provide a concrete example on what you want to achieve? +-+-+ at top and bottom of table creates top and bottom border and doesn't break table.

Re: org table proposal: merge and split cells in org-tables

2022-10-30 Thread Timothy
Hi Uwe and Ihor, > This subject is brought up regularly. > > In a conversation with Ihor Radchenko it was considered as being helpful > to provide a table in which cells are merged and split. This reminds me of a proposal I made in 2020 on this very matter:

org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Uwe Brauer
Hi This seems to be quite old code but the following still produces a nice overview over the directory structure in and org file #+begin_src #+begin_fstree: /home/oub/tmp/Example-tree :non-recursive nil ** | |

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Uwe Brauer
> Uwe Brauer writes: > I see. It's not exactly what you're looking for, but I often use > filetags.el (https://github.com/DerBeutlin/filetags.el) which allows you > to add tags to files and directories in Dired. You can add multiple > tags, remove or update them. It's not a panacea, because the

Re: Auto detect ob-clojure backend (was: [PATCH] Fix ob-clojure handling source block variable's value is a org-mode table or list)

2022-10-30 Thread Daniel Kraus
Ihor Radchenko writes: > Daniel Kraus writes: > >> +(defcustom org-babel-clojure-backend (cond >> + ((executable-find "bb") 'babashka) >> + ((executable-find "nbb") 'nbb) >> +

Re: Auto detect ob-clojure backend

2022-10-30 Thread Bastien Guerry
Ihor Radchenko writes: >> What's your opinion? > > I agree. +1 (FWIW) -- Bastien

Re: [PATCH] lisp/ob-tangle.el, lisp/ob-core.el: Add strip-tangle noweb option

2022-10-30 Thread Daniel Ziltener
Am 30.10.22 um 05:12 schrieb Ihor Radchenko: Daniel Ziltener writes: From: Daniel Ziltener * lisp/ob-tangle.el (org-babel-tangle-single-block): strip noweb tags from block if :noweb has been set to strip-tangle. * lisp/ob-core.el (org-babel-common-header-args-w-values): add "strip-tangle"

Re: ob-clojure session support (was: ob-clojure eval error when has comment at end of code line)

2022-10-30 Thread Daniel Kraus
Ihor Radchenko writes: > > If Bastien removed session support, and you do not see any justification, > it was most likely an oversight. We generally avoid feature regressions: > https://bzg.fr/en/the-software-maintainers-pledge/ > > So, if sessions are currently not supported, it should be

Auto detect ob-clojure backend (was: [PATCH] Fix ob-clojure handling source block variable's value is a org-mode table or list)

2022-10-30 Thread Daniel Kraus
Bastien writes: > Daniel Kraus writes: > >> I think I'll go with the big `cond` above to auto-detect what's >> installed. That's probably the best out-of-the-box experience. > Indeed, thank you! I would push the attached patch. I'm not sure about the `:package-version` keyword in defcustom. I

Re: Would know where my emacs reside and wich init.el read

2022-10-30 Thread Ihor Radchenko
Renato Pontefice writes: > If I open a termine windowed and run emacs, it run and open a buffer with > empty week. > > I would like to know where does it takes emacs (is will be on a PATH > directory of course and wich init.el does it read > > How can I do that? C-h v user-init-file or M-:

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Juan Manuel Macías
Uwe Brauer writes: > The only problem is one cannot add comments in the sense when the tree > is updated everything gets replaced > as indicated: > > ;; - when triggering an update (by pressing "C-c C-c" while in the line > mentioned above) > ;; the COMPLETE REGION BETWEEN "#+BEGIN_FSTREE"

How to start searching from a predefined path

2022-10-30 Thread Renato Pontefice
I’ve added a WEBDAV service that I can use with my phone (by orgzly) How can I set, on my pc to start search from this point when I press C-x C-f This is a pain that stay before any directory (it is another entry point…) I don’t know if I was clear enough Renato

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> Thanks I will give it a try, meanwhile I am trying filetree (in Melpa) >> that allows you to add notes to files, but it seems you have to open the >> files in order to add the notes, which is not what I am looking for > Interesting

Re: Auto detect ob-clojure backend (was: [PATCH] Fix ob-clojure handling source block variable's value is a org-mode table or list)

2022-10-30 Thread Ihor Radchenko
Daniel Kraus writes: > Bastien writes: > >> Daniel Kraus writes: >> >>> I think I'll go with the big `cond` above to auto-detect what's >>> installed. That's probably the best out-of-the-box experience. >> Indeed, thank you! > > I would push the attached patch. > +(defcustom

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: Hi Juan, > Uwe Brauer writes: >> The only problem is one cannot add comments in the sense when the tree >> is updated everything gets replaced >> as indicated: >> >> ;; - when triggering an update (by pressing "C-c C-c" while in the line >> mentioned

Re: Auto detect ob-clojure backend (was: [PATCH] Fix ob-clojure handling source block variable's value is a org-mode table or list)

2022-10-30 Thread Ihor Radchenko
Daniel Kraus writes: >> What if users have, say, cider installed and also babashka executable? >> Will it be expected to use babashka? > > Yes. The only thing that makes me slightly hesitant is that e.g. > someone doesn't have `bb` installed. Executes clojure source blocks > which are then

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Juan Manuel Macías
Uwe Brauer writes: > Well, since I tend to forget things, and it is very time consuming to > open files and see what is the basic content, I thought of adding to > each directory (with subdirectories if necessary) I find useful a > README.org file, that contains a > > 1. Tree of the

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Uwe Brauer
Hi > Uwe Brauer writes: > I see. It's not exactly what you're looking for, but I often use > filetags.el (https://github.com/DerBeutlin/filetags.el) which allows you > to add tags to files and directories in Dired. You can add multiple > tags, remove or update them. It's not a panacea, because

Would know where my emacs reside and wich init.el read

2022-10-30 Thread Renato Pontefice
If I open a termine windowed and run emacs, it run and open a buffer with empty week. I would like to know where does it takes emacs (is will be on a PATH directory of course and wich init.el does it read How can I do that? Thank you Renato

Re: ob-clojure session support (was: ob-clojure eval error when has comment at end of code line)

2022-10-30 Thread Ihor Radchenko
Daniel Kraus writes: >> Let me know if you need any help with the fix. > > I feel adding session support for babashka and nbb (and maybe a future > clojure-cli backend) > makes most sense. > Relying on `inf-clojure` would make this task simpler but this is also the > package the least amount of

Re: Setting org-todo-keywords through directory-local variables

2022-10-30 Thread Kévin Le Gouguec
Ihor Radchenko writes: > [sending to Org ML in-reply to the relevant thread] [Thanks!] > Kévin Le Gouguec writes: > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57003 > 28.1.90; Can local variables be loaded before loading major mode? > >> … reminded me of a patch I submitted to the Org

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Juan Manuel Macías
Uwe Brauer writes: > Thanks I will give it a try, meanwhile I am trying filetree (in Melpa) > that allows you to add notes to files, but it seems you have to open the > files in order to add the notes, which is not what I am looking for Interesting package, I didn't know about it... Have you

One thing each 3 days but maximum 10

2022-10-30 Thread Renato Pontefice
I have to take a pill each 3 days, but for max 10 times. So I set a TODO pill >2022-10-28 +3d> and each 3 days my calendar tell me that I have to take the pill. But is possible to say 1/10; 2/10; 3/10 etc? I nean to show how many pill I have already take? Thank you Renato

org-sbe recent changes?

2022-10-30 Thread alan . schmitt
Hello, I’ve been using ledger and an org-mode table to track my finances for a long time, and today it broke: when I evaluate a table macro, I get an #ERROR instead of the computed value. The code I’m using is still the one from here: https://alan.petitepomme.net/tips/ledger_and_org.html

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Juan Manuel Macías
Uwe Brauer writes: > Hm I played around with filetags and it is quite nice, I think, thanks > for pointing it out to me. > > I would be extremely interested how you use helm-locate in that context, > and you give me an example, please? > > For example I have the following tags added to a specific

Things marked to happen on Sunday does not appear on calendar

2022-10-30 Thread Renato Pontefice
Hi, I have this .org: That if I press C-a a to show the agenda, I see that I mean, nothing oh Sunday where do I should have prova. I’m wondering why. I notice that on Sunday does not appear nothing. Is this some setting? And where do I change it? Thank you Renato

Re: Auto detect ob-clojure backend (was: [PATCH] Fix ob-clojure handling source block variable's value is a org-mode table or list)

2022-10-30 Thread Tim Cross
Daniel Kraus writes: > Ihor Radchenko writes: > >> Daniel Kraus writes: >> >>> +(defcustom org-babel-clojure-backend (cond >>> + ((executable-find "bb") 'babashka) >>> + ((executable-find "nbb") 'nbb) >>> +

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> I have a file called bio-hoja4%ftag_EDO Uwe.pdf >> >> I use helm-locate and type %ftag_ >> but I receive nothing found see the screenshot. >> >> >> helm-min >> >> And typing %ftag  also does not work, >> >> What do I miss? >

Re: [correction]

2022-10-30 Thread Juan Manuel Macías
Uwe Brauer writes: > But not not -- which is the > (setq filetags-delimiter-between-filename-and-tags " -- ") > > orginal setting, hm, not sure why this is so I think locate can't look for things like " -- "; Also, it's too generic. It is safer to use alphanumeric characters. For example, if

Re: Bug: html-postamble string does not allow space [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/27.2/lisp/org/)]

2022-10-30 Thread Tim Cross
Ihor Radchenko writes: > Tim Cross writes: > >> Confirm. >> >> I am able to reproduce this issue with > > I might be missing something, but does > `org-export--parse-option-keyword' even support spaces inside values? > >> I also feel the manual page could be improved as it doesn't actually

[correction] (was: org-fstree.el overview over directories (but no comments are possible))

2022-10-30 Thread Uwe Brauer
> Ah, well I have installed locate (mlocate to be precise, I am using > Ubuntu) > And I have used locate in the past, nevertheless > helm-locate keeps failing and giving me the screenshot I attached in my > earlier message, so some sort of bug in helm-locate for Ubuntu? I tried it

Re: org-sbe recent changes?

2022-10-30 Thread Alan Schmitt
If it matters, everything works with org version 9.5.5, but it break with org 9.6. Alan signature.asc Description: PGP signature

Re: Auto detect ob-clojure backend (was: [PATCH] Fix ob-clojure handling source block variable's value is a org-mode table or list)

2022-10-30 Thread Daniel Kraus
Tim Cross writes: > I think bb is a much better solution from a babel perspective and would > love to see it as the default, even when you have both bb and cider > installed. I just installed the patch. So if you have `bb` in your path, ob-clojure should use babashka as default and only fall

Re: [FR] Display stderr contents after executing shell blocks (even when stdout :results output is requested) (was: Org 9.6-pre and Bash sessions)

2022-10-30 Thread Tim Cross
Ihor Radchenko writes: > Rudolf Adamkovič writes: > >> Ihor Radchenko writes: >> >>> I do not think that it make sense to display that buffer when the code >>> finishes successfully. I can see this kind of behaviour >>> breaking/spamming automated scripts or export---code working in the >>>

Re: org-fstree.el overview over directories (but no comments are possible)

2022-10-30 Thread Juan Manuel Macías
Uwe Brauer writes: > I have a file called bio-hoja4%ftag_EDO Uwe.pdf > > I use helm-locate and type %ftag_ > but I receive nothing found see the screenshot. > > > helm-min > > And typing %ftag  also does not work, > > What do I miss? Ah, sorry, I thought you used helm-locate before.

Re: [correction]

2022-10-30 Thread Uwe Brauer
>>> "JMM" == Juan Manuel Macías writes: > Uwe Brauer writes: >> But not not -- which is the >> (setq filetags-delimiter-between-filename-and-tags " -- ") >> >> orginal setting, hm, not sure why this is so > I think locate can't look for things like " -- "; Also, it's too > generic. It is

Re: Bug: html-postamble string does not allow space [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/27.2/lisp/org/)]

2022-10-30 Thread Ihor Radchenko
Tim Cross writes: > What probably needs clarifying is > > 1. mention the string option in the manual It is documented in the manual: 13.9.4 HTML preamble and postamble > 2. If spaces are not allowed in the string, clearly document > that. Currently, the doc string just says that if set to a

Re: Org babel API (was: [FR] Display stderr contents after executing shell blocks (even when stdout :results output is requested) (was: Org 9.6-pre and Bash sessions))

2022-10-30 Thread Tim Cross
Ihor Radchenko writes: > Tim Cross writes: > >> For me, this is another symptom of our need to define a clearer model >> for babel processes so that we can get some consistency across the >> board. Such a model would likely also make it easier for people to >> develop new babel back ends. We

Re: org-x11idle-exists-p with emacs --daemon

2022-10-30 Thread Ihor Radchenko
Max Nikulin writes: > Ihor, what I do not like in your patch is that an external process is > unconditionally executed during load time. Earlier there was a (failed) > attempt to limit it to X11. > > - Unsure if Windows builds of Emacs may connect to X servers. > - MacOS does not use x11idle,

Re: [PATCH] lisp/ob-tangle.el, lisp/ob-core.el: Add strip-tangle noweb option

2022-10-30 Thread Ihor Radchenko
Timothy writes: > Hi Daniel, > >> Add a “strip-tangle” noweb option to strip the noweb tags when tangling, but >> keep and expand them otherwise. > > I must admit I can’t see the point of this — would you mind providing an > example of when this would be useful? #+name: setup #+begin_src bash

Re: One thing each 3 days but maximum 10

2022-10-30 Thread Ihor Radchenko
Renato Pontefice writes: > I have to take a pill each 3 days, but for max 10 times. > So I set a TODO pill >2022-10-28 +3d> and each 3 days my calendar tell me > that I have to take the pill. But is possible to say 1/10; 2/10; 3/10 etc? > I nean to show how many pill I have already take? Try

Org babel API (was: [FR] Display stderr contents after executing shell blocks (even when stdout :results output is requested) (was: Org 9.6-pre and Bash sessions))

2022-10-30 Thread Ihor Radchenko
Tim Cross writes: > For me, this is another symptom of our need to define a clearer model > for babel processes so that we can get some consistency across the > board. Such a model would likely also make it easier for people to > develop new babel back ends. We may even need 2 models, one for >

Re: Auto detect ob-clojure backend (was: [PATCH] Fix ob-clojure handling source block variable's value is a org-mode table or list)

2022-10-30 Thread Christopher M. Miles
Daniel Kraus writes: > Ihor Radchenko writes: > >> Daniel Kraus writes: >> >>> +(defcustom org-babel-clojure-backend (cond >>> + ((executable-find "bb") 'babashka) >>> + ((executable-find "nbb") 'nbb) >>> +

Re: Bug: html-postamble string does not allow space [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/27.2/lisp/org/)]

2022-10-30 Thread Tim Cross
Ihor Radchenko writes: > Tim Cross writes: > >> What probably needs clarifying is >> >> 1. mention the string option in the manual > > It is documented in the manual: 13.9.4 HTML preamble and postamble > You snipped out the relevant paragraph I copied from the manual. If you look at it, you

Re: Setting org-todo-keywords through directory-local variables

2022-10-30 Thread Ihor Radchenko
Kévin Le Gouguec writes: >> Maybe the hook approach can work better. But I'd prefer to discuss all >> the possible caveats first. > > My reasoning for keeping the current initialization code untouched and > _re_computing stuff in hack-local-variables-hook hinged on… I would avoid re-computing

Re: Org babel API (was: [FR] Display stderr contents after executing shell blocks (even when stdout :results output is requested) (was: Org 9.6-pre and Bash sessions))

2022-10-30 Thread Ihor Radchenko
Tim Cross writes: >>> The 2 big questions I see are "What should be defaults be?" and "How do >>> we handle the options without adding lots of new switches or suffering >>> an option permutation blow out?". >> >> I am sorry, but I do not fully understand what you are talking about. >> Which

Re: org-sbe recent changes?

2022-10-30 Thread Ihor Radchenko
alan.schm...@polytechnique.org writes: > Basically I define a function like this (I added the message part for > debugging): > ... > #+name: call_ledger > ... > Then I call it in a table that looks like this (removing a lot of stuff > for privacy reasons): > > | Bucket |

Change default value of org-clock-x11-idle-program-name (was: org-x11idle-exists-p with emacs --daemon)

2022-10-30 Thread Ihor Radchenko
Max Nikulin writes: > x11idle as `org-clock-x11idle-program-name' default is questionable as > well. Debian, Arch, Gentoo have xprintidle packages and this tool have > some additional code. AFAIU, x11idle was a very old hard-coded default. Later, this variable had been introduced without

Re: [PATCH] lisp/ob-tangle.el, lisp/ob-core.el: Add strip-tangle noweb option

2022-10-30 Thread Timothy
Hi Ihor, > #+name: setup > #+begin_src bash > > cd /path/to/tests > #+end_src > > #+begin_src bash :noweb strip-tangle > > make test1 > #+end_src > > #+begin_src bash :noweb strip-tangle > > make test2 > #+end_src > > Then, one can interactively run individual tests from Org and then > tangle

Re: Things marked to happen on Sunday does not appear on calendar

2022-10-30 Thread Ihor Radchenko
Renato Pontefice writes: > I have this .org: > That if I press C-a a to show the agenda, I see that > > I mean, nothing oh Sunday where do I should have prova. > I’m wondering why. I notice that on Sunday does not appear nothing. Is this > some setting? And where do I change it? What is the

Re: One thing each 3 days but maximum 10

2022-10-30 Thread Jean Louis
* Renato Pontefice [2022-10-30 19:11]: > I have to take a pill each 3 days, but for max 10 times. > So I set a TODO pill >2022-10-28 +3d> and each 3 days my calendar tell me > that I have to take the pill. But is possible to say 1/10; 2/10; 3/10 etc? > I nean to show how many pill I have already

Re: One thing each 3 days but maximum 10

2022-10-30 Thread Ihor Radchenko
Jean Louis writes: > * Renato Pontefice [2022-10-30 19:11]: >> I have to take a pill each 3 days, but for max 10 times. >> So I set a TODO pill >2022-10-28 +3d> and each 3 days my calendar tell me >> that I have to take the pill. But is possible to say 1/10; 2/10; 3/10 etc? >> I nean to show

Re: [PATCH] lisp/org-capture.el: Add hook & hook options to org-capture

2022-10-30 Thread Ihor Radchenko
Valentin Herrmann writes: > * lisp/org-capture.el: > (org-capture-templates): Document the new template options. > (org-capture-before-view-hook): Add new hook for parity with the > template options. > (org-capture): Implement the new template options. > (org-capture-finalize): Implement the new

Re: [PATCH] lisp/org-capture.el: Add hook & hook options to org-capture

2022-10-30 Thread Ihor Radchenko
Valentin Herrmann writes: > * lisp/org-capture.el: > (org-capture-templates): Document the new template options. > (org-capture-before-view-hook): Add new hook for parity with the > template options. > (org-capture): Implement the new template options. > (org-capture-finalize): Implement the new

Re: org table proposal: merge and split cells in org-tables

2022-10-30 Thread Jean Louis
* Ihor Radchenko [2022-10-30 12:27]: > Jean Louis writes: > > > To solve that problem personally, I use Asciidoctor, see how it is > > done there: > > > > Example 76. Table with formatted, aligned and merged cells: > >

Re: [PATCH 1/2] lisp/org-clock.el: Make switching states on clock-in/-out easier

2022-10-30 Thread Ihor Radchenko
"Samuel W. Flint" writes: > * lisp/org-clock.el (org-clock-in-next-state, > org-clock-out-next-state): Define and document customizeable variables > to describe the "next state" on clock-in/-out. > > (org-clock-in-switch-to-state, org-clock-out-switch-to-state): Add > options to use the