Re: Pending contents in org documents

2024-07-31 Thread Bruno Barbier
Hi Ihor, Ihor Radchenko writes: > Bruno Barbier writes: > I added a function 'org-pending-unlock-NOW!' which unlock the region immediately. The uppercase "NOW!" emphasizes that it's not the "safe" way to unlock a region. >>> >>> I expect to see this function called by some kin

[BUG] org-fill-paragraph for region [9.6.15]

2024-07-31 Thread Seungki Kim
Hi , I would like to report a simple bug that occurred in Org mode. When the content of Org file is as below, * testA - test1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. If I run org-fill-paragraph after select

[BUG] org element warning [9.8 (9.8-??-39272e216 @ /home/fan/.emacs.d/.local/straight/build-29.3/org/)]

2024-07-31 Thread ray
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. -

[BUG] Cannot tangle src block in capture buffer [9.7.6]

2024-07-31 Thread Dilip
You get ~Wrong type argument: stringp, nil~ error when you =org-babel-tangle= on a source block in capture buffer. To reproduce: 1. set a template (setq org-capture-templates '(("t" "Test" entry (file "/tmp/debug.org") "* TODO %?\n %i\n %a"))) 2. Create a source block (C-c C-, s) add :tangle hea

[BUG] [BUG] org-fold-hide-block-all doesn't hide blocks inside folded headings [9.7.8 (9.7.8-7f2ce8 @ /home/aragaer/.config/emacs/elpa/org-9.7.8/)]

2024-07-31 Thread aragaer
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[BUG] Org-image-max-width doesn't account for org-indent-mode [9.7.8 (9.7.8-7f2ce8 @ /tmp/bug/elpa/org-9.7.8/)]

2024-07-31 Thread Sean Devlin
Hi folks, I've found a case where an inline image's maximum width is computed incorrectly in Org 9.7.8. Here's a recipe: 1. Find an image wider than a default Emacs frame 2. Create an Org file with these contents (between the lines): == [[file:/pat

Re: Properties drawer at buffer/file level

2024-07-31 Thread Martin Edström
The property drawer has to come first for technical reasons. Just try manually moving the property drawer beneath the title, then do M-: (org-entry-get nil "ID") and what do you get? Nil. Martin On Mon, 29 Jul 2024 18:02:35 +0200, Sébastien Gendre wrote: > Hello, > > > If I set a prop

org-indent-mode makes set-goal-column behave surprising

2024-07-31 Thread Martin Edström
Hello, pinging back on two old emails that seem related: https://lists.gnu.org/archive/html/emacs-orgmode/2008-01/msg00030.html https://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00654.html A bug that can be reproduced on Emacs -Q: - Open an org file that has subtrees at various levels

Initial visibility documentation conflict

2024-07-31 Thread Matt M
Just wanted to recommend a fix to a conflict in documentation. (I haven't researched which is correct.) Couldn't find it reported anywhere... "When Emacs first visits an Org file, the global state is set to showeverything, i.e., all file content is visible." -- org mode manual 2.2.2 Initial v

[BUG] Org-image-max-width doesn't account for org-indent-mode [9.7.8 (9.7.8-7f2ce8 @ /tmp/bug/elpa/org-9.7.8/)]

2024-07-31 Thread Sean Devlin
Hi folks, I've found a case where an inline image's maximum width is computed incorrectly in Org 9.7.8. Here's a recipe: 1. Find an image wider than a default Emacs frame 2. Create an Org file with these contents (between the lines): == [[file:/pat

Strange warnings from htmlize.el

2024-07-31 Thread Angelo Graziosi
With the last Emacs master build (20240731_183641) I get a lot of warnings like this: Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required) when I export an old ORG document in HTML (C-c C-e h h). Until some time ago, I had exported the same document and many more in t

active region persistence

2024-07-31 Thread Samuel Wales
when i select subtrees and m-s-right, they demote, and then i have no further use for the active region, and have to press c-g. is it possible to turn off the persistence of the region so that it follows earlier behavior and disappears once done? i have not found a use for the new behavior yet, a

Re: Cannot yank media when image come from Gnome screenshot

2024-07-31 Thread Visuwesh
[வெள்ளி ஜூலை 26, 2024] Ihor Radchenko wrote: > Ihor Radchenko writes: > >> ... >> The error is originating from Emacs itself, not from Org mode. > > Sébastien reporting this upstream as bug#72254. > The bug has been fixed and will become available in Emacs 30 release. > The bug fix involved modif