Re: [BUG] Got error opening existing org file in emacs 30.1 [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-02-28 Thread Rohit Patnaik
I tried opening the linked file with the latest org-mode from git, as of commit 53cd3f83c96728 and I was not able to reproduce the issue. I was able to open the file, move around in it, make edits, etc. without any problems. However, I am using Emacs 29.4, not 30.1. Could that have something to do

[BUG] Got error opening existing org file in emacs 30.1 [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-02-28 Thread Steinar Bang
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.

Org Agenda errors if agenda file is in column view

2025-02-28 Thread Rens Oliemans
I'm not sure if this is a bug, but it feels like one and I don't see this behaviour documented anywhere. The "problem": If an agenda file is in column view (and therefore read-only), contains a date for the current week, and you open the agenda view for the current week, the agenda fails with the

Re: Org Agenda errors if agenda file is in column view

2025-02-28 Thread Rick Lupton
I have also come across this but not reported it yet (thanks for doing so!) I suspect the read only property could be removed in org-agenda-finalize-entries, which already does some modifications of the text properties. On Fri, 28 Feb 2025, at 11:05 AM, Rens Oliemans wrote: > I'm not sure if t

Re: [BUG] Incorrect LaTeX export when using images in a table to display them side-by-side. [9.7.5 (release_9.7.5 @ /home/dadinn/.emacs.d/straight/build/org/)]

2025-02-28 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > Thanks! > I see that the list of possibilities growing quite quickly.. Could we > please start by defining the possible cases? > > 1. Image embedded in text in a paragraph > > This file:image.png could be an emoticon > > 2. Images in a plain table > > | fi

Re: Org Crypt problems

2025-02-28 Thread Leo Butler
On Thu, Feb 27 2025, David Masterson wrote: > Leo Butler writes: > >> On Tue, Feb 25 2025, David Masterson wrote: >> >>> 1. If you enter a bad password (even a blank password) to >>> org-decrypt-ent*, how do you tell Emacs to forget the password so >>> that you can enter the right o

Re: [PATCH] Sanitize links in headings to avoid broken Texinfo menus

2025-02-28 Thread Ihor Radchenko
Rudolf Adamkovič writes: > BTW, speaking of multi-page HTML exports, I suggest that, in the first > version, instead of inventing side bars and what not, we match Texinfo > exports, where at a certain level, headings become separate HTML pages > with TOC for deeper levels. That would also make t

Re: Select a region and yank a URL to create a link

2025-02-28 Thread jman
Ryan Prior via "General discussions about Org-mode." writes: Lately I've noticed more applications supporting a method of creating a link by pasting a URL. The flow works like this: 1. write some text 2. select the text you want to linkify 3. paste a URL to turn the selected text into a named

Re: Select a region and yank a URL to create a link

2025-02-28 Thread Rudolf Adamkovič
Ryan Prior via "General discussions about Org-mode." writes: > Lately I've noticed more applications supporting a method of creating > a link by pasting a URL. The flow works like this: [...] What a smart, simple yet impactful, QOL improvement! TIL. > What do you think about adding this capabi

Re: [PATCH] Sanitize links in headings to avoid broken Texinfo menus

2025-02-28 Thread Rudolf Adamkovič
Ihor Radchenko writes: > I'd love someone to revive the discussion on multipage export with > more ideas on integration with ox.el. I myself plan to go back to it > once I finally finish my backlog back from Aug. But my time is much > more limited now. BTW, speaking of multi-page HTML exports, I