Re: [Need Help] Error to evaluate "mpv" command in inline src block

2023-04-29 Thread General discussions about Org-mode.
stardiviner writes: > I have example Org file like bellowing. > > Here is the testing Org content: > > #+begin_src org > ,* 《枕刀歌》 > :PROPERTIES: > :DATE: [2021-05-13 Thu 20:09] > :Douban: https://movie.douban.com/subject/35350794/ > :DIR: 枕刀歌 > :EVAL: src_sh{mpv "枕刀歌/《枕刀歌》SE05

[Need Help] Error to evaluate "mpv" command in inline src block

2023-04-29 Thread stardiviner
*** Reproduce and experience log I have Emacs Org mode config like bellowing to auto evaluate inline src block when Org headline cycle expanded. #+begin_src emacs-lisp ;;; auto evaluate inline source block in property "EVAL". (defcustom org-property-eval-keyword "EVAL" "A property keyword for

Org-mode publish: Some questions when use it for a blog

2023-04-29 Thread Sébastien Gendre
Hello, I try do generate a blog with Org-mode publish. I'm very impressed by the publishing tool. But as it's nice to do a simple website, I have some difficulties to use it for a blog. First, I try to customize the site map: * Is it possible to customize the entry without writing a function 

Re: [BUG] Filling in source blocks fills by region, not paragraph [9.5.5 (release_9.5.5/master)]

2023-04-29 Thread Ihor Radchenko
"Farblos" writes: > To me that seems strange, at least for source blocks. If this is really > intended, it should probably be made configurable. Canceled, by the original author. https://list.orgmode.org/orgmode/59d95fcaa0e84b66a811d8fc181d6...@vodafonemail.de/ -- Ihor Radchenko //

Re: [BUG] Filling in source blocks fills by region, not paragraph [9.5.5 (release_9.5.5/master)]

2023-04-29 Thread Farblos
Forget about that one, it is already fixed in master. During my first test I used the wrong load path and thus used the distribution-provided org-mode version.

[BUG] Filling in source blocks fills by region, not paragraph [9.5.5 (release_9.5.5/master)]

2023-04-29 Thread Farblos
Cloned https://git.savannah.gnu.org/git/emacs/org-mode.git, changed to directory "org-mode", made "autoloads", started Emacs as "emacs -Q -L $PWD". In an otherwise empty org-mode buffer, create a block #+begin_src shell # configure shell options and variables. bash-completion # requires shell

Troubleshooting empty *Org PDF LaTeX Output*

2023-04-29 Thread John Kitchin
For a while the *Org PDF LaTeX Output* buffer has been empty for me when I export to PDF. I am currently using: Org mode version 9.7-pre (release_9.6.4-337-geaf274 It looks like this happens because of this code: https://git.sr.ht/~bzg/org-mode/tree/main/item/lisp/ox-latex.el#L4313 It seems to

Re: [PATCH] lisp/ob-scheme.el

2023-04-29 Thread Zelphir Kaltstahl
On 4/25/23 14:28, Ihor Radchenko wrote: Zelphir Kaltstahl writes: Subject: [PATCH] org-babel-expand-body:scheme: define header arg vars using define Applied, onto main, adding TINYCHANGE cookie and newline between variable definitions and body.

Re: Dealing with inter-org links vs #+include

2023-04-29 Thread Ihor Radchenko
Brett Viren writes: > I want what may be two conflicting things: > > - Produce a monolithic HTML export of an main org file that #+include:'s > other org files. > > - Have links in the other org files that are valid both when the > monolith is exported to HTML and when visiting the

Re: "Indent headline data" is indenting non-headline-data

2023-04-29 Thread "James Harkins"
On Thu, 27 Apr 2023 09:30:13 +0800 Ruijie Yu wrote --- > Reproducible in built-in Org (9.5.5 release) from Emacs 28.2, but > unreproducible in latest Org main branch (release_9.6.4-329-g466a37). > So, assuming that this indeed is a bug, it has been fixed, but the fix > is not present in