Re: Suggestion: User-contributed use-cases on orgmode.org ?

2023-11-16 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> In worg-about, it looks like the repo is ~bzg/worg on src.ht, but "worg" >> doesn't come up in the project search on src.ht (but "org" does). Is >> the repo hidden (I don't have an account on src.ht yet -- perhaps >> sourcehut should be expl

[BUG] JUSTIFYRIGHT does not justify to the right any more in ASCII export [9.7-pre (release_9.6.11-927-g819cd7 @ /home/grfz/src/org-mode/lisp/)]

2023-11-16 Thread Gregor Zattler
Dear org-mode developers, this: test-justify-right.org Description: application/org gives wrongly: Table of Contents ─ left or right with Package: Org mode version 9.7-pre (release_9.6.11-927-g819cd7 @ /home/grfz/src/org-mode/lisp/) on Emacs : GNU Emacs 30.0.50 (build

Re: bash source code block: problem after ssh commands

2023-11-16 Thread Matt
alaincochard alain.coch...@unistra.fr writes: > Yes. (So I think that explains the 'no' above.) Thank you for clarifying. > Anyway, this gives me the opportunity to come back to the question of > whether or not there is a problem with emacs itself (like some people > here thought), and if

Re: bash source code block: problem after ssh commands

2023-11-16 Thread Alain . Cochard
Matt writes on Thu 16 Nov 2023 20:03: > > On Thu, 16 Nov 2023 10:30:59 +0100 Ihor Radchenko wrote --- > > > Or we can make use of TRAMP as we usually do to access remote > > environment. IMHO, it is more reliable as TRAMP takes care about > > arranging all the Elisp FS interacti

Re: bash source code block: problem after ssh commands

2023-11-16 Thread Matt
On Thu, 16 Nov 2023 10:30:59 +0100 Ihor Radchenko wrote --- > Or we can make use of TRAMP as we usually do to access remote > environment. IMHO, it is more reliable as TRAMP takes care about > arranging all the Elisp FS interaction to work on remote system. Agreed. Also, I wasn't

[BUG] error on org-add-note? [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-11-16 Thread brizly
hi there,  i was in a java-project and [alt]-x "org-add-note", when the warnings apperes an i should file bug, so here i am. (I was not using this function for a long time, perhaps there is missing a config for a folder?) -- Greetings brizly Emacs : GNU Emacs 29.1 (build 1, x86_64-redhat-linu

org-agenda: setting face to an item by its tag/category/property

2023-11-16 Thread Ilya Chernyshov
Hi. Is there a custom variable in org-agenda that allows to set a specific face (or just foreground/background) for items with specific property/tag/category?

Re: [PATCH] testing: Delete duplicate tests

2023-11-16 Thread Ilya Chernyshov
Ilya Chernyshov writes: > Sure, here it is. In the patch, I added a new file > (testing/lisp/test-deduplicator.el) with a test that checks for > duplicate forms (not just should, should-not, should-error macros) in > all test files. It also makes sense to add a test that searches for completely

Re: Suggestion: User-contributed use-cases on orgmode.org ?

2023-11-16 Thread Ihor Radchenko
David Masterson writes: > In worg-about, it looks like the repo is ~bzg/worg on src.ht, but "worg" > doesn't come up in the project search on src.ht (but "org" does). Is > the repo hidden (I don't have an account on src.ht yet -- perhaps > sourcehut should be explained a bit in worg-about). May

Re: bash source code block: problem after ssh commands

2023-11-16 Thread Ihor Radchenko
Matt writes: > So, rather than start a comint and then ssh from there, it's possible to let > Emacs start the subprocess, manage the ssh connection, and just read that. > Emacs makes a buffer from a network stream by calling start-process` using > `shell-file-name`. `org-babel-shell-initiali