[BUG] org-agenda-tree-to-indirect-buffer does not respect org-indirect-buffer-display value

2024-05-09 Thread JV
`org-agenda-tree-to-indirect-buffer' does not respect the `org-indirect-buffer-display' value of 'current-window unless invoked with a prefix arg. The function does respect all other values for `org-indirect-buffer-display'. And it does respect the value 'current-window when the function is

Is it possible to embed youtube video in wordpress post created with org2blog

2024-05-09 Thread Steinar Bang
I use org2blog to create posts for https://steinar.bang.priv.no Right now I'm working on a blog post where I would like to embed a youtuble video, but I can't figure out how. Is it possible? I tried the obvious approach, which is the same way I embed images, i.e.

Re: [PATCH] Add org-after-note-stored-hook

2024-05-09 Thread Ihor Radchenko
Joris Caravati via "General discussions about Org-mode." writes: > Is there anything wrong with the patch or with the proposition of > adding a hook there? The first I'd like to know for doing better next > time (or maybe correcting this one), the second to know if  I should > stop using it. It

Re: [BUG] clocktable match doesn't seem to support matching items based on parent property [9.6.15 (release_9.6.15 @ /snap/emacs/current/usr/share/emacs/29.3/lisp/org/)]

2024-05-09 Thread Ihor Radchenko
"Felix H. Dahlke" writes: > I want to create a clocktable report for all items under a specific > heading, using the match keyword and the ITEM property. It appears > that matching items this way won't include any subheadings, therefore > not showing their times in the clocktable. It is

Re: Info manual looks funny because of tables and footnotes

2024-05-09 Thread Ihor Radchenko
Morgan Smith writes: > I'm currently running org from commit > '773bba92a8e2b927427cf1daf374fa774fe834e0' (+ my own modifications). > > I was reading the manual `8.4.2 The clock table' when I got down to the > `:block' section I noticed it was way too wide. Like this wide: > ... > That's too

Re: [PATCH] Fix regex for determining image width from attribute

2024-05-09 Thread Max Nikulin
On 08/05/2024 17:54, Ihor Radchenko wrote: Max Nikulin writes: #+attr_html: :alt Image width test #+attr_beamer: :width \linewidth #+attr_latex: :width +.5\textwidth #+attr_md: :width 75% [[file:babelfish.png]] - I do not mind that just "\linewidth" is ignored. - The case of "+.5" should

Re: [BUG] org-store-link-functions advertizes that the first non-nil return value is used, but it is not how org-store-link handles it (was: [BUG] org-create-file-search-functions and description [9.5

2024-05-09 Thread Ihor Radchenko
Ihor Radchenko writes: > Max Nikulin writes: > >> There is the `org-store-link-plist' variable used by :store functions >> from `org-link-parameters' but not by the >> `org-create-file-search-functions' hook. Maybe it is enough to add > > Reading through `org-store-link-functions' docstring

Re: [BUG] org-create-file-search-functions and description [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2024-05-09 Thread Ihor Radchenko
Ihor Radchenko writes: > This makes sense. Instead of making `org-create-file-search-functions' > return a cons cell, we can use the same scheme as in > `org-store-link-functions' where the functions can call > `org-link-store-props' inside to set e.g. the description. Fixed, on main.

Re: [PATCH] Fix a possibly problematic string comparison

2024-05-09 Thread Ihor Radchenko
Rudolf Adamkovič writes: > * lisp/org-table.el (org-table-make-reference): Replace 'eq' with > 'string-empty-p' to resolve "Warning: 'eq' called with literal string > that may never match" issued on every 'make' invocation. Handled, on main.

Re: [BUG] Search leaves draws open [9.7-pre (release_9.6.10-835-gf3de4c @ ~/.emacs.d/org-mode-git/lisp/)]

2024-05-09 Thread Ihor Radchenko
Paul Stansell writes: > Using Ctrl-S to search an org file leaves drawers open after the search. > For example, open the attached org file, search_bug.org, and, with the > cursor initially at the first line of the file, search for "text" with > - Ctrl-s text > This finds the first occurrence of

Re: [PATCH] Add org-after-note-stored-hook

2024-05-09 Thread General discussions about Org-mode.
Hello, Is there anything wrong with the patch or with the proposition of adding a hook there? The first I'd like to know for doing better next time (or maybe correcting this one), the second to know if  I should stop using it. Thanks! Joris Joris Caravati writes: > Hello, > > I've been