Re: Shower thought: submit an IETF RFC to register Org as a MIME type

2021-03-22 Thread Timothy
Hello again, I'm still a fan of Org as an IETF registered MEME type, but I recently heard of what Rust did to get text/rust registered on Linux systems: https://bugs.freedesktop.org/show_bug.cgi?id=90487 Perhaps we could submit a similar patch? -- Timothy.

Items with emphasis marks are not sorted properly in a list

2021-03-22 Thread Juan Manuel Macías
Hi, Consider this list: - vol. - adj. - /circa/ - /vid./ If I evaluate `(org-sort-list t ?a)', it seems that `org-sort-list' doesn't sort correctly items that contain an emphasis mark: - /circa/ - /vid./ - adj. - vol. I don't know if there is any solution to this, or if I'm doing something

Re: noweb syntax clashing with shell here document syntax

2021-03-22 Thread Immanuel Litzroth
You can choose which delimiters signal noweb. see the documentation of org-babel-noweb-wrap-start and org-babel-noweb-wrap-end. Immanuel On Mon, Mar 22, 2021 at 5:35 PM Sebastian Miele wrote: > > Hello! > > The noweb syntax seems to clash with the syntax of here documents in > shell scripts. In

noweb syntax clashing with shell here document syntax

2021-03-22 Thread Sebastian Miele
Hello! The noweb syntax seems to clash with the syntax of here documents in shell scripts. In the block like #+BEGIN_SRC shell :noweb yes echo a <> echo b #+END_SRC everything following the line with the the noweb reference does not get fontified properly. I suspect that the problem

[PATCH] Update example :publishing-function names in manual

2021-03-22 Thread Greg Minshall
--- doc/org-manual.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 0dbc5e205..d75828722 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -15845,12 +15845,12 @@ and possibly transformed in the process. The

Re: source blocks DAG evaluation

2021-03-22 Thread c4t0
Hello Thomas! That is fairly nice, thanks! I can use it for the moment. I see a minor problem, if you export it, the last block will show all the code and that may be redundant or undesired. But that can be solved fiddling with exporting options or code I guess. btw, using :noweb no-export,

Bug: Org manual, 16.15.2 The ‘capture’ protocol, possible error [9.4.4 (release_9.4.4 @ /home/admin/Programming/Software/emacs/lisp/org/)]

2021-03-22 Thread Jean Louis
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: Bug: Org bold emphasis gobbles leading stars on next headline [9.3.7 (release_9.3.7-710-g3f04ad @ /home/n/.emacs.d/straight/build/org/)]

2021-03-22 Thread General discussions about Org-mode.
> No Wayman writes: > > With the following Org mode file and point denoted by "|": > > > > * Parent > > | > > ** Sibling > > > > Insert the text "*", resulting in: > > > > * Parent > > "*"| > > ** Sibling > > > > textually, but the final star of the Sibling heading is hidden as > > well: > > > >

Re: Syntax Proposal: Multi-line Table Cells/Text Wrapping

2021-03-22 Thread Andreas Eder
On Fr 19 Mär 2021 at 13:33, Eric S Fraga wrote: > With respect to the topic at hand, I believe it's the result of the same > tendency that Excel users have of using spreadsheets (aka tables) for > everything, something I hate when I'm given some Excel sheet that I need > to modify and where

Re: trivial software engineering'ish question: switching org's

2021-03-22 Thread Maxim Nikulin
On 22/03/2021 00:44, Greg Minshall wrote: hi. i occasionally want to switch from the org package to a git version, then back again. and, i want to avoid the dread "mixed installation". Do you really need to switch or just to launch it a couple of times? Is it required to run namely compiled

Re: Syntax Proposal: Multi-line Table Cells/Text Wrapping

2021-03-22 Thread Eric S Fraga
On Sunday, 21 Mar 2021 at 09:06, Tim Cross wrote: > However, often now, I'm presented with a spreadsheet (or workbook) > with not a single calculation or cell formula -it is just about > formatting. Exactly. And this is why I am not happy about org being modified to enable this. Make the path

Re: trivial software engineering'ish question: switching org's

2021-03-22 Thread Greg Minshall
Tim and Gustav, thanks for your answers. in particular, straight.el does seem promising. i'll set it up, use it with Tim's "switching use-package blocks", and see how it goes. cheers, Greg

Re: Sharing variables between source blocks without session

2021-03-22 Thread Loris Bennett
Eric S Fraga writes: > On Friday, 19 Mar 2021 at 14:59, Loris Bennett wrote: >> To be honest, I find it is a wee bit confusing that it's >> >> #+PROPERTY: header-args:sh :var user="loris" >> >> *without* a colon after the language (if I add it, there is not error, >> but the variable is just

Re: Invalid function: org-preserve-local-variables

2021-03-22 Thread Loris Bennett
Kyle Meyer writes: > Loris Bennett writes: > >> Hi, >> >> I'm running >> >> Org mode version 9.4.4 (9.4.4-25-g3a522a-elpaplus @ >> /home/loris/.emacs.d/elpa/org-plus-contrib-20210222/) >> >> and today I encountered the following error when refiling >> >> org-refile: Invalid function: