Re: [BUG] Checkbox item is broken in html export with table content [9.6 (9.6-??-bed47b437 @ /Users/hw/.emacs.d/.local/straight/build-28.1/org/)]

2023-01-04 Thread Max Nikulin
On 02/01/2023 15:50, Ihor Radchenko wrote: Max Nikulin writes: If an item contains block-level element then text paragraphs should be wrapped with ..., however there is no reason to put checkboxes outside of first paragraphs. Timothy, may you take a look? This is a bit non-trivial because para

Re: Intention of verbatim text?

2023-01-04 Thread Tim Cross
writes: > My current solution is to convert ~code~ to code and > =verbatim= to verbatim. > > In that case the user can decide himself how to render them. In my > default CSS I would render the ~code~ in monospace with a light gray > background (different from the whole page background) and =ver

Re: [MAINTENANCE] Org orphanage?

2023-01-04 Thread Bastien
Ihor Radchenko writes: > Bastien writes: > >> To be sure that we are not miscommunicating, my point is that we can >> advertize https://orgmode.org/worg/org-orphanage.html as a place where >> anyone can document orphan Org packages, then once there are enough >> packages on this page, we can try

[TASK] Enhance Worg HTML styling (was: [BUG] worg-setup.org is outdated)

2023-01-04 Thread Bastien Guerry
Tim Cross writes: > A significant re-design of the worg styling is required in order to get > a presentation which both looks good and which works with respect to > accessibility requirements. I don't believe the current styles are > workable. Someone with greater CSS fu than me might do better,

Re: [TASK] Enhance Worg HTML styling (was: [BUG] worg-setup.org is outdated)

2023-01-04 Thread Alain . Cochard
Bastien Guerry writes on Wed 4 Jan 2023 11:21: > Strong +1 on working on Worg's styling. > > The task may be daunting, but we can also tackle it incrementally. > > >From memory, orgmode.org/worg is visited by ~30k persons each month, > that 1000 persons per day. A patch enhancing the .cs

Re: Export Org with Org concept -- Re: Problems with C-c C-e file.org,

2023-01-04 Thread Jean Louis
* Max Nikulin [2023-01-03 15:18]: > Eduardo, I am sorry, but from my opinion it is too much. Perhaps you are > just not realizing that resources of developers are rather limited. Getting > rid of `read-char-exclusive' in Org menus requires significant amount of > work. Yeah, right, I have spent f

Re: Bug? org-assert-version does not prevent mixed install

2023-01-04 Thread Max Nikulin
Ihor, I am still puzzled why you can not reproduce messed version compilation issue. I can not figure out what I am missing. I think, the case below is easier than dealing with packages: Consider the following file compile-broken.el where ~/src/org-mode contains git main HEAD version: (load

Re: Is function 'org-insert-property-drawer' usable?

2023-01-04 Thread Max Nikulin
On 31/12/2022 23:24, alain.coch...@unistra.fr wrote: For me, C-u C-c C-x d does insert a 'PROPERTIES' drawer, but M-x org-insert-property-drawer does not. I suppose, the idea is to invoke it like C-u M-x org-insert-drawer On 01/01/2023 20:23, Ihor Radchenko wrote: Ruijie Yu via

CUSTOM_id ignored on blocks by ox-beamer

2023-01-04 Thread alan . schmitt
Hello, I’m writing course slides in org-mode (exported currently to beamer, but I want to also have html export in the long run), and I have trouble linking blocks (for theorems or definitions), as the CUSTOM_ID property is ignored by ox-beamer on blocks. I see this issue has already been raised

Using header-args to set default TODO state?

2023-01-04 Thread Michael Maurer
I've been wondering if it's possible to define a default todo-state for all items appearing under a headline, like * shopping list :PROPERTIES: :header-args: todo-state: TOBUY :END: ** bananas ** bread so when calling org-agenda both bananas and bread have the todo-state TOBUY applied to them. Ob

Re: Export Org with Org concept -- Re: Problems with C-c C-e file.org,

2023-01-04 Thread Jean Louis
Pointers for you Eduardo: (find-efunction 'org-export-dispatch) (find-efunction 'org-export--dispatch-ui) (progn (find-efunction 'org-export--dispatch-ui) (forward-line 48)) (progn (find-efunction 'org-export--dispatch-ui) (search-forward "Export scope")) (find-efunction 'org-export-define-backen

Re: Export Org with Org concept -- Re: Problems with C-c C-e file.org,

2023-01-04 Thread Jean Louis
* Max Nikulin [2023-01-03 15:18]: > Jean might be happy with the posted mock-up. Unfortunately that code is too > far from been ready to be used for all users. E.g. it does not use > `org-export-registered-backends', not to mention that all menus in the > package should be consistent. It is OK to

Re: Export Org with Org concept -- Re: Problems with C-c C-e file.org,

2023-01-04 Thread Jean Louis
> Can you send to me - here to the mailing list - a version of > `org-export-dispatch', and also of other functions if needed, in which > the parts that call `read-char-exclusive' are replaced by something > non-blocking? There is no Org version of menu that does not block. That it is there is due

[PATCH] org-datetree.el: Allow datetrees with TODO, priority, tags

2023-01-04 Thread Ilya Chernyshov
Hi, Here is a patch that allows to find datetree headlines that contain tags, TODO or priority keywords. Sometimes you need to set TODOs or tags to such headlines. When you do this, next time you capture under this datetree, you get a new datetree with the same date in the same file, which is ann

Re: [TASK] Enhance Worg HTML styling (was: [BUG] worg-setup.org is outdated)

2023-01-04 Thread Tim Cross
alain.coch...@unistra.fr writes: > Bastien Guerry writes on Wed 4 Jan 2023 11:21: > > > Strong +1 on working on Worg's styling. > > > > The task may be daunting, but we can also tackle it incrementally. > > > > >From memory, orgmode.org/worg is visited by ~30k persons each month, > > th