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
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
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
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,
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
* 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
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
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
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
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
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
* 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
> 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
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
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
15 matches
Mail list logo