Re: [tip] Inline tasks as anonymous sections

2022-01-08 Thread Ihor Radchenko
Juan Manuel Macías writes: > I think that a very efficient way to take advantage of inline tasks (in > the framework of document authoring and exporting) is to treat them as > anonymous sections, that is, those sections that do not have a title and > are normally separated in books by some

[PATCH] Prevent blocked tasks from being archived

2022-01-08 Thread Ankit Raj Pandey
Hi, When org-archive-mark-done is enabled, org silently fails on setting the TODO state of the archived headline to DONE if the task is blocked. This patch changes that behavior so the headline is prevented from being archived in the first place. Instead, org displays a message about why the

Bug: Incorrect indentation in Org Babel list output with multiline text [9.4.4 (release_9.4.4 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-08 Thread Vikas Kumar
Hello, When I use ':results value list' in an emacs-lisp source block it looks like Babel does not indent list items correctly when one of the items is a multi-line text. To reproduce evaluate the following code block: #+begin_src emacs-lisp :results value list '("Foo1\nBar1" "Foo2\n\nBar2")

Re: Way to mark contents of an Org special block as verbatim?

2022-01-08 Thread Kaushal Modi
On Sat, Jan 8, 2022 at 10:01 PM Berry, Charles wrote: > > > A simple one here: > > #+begin_src emacs-lisp > ;; minimal backend with latex parent > (org-export-define-derived-backend 'newlatex 'latex > :translate-alist > '((special-block . org-newlatex-special-block))) > > ;; special

Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-08 Thread Ihor Radchenko
"Christopher M. Miles" writes: > Here is my reproduce environment: > > Reproduce test with =emacs -Q= > > #+begin_src shell :eval no > emacs -Q -l ~/.config/emacs/minimal-org-init.el ~/org-persist-test.org > #+end_src > > #+begin_src org :tangle "~/org-persist-test.org" > ,* LEARN  Clojure

Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-08 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> I git bisected org-mode source code, and found the commits after >> "410afd6f374e9" caused org-agenda >> does not display scheduled and deadline tasks. Also affects org-contacts >> completion get contacts >> email property. >> >>

Re: Way to mark contents of an Org special block as verbatim?

2022-01-08 Thread Berry, Charles
> On Jan 8, 2022, at 3:29 PM, Kaushal Modi wrote: > >> What am I missing? >> >> It seems like you want your derived backend to transcode special blocks >> somewhat differently than the parent backend. And adding a special block >> export filter doesn't quite do the job. > > I tried out

Re: [BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-08 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I git bisected org-mode source code, and found the commits after > "410afd6f374e9" caused org-agenda > does not display scheduled and deadline tasks. Also affects org-contacts > completion get contacts > email property. > > I'm using the latest commit

Re: Way to mark contents of an Org special block as verbatim?

2022-01-08 Thread Kaushal Modi
> What am I missing? > > It seems like you want your derived backend to transcode special blocks > somewhat differently than the parent backend. And adding a special block > export filter doesn't quite do the job. I tried out the example Juan posted and it works perfectly well. But it would

Re: Way to mark contents of an Org special block as verbatim?

2022-01-08 Thread Berry, Charles
> On Jan 6, 2022, at 11:46 AM, Kaushal Modi wrote: > > On Thu, Jan 6, 2022 at 2:33 PM Juan Manuel Macías > wrote: >> I just realized that there is a much simpler solution for your katex >> environment :-) >> >> You can use an example block, and define your custom environment using >> the

Re: [BUG] Prefer lowercase #+results [9.5.2 (release_9.5.2-3-geb9f34 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-08 Thread Tim Cross
Rudolf Adamkovič writes: > If I remember well, Org decided to suggest with lowercase keywords (and > use uppercase keywords in the manual, for some reason). Then, we should > change "org-babel-results-keyword" from "RESULTS" to "results". > > (1) Example #1 > > #+begin_src R :results verbatim

Re: [BUG] Prefer lowercase #+results [9.5.2 (release_9.5.2-3-geb9f34 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-08 Thread Rudolf Adamkovič
Colin Baxter  writes: > Change it for yourself. I did. > Please don't change the default. Why? -- "'Contrariwise,' continued Tweedledee, 'if it was so, it might be; and if it were so, it would be; but as it isn't, it ain't. That's logic.'" -- Lewis Carroll, Through the Looking Glass

[BUG] org-persist.el: The commits after "410afd6f374e9" caused org-agenda buffer does not display scheduled and deadline tasks

2022-01-08 Thread Christopher M. Miles
I git bisected org-mode source code, and found the commits after "410afd6f374e9" caused org-agenda does not display scheduled and deadline tasks. Also affects org-contacts completion get contacts email property. I'm using the latest commit "dc4b2772e". I use bug-hunter extension to test my

Re: ob-plantuml: Proposal to add 'jar-args' customizable variable

2022-01-08 Thread Dejan Josifović
On 07-Jan-22 05:38, Ihor Radchenko wrote: Dejan Josifović writes: I has been a little over a month since i posted this to the mailing list, so I'm trying to bump it. Added to todo list. It may take a little while, but I will take a look at it relatively soon. Best, Ihor Thanks Ihor!

Re: [tip] Inline tasks as anonymous sections

2022-01-08 Thread Marcin Borkowski
On 2022-01-08, at 12:32, Juan Manuel Macías wrote: > Hi, > > I think that a very efficient way to take advantage of inline tasks (in > the framework of document authoring and exporting) is to treat them as > anonymous sections, that is, those sections that do not have a title and > are

[tip] Inline tasks as anonymous sections

2022-01-08 Thread Juan Manuel Macías
Hi, I think that a very efficient way to take advantage of inline tasks (in the framework of document authoring and exporting) is to treat them as anonymous sections, that is, those sections that do not have a title and are normally separated in books by some special symbol: three asterisks (a

Re: Feedback on Emacs-Jupyter

2022-01-08 Thread Daniel Fleischer
Hi, I submitted an issue regarding connection file format incompatibility. Other than that I'm looking forward trying your package! -- Daniel Fleischer

Re: [BUG] Prefer lowercase #+results [9.5.2 (release_9.5.2-3-geb9f34 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-08 Thread Colin Baxter 
> Rudolf Adamkovič writes: > If I remember well, Org decided to suggest with lowercase keywords > (and use uppercase keywords in the manual, for some reason). > Then, we should change "org-babel-results-keyword" from "RESULTS" > to "results". Change it for yourself. Please

[BUG] Prefer lowercase #+results [9.5.2 (release_9.5.2-3-geb9f34 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-01-08 Thread Rudolf Adamkovič
If I remember well, Org decided to suggest with lowercase keywords (and use uppercase keywords in the manual, for some reason). Then, we should change "org-babel-results-keyword" from "RESULTS" to "results". (1) Example #1 #+begin_src R :results verbatim :wrap example […] #+end_src #+RESULT: