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

2023-11-15 Thread David Masterson
Corwin Brust writes: > On Tue, Nov 14, 2023 at 8:16 PM David Masterson wrote: >> >> Max Nikulin writes: >> >> > On 14/11/2023 15:36, Russell Adams wrote: >> >> On Mon, Nov 13, 2023 at 09:09:54PM -0800, David Masterson wrote: >> >>> >> >>> Was thinking I'd like to see an archive of tagged

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

2023-11-15 Thread David Masterson
Russell Adams writes: > On Tue, Nov 14, 2023 at 06:14:43PM -0800, David Masterson wrote: >> Russell Adams writes: >> >> > On Mon, Nov 13, 2023 at 09:09:54PM -0800, David Masterson wrote: >> >> Just a suggestion (or maybe this is already handled?). >> >> >> >> Was thinking I'd like to see an

Re: bash source code block: problem after ssh commands

2023-11-15 Thread Matt
On Wed, 15 Nov 2023 17:32:19 +0100 Matt wrote --- > (let ((buff "*localhost-process-buffer*")) > (switch-to-buffer >(make-comint-in-buffer > "localhost-process" > buff > "ssh" > nil > (format "%s@localhost" (getenv "USER") It looks like the way

Re: bash source code block: problem after ssh commands

2023-11-15 Thread Matt
I was poking around, learning how sessions are started. Basically, `shell` creates the comint buffer using `make-comint-in-buffer`. What I find interesting is that `make-comint-in-buffer` can also create a comint buffer from a network stream: (let ((buff "*localhost-process-buffer*"))

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

2023-11-15 Thread Russell Adams
On Tue, Nov 14, 2023 at 06:14:43PM -0800, David Masterson wrote: > Russell Adams writes: > > > On Mon, Nov 13, 2023 at 09:09:54PM -0800, David Masterson wrote: > >> Just a suggestion (or maybe this is already handled?). > >> > >> Was thinking I'd like to see an archive of tagged use-cases for Org

Formatting worg code examples (was: Re: [TASK] Allow customizeable ditaa executable in ob-ditaa.el)

2023-11-15 Thread Max Nikulin
On 09/11/2023 10:17, Leo Butler wrote: diff --git a/org-contrib/babel/languages/ob-doc-ditaa.org b/org-contrib/babel/languages/ob-doc-ditaa.org-#+BEGIN_EXAMPLE +#+NAME: hello-world.org +#+BEGIN_SRC org :exports code :results replace +,#+NAME: hello-world +,#+HEADER: :exports results

Re: Lowercase Properties Drawer?

2023-11-15 Thread Ihor Radchenko
Henrik Hörmann writes: > Thanks for the quick answer! Okay, if there is no principled reason why > it shouldn't be customizable, I can try to get around to write a > patch. See https://orgmode.org/worg/org-contribute.html Feel free to ask anything if you encounter any difficulties. > I assume

Re: Lowercase Properties Drawer?

2023-11-15 Thread Henrik Hörmann
Thanks for the quick answer! Okay, if there is no principled reason why it shouldn't be customizable, I can try to get around to write a patch. I assume there's a lot of other hardcoded cases flying around though, so it might be a while. > That one is most likely still under moderation. Our

Re: Lowercase Properties Drawer?

2023-11-15 Thread Ihor Radchenko
Henrik Hörmann writes: > It seems that inconsistencies with regard to lowercase/uppercase > conventions still abound. Is there a reason that `org-insert-property- > drawer' has a hardcoded `(insert ":PROPERTIES:\n:END:")'? I'd really > like to customize this. Org keywords are case-insensitive.

Lowercase Properties Drawer?

2023-11-15 Thread Henrik Hörmann
Hi! It seems that inconsistencies with regard to lowercase/uppercase conventions still abound. Is there a reason that `org-insert-property- drawer' has a hardcoded `(insert ":PROPERTIES:\n:END:")'? I'd really like to customize this. (Sorry for the repeated mail, I sent the first one before I