Re: what is the purpose of "This link has already been stored"?

2023-06-28 Thread Samuel Wales
i am not sure i am using store/insert to their full actual or potential potential. if you move the recent one to top of list, that would work for my mindless store/insert, but it might not work for a user who has carefully cultivated a set of links that are all to be inserted, or such. although

Re: what is the purpose of "This link has already been stored"?

2023-06-28 Thread Samuel Wales
that is, if completing-read is changed, idk if ido will work with it well or not idk if proposed fix means - include id and description in orig list for selection - include id and description is for marginalia - user selects description and id is returned - another change just showing the

Re: what is the purpose of "This link has already been stored"?

2023-06-28 Thread Samuel Wales
On 6/28/23, Ihor Radchenko wrote: > This behaviour has been introduced in bb61b37ee > > bb61b37ee223fd89cf951a5fbf62e35e606a4646 > Author: Bastien > AuthorDate: Thu Dec 5 17:11:26 2019 +0100 > ol.el: Don't store the same link twice > > * lisp/ol.el (org-store-link): Don't store the same link

Re: [BUG] org-store-link on document title

2023-06-28 Thread Ihor Radchenko
Anthony Carrico writes: > On 6/28/23 15:56, Ihor Radchenko wrote: >> Latest version of Org will also auto-assign TITLE as the >> link description. > > Nice, sound like this issue is already fixed. Looking forward to the > upgrade. It has been added back in Org 9.5. -- Ihor Radchenko //

Re: [BUG] org-store-link on document title

2023-06-28 Thread Anthony Carrico
On 6/28/23 15:56, Ihor Radchenko wrote: Latest version of Org will also auto-assign TITLE as the link description. Nice, sound like this issue is already fixed. Looking forward to the upgrade. -- Anthony Carrico

Re: [BUG] org-store-link on document title

2023-06-28 Thread Ihor Radchenko
Anthony Carrico writes: > To duplicate: > > Create file test.org as in this example: > #+begin_example > #+TITLE: test org title link > #+end_example > > 1. go to title line of test.org, and do org-store link: 'C-c l' > 2. go to new file test2.org, and do org-insert-link: 'C-c C-l M-p ' > > Here

Export Documentation Confusions

2023-06-28 Thread Matt
In the Emacs Berlin meeting today, we noticed several items that might be improved in the manual. - Section 13.18. 1: Bare HTML may be better placed under Section 13.9 HTML Export. The information in this section appears unrelated to Exporting in non-Org buffers. In fact, the settings given

[BUG] org-store-link on document title

2023-06-28 Thread Anthony Carrico
On 6/28/23 12:48, Ihor Radchenko wrote: > I cannot reproduce. > Please provide more details and report this under a different email > subject, so that we can easily distinguish the two bugs. > See https://orgmode.org/manual/Feedback.html#Feedback Ah, very sorry for the distraction on the "This

Re: [PATCH] org-faq.org: rename org-export-htmlize-* options to org-html-htmlize-*

2023-06-28 Thread Ihor Radchenko
dongdigua writes: > sorry, my email client wrapped the lines Thanks! I looked into this again, and I can see that the FAQ entry is dubious. > -** How can I preserve faces when I export an agenda from the command line? > +** How can I preserve faces when I export an org file from the command

Re: what is the purpose of "This link has already been stored"?

2023-06-28 Thread Ihor Radchenko
Anthony Carrico writes: > Storing the link is also currently somewhat buggy. I almost always link > to the top of the page (the title), and org creates a table entry which > looks like this: > > Abstract Syntax Graphs for Domain Specific Languages> I cannot reproduce. Please provide more

Re: what is the purpose of "This link has already been stored"?

2023-06-28 Thread Anthony Carrico
I agree that the current behavior is useless, and I agree that a good default would be to bring the link to the front of the list. Storing the link is also currently somewhat buggy. I almost always link to the top of the page (the title), and org creates a table entry which looks like this:

[PATCH] org-faq.org: Inline comments

2023-06-28 Thread Max Nikulin
On 22/06/2023 08:50, Max Nikulin wrote: On 22/06/2023 07:04, ypuntot wrote: Could it be possible to make inline comments (# something like this) ? ... Previous discussion: ... I think, it is time to add a FAQ entry, see the attachment. To my taste FAQ is rather long already. If you have

Re: [PATCH] org-faq.org: rename org-export-htmlize-* options to org-html-htmlize-*

2023-06-28 Thread dongdigua
sorry, my email client wrapped the lines From 0de831fb611c89c1a2be4825a8e28999fcf8e526 Mon Sep 17 00:00:00 2001 From: dongdigua Date: Wed, 28 Jun 2023 23:16:27 +0800 Subject: [PATCH] org-faq.org: rename org-export-htmlize-* to org-html-htmlize-* look at this commit:

Re: what is the purpose of "This link has already been stored"?

2023-06-28 Thread Ihor Radchenko
Samuel Wales writes: > in maint and bugfix i frequently do org-store-link on a > heading that has a properties drawer with an id in it. > > ... > i frequently get "This link has already been > stored". perhaps this is meant to teach me that i can find > it in org-insert-link? there are 2

Re: [BUG] org-display-user-inline-images stops processing when a org-link type fails [9.7-pre (release_9.6.6-412-g2f7b35 @ /Users/dmg/.emacs.d/straight/build/org/)]

2023-06-28 Thread Ihor Radchenko
dmg writes: > I use org-yt (https://github.com/TobiasZawada/org-yt) to create > thumbnails of a youtube video in the orgfile (eg: yt:) > > When there is no Internet, the function responsible for retrieving the > thumbnail fails with an error. Unfortunately, > org-display-user-inline-images does

Re: [BUG] Source block indentation does not work properly for yaml-mode [9.6.6 ( @ /home/user/.emacs.d/elpa/org-9.6.6/)]

2023-06-28 Thread Ihor Radchenko
Sébastien Miquel writes: > Here are two patches, the first that removes the special case logic > for LaTeX fragments, and the second that implements what you suggest, > and applies on top of the first one. Does that look ok to you ? Thanks! > + ;; Apply WRITE-BACK function on edit buffer

Re: How to export to the simplest possible HTML?

2023-06-28 Thread Marcin Borkowski
On 2023-06-27, at 13:00, Max Nikulin wrote: >>> On 08/06/2023 22:18, Thomas Redelberger wrote: http://web222.webclient5.de/doc/swdev/emacs/orgmode/html >>> >>> At this page: >>> #+BIND: org-html-viewport nil I do not need viewport information in the HTML. > > On 26/06/2023