Re: How to export to the simplest possible HTML?

2023-06-14 Thread Thomas Redelberger
Dear Marcin and everybody, I had a similar requirement for "simplest HTML" and have documented how I tackled this under http://web222.webclient5.de/doc/swdev/emacs/orgmode/html In summary, it is - a few settings in init.el: + org-html-text-markup-alist similar to below + setting org-export

[BUG] Source block indentation does not work properly for yaml-mode [9.6.6 ( @ /home/user/.emacs.d/elpa/org-9.6.6/)]

2023-06-14 Thread wolf
Hello, when editing a source block of yaml type, the indentation does not work properly (tabs are used instead of spaces). I am not sure if org or yaml-mode are the cause, however since RET is bound to org-return, I am reporting it here first. I did test it inside a container with nothing but em

Re: Where does headline data end for the purpose of `org-adapt-indentation´ == ´headline-data

2023-06-14 Thread Jens Schmidt
On 2023-06-09 09:34, Ihor Radchenko wrote: Emacs master tracks the latest stable Org release. OK, so I cobbled up Org main with branch emacs-29. ./src/emacs -Q M-x org-version Org mode version 9.7-pre (release_9.6.6-408-g9082fa @ ...) (setq org-adapt-indentation 'headline-data) Paste the

Re: Interest in an Org video meetup?

2023-06-14 Thread Ravi Sagar
Hello, Thanks a lot for letting me know. I will join the discussion. Ravi On Mon, Jun 12, 2023 at 11:34 AM Ihor Radchenko wrote: > Russell Adams writes: > > > On Wed, Apr 26, 2023 at 04:13:47PM -0500, Corwin Brust wrote: > >> On Wed, Apr 26, 2023 at 9:31 AM Matt wrote: > >> > > >> > FSF asso

[PATCH] org-faq.org: rename org-export-htmlize-* options to org-html-htmlize-*

2023-06-14 Thread dongdigua
look at this commit: https://git.sr.ht/~bzg/org-mode/commit/8134e80bdfb55bbce9aecf3f5958a2bd43cc0b63 the document didn't catch up with source code I encountered this problem in: https://emacs-china.org/t/org-emacs-script-org-publish-all/20782 and documented it in: https://dongdigua.github.io/or

Re: org-babel-expand-call-block

2023-06-14 Thread Samuel Culpepper
> Do I understand correctly that you are trying to get #+calls to LOB > blocks expanded as usual via org-babel-expand-src-block? Sure, uniformity in "expansion" is the ideal case. I use LOB pretty extensively, so this hack allows such uniformity along the "kill-expanded-SRC". Would you consider

Re: [BUG] No org-checkbox face when using alphabetical bullets

2023-06-14 Thread Ihor Radchenko
pondersson writes: > The org-checkbox face does not get applied when using alphabetical > bullets in plain lists. See the attached ECM. Thanks for reporting and taking time to search previous reports! Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=a07260856 --

Re: Bug: org-checkbox face for alphabetical items is not set [9.4.4,(9.4.4-16-g0abd4a-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20210201/)]

2023-06-14 Thread Ihor Radchenko
che...@posteo.org writes: > I set org-list-allow-alphabetical to allow alphabetical item > enumeration. But it seems that the org-checkbox face is not set if there > are checkboxes. > > Example: > > #+begin_src org > - [ ] Hello >1. [ ] World > a. [ ] foo > #+end_src > > In my setup, the

Re: Is this proper time format?

2023-06-14 Thread Ihor Radchenko
David Masterson writes: > Ihor Radchenko writes: > >> Would you mind updating the patch? > > See below. Thanks! >> If you do not use magit, you can easily re-create patches for a given >> file from Emacs using >> M-x vc-diff M-x write-file /path/to/your.path > > I do use magit, but I'm not

Re: [BUG] Source block indentation does not work properly for yaml-mode [9.6.6 ( @ /home/user/.emacs.d/elpa/org-9.6.6/)]

2023-06-14 Thread Ihor Radchenko
wolf writes: > Reproduction steps: > 1. Have org-mode and yaml-mode installed. > 2. C-x C-f /tmp/x.org RET > 3. Type in: > > #+begin_src yaml > a: > b: > c: > d: > #+end_src > > After each line, press RET to go to the next one. RET is bound to org-return. > Notice that when you

Re: [PATCH] org-faq.org: rename org-export-htmlize-* options to org-html-htmlize-*

2023-06-14 Thread Ihor Radchenko
dongdigua writes: > look at this commit: > https://git.sr.ht/~bzg/org-mode/commit/8134e80bdfb55bbce9aecf3f5958a2bd43cc0b63 > the document didn't catch up with source code > > I encountered this problem in: > https://emacs-china.org/t/org-emacs-script-org-publish-all/20782 > and documented it in:

Re: org-babel-expand-call-block

2023-06-14 Thread Ihor Radchenko
Samuel Culpepper writes: >> Do I understand correctly that you are trying to get #+calls to LOB >> blocks expanded as usual via org-babel-expand-src-block? > > Sure, uniformity in "expansion" is the ideal case. > > I use LOB pretty extensively, so this hack allows such uniformity along > the "kil

Re: [orgweb/zh-CN] [DRAFT PATCH v7] Tentative zh-CN translation

2023-06-14 Thread Ihor Radchenko
Ruijie Yu writes: >> May you please rebase the patchset onto current master? >> I had problems applying the patchset on my side. > > Will do this weekend. Please note that I will no longer have much time > during weekdays, and that I really want to have my employer disclaimer done > before thi

Re: org-link-minor-mode broken with File mode specification error: (error org-link is not a valid folding spec)

2023-06-14 Thread Ihor Radchenko
Samuel Wales writes: > just a note that org-link-minor-mode produces this error upon e.g. > find-file on a bash file, presumably due to org links in it: File mode > specification error: (error org-link is not a valid folding spec) > > my version is url = https://github.com/swhahn/org-link-minor-m

Re: [POLL] [BUG] Inverse behavior from \ [9.6.4 (release_9.6.4-1-g76cf21 @ /Users/johnw/.emacs.d/lisp/org-mode/lisp/)]

2023-06-14 Thread John Wiegley
> "IR" == Ihor Radchenko writes: IR> It would be nice to bisect down to the commit that changed the behaviour. IR> As it usually goes with agenda, consequences of some changes are not IR> always straightforward. I have found the cause of the change in behavior: (org-agenda-filter-make-mat

alternative to org-link-minor-mode

2023-06-14 Thread Samuel Wales
On 6/14/23, Ihor Radchenko wrote: > Samuel Wales writes: > >> just a note that org-link-minor-mode produces this error upon e.g. >> find-file on a bash file, presumably due to org links in it: File mode >> specification error: (error org-link is not a valid folding spec) >> >> my version is url =

Re: Is this proper time format?

2023-06-14 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: >> To assist project planning, TODO items can be labeled with a date >> -and/or a time. The specially formatted string carrying the date and >> +and/or a time for purposes like a timestamp on an event, a deadline >> +for a task, or clocking time