Re: [PATCH worg] Using asteriks as list item bullets.

2022-04-30 Thread Ihor Radchenko
~buhtz writes: > From: buhtz > > The text no points to the exception that an asteriks have to have a > whitespace before it when using it as a bullet for a list item. > Otherwise it would be recognized as a heading. > --- > dev/org-syntax.org | 4 +++- > 1 file changed, 3 insertions(+), 1

[PATCH] speed commands: error message when a key is not associated with a command

2022-04-30 Thread Juan Manuel Macías
Hi, If we have speed commands activated and we type (by mistake) a character not associated with a command, the letter is printed at point. I think a more appropriate behavior would be: - key associated with a command: the command is activated - key not associated with a command: an error

Re: [PATCH] Add :noweb-prefix and :noweb-trans babel header arguments

2022-04-30 Thread Ihor Radchenko
Sébastien Miquel writes: > at least as long as you're tangling to a programming language, that > can read lisp strings. >> Consider the following example: >> >> #+BEGIN_SRC emacs-lisp :noweb yes :tangle yes :noweb-prefix no :noweb-trans >> prin1-to-string >> <> >> (setq latex-header <>) >>

Re: [BUG] org parser error [N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)]

2022-04-30 Thread Ihor Radchenko
Uwe Brauer writes: > Running org master 1f78ca45f8d534e51c1e30e9225d1da8b2e50650 > > And opening an org file I received the following message: > > > Please report this to Org mode mailing list (M-x org-submit-bug-report). > Disable showing Disable logging > Warning (org-element-cache):

Re: [BUG] Documentation errata [9.5.2 (release_9.5.2-25-gaf6f12 @ /usr/share/emacs/28.1/lisp/org/)]

2022-04-30 Thread Alessandro Bertulli
Thanks! You're right, I was confused. In the phrase "Pressing the single-quote FOLLOWED by another character modifies the symbol BEFORE POINT with an accent or a font.", I got tricked by the "followed". I thought it meant: "press the single-quote, then the character YOU WANT TO MODIFY". Of course,

Re: bug#54764: encode-time: make DST and TIMEZONE fields of the list argument optional ones

2022-04-30 Thread Max Nikulin
On 26/04/2022 02:49, Paul Eggert wrote: On 4/25/22 08:37, Paul Eggert wrote: I'll be happy to review the revised org-encode-time implementation, whenever you think it could use a review. (Sorry, I've lost track of what the proposal is.) I suspended my activity due to discussions of other

Re: [PATCH] Add :noweb-prefix and :noweb-trans babel header arguments

2022-04-30 Thread Sébastien Miquel
Ihor Radchenko writes: #+name: documentation This is a sample function documentation. Because there are "quotes", it must be escaped and cannot be directly used as noweb-reference. #+name: doc-escape #+begin_src emacs-lisp :var str="" :tangle no (prin1-to-string (string-trim-right str))

Re: [PATCH] Add :noweb-prefix and :noweb-trans babel header arguments

2022-04-30 Thread Ihor Radchenko
Sébastien Miquel writes: >> Other than :noweb-trans, the patch looks good for me. > Here's a patch with only the :noweb-prefix part. If applied, we can mark > this thread resolved. Thanks! Applied on main as 2063596b9. > Ihor Radchenko writes: >> #+name: documentation >> This is a sample

Re: [BUG] Exporting italic link with bang inside to html fails to parse the link [9.5.2 (N/A @ /gnu/store/89yvbijwnvsbpa5h33mvbgh1gy9w30n2-emacs-org-9.5.2/share/emacs/site-lisp/org-9.5.2/)]

2022-04-30 Thread Ihor Radchenko
"Dr. Arne Babenhauserheide" writes: > To reproduce: > > - create an org-file with the following content: > /Foo [[https://taz.de/!5843294/][link with a bang]]/ > - M-x org-html-export-to-html > > Expected: The HTML-file contains an italic link named "link with a bang". > > Actual: The HTML-file

Re: Patch: bug in template expansion in org-fill-template

2022-04-30 Thread Ihor Radchenko
Andrew Arensburger writes: > There appears to be a bug in `org-fill-template' (in lisp/org-macs.el): > keys to be expanded are sorted by increasing length, so that "noweb" is > processed before "noweb-ref". As a result, if a template includes > "%noweb-ref", `org-fill-template' will expand it

Re: Report error in scheme evaluation

2022-04-30 Thread Neil Jerram
On Sat, 30 Apr 2022 at 09:14, Ihor Radchenko wrote: > > Felipe Lema writes: > > > I just realized I was un-CCed out of the thread > > > > Here's the updated patch with the requested changes (actually single one) > > > > Lemme know if I'm missing anything else. > > Can you update the patch making

Re: master 4a1f69ebca 2/2: Use (TICKS . HZ) for current-time etc.

2022-04-30 Thread Max Nikulin
On 30/04/2022 01:10, Paul Eggert wrote: On 4/29/22 07:22, Max Nikulin wrote:  From my point of view, it is better to rewrite `org-compile-time' to treat the case when there were no file prior to the call as that the file has been updated without comparison of timestamps Yes, that sounds

Re: Report error in scheme evaluation

2022-04-30 Thread Ihor Radchenko
Felipe Lema writes: > I just realized I was un-CCed out of the thread > > Here's the updated patch with the requested changes (actually single one) > > Lemme know if I'm missing anything else. Can you update the patch making it a proper patch under your name? See

Re: Visibility cycling with inline tasks 2

2022-04-30 Thread Ihor Radchenko
Timothy writes: > Just marking this as a patch for :) Applied. on main as 5f184b5f2 Best, Ihor

Re: [PATCH] speed commands: error message when a key is not associated with a command

2022-04-30 Thread Juan Manuel Macías
> Ihor Radchenko writes: > >> Note that speed commands are not only decided by >> org-speed-command-activate. Any function in org-speed-command-hook can >> trigger speed command. Throwing an error in org-speed-command-activate >> can potentially shadow other functions in the hook. This other,

Re: [BUG] org parser error [N/A (N/A @ /home/oub/emacs/site-lisp/packages/org/)]

2022-04-30 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> Running org master 1f78ca45f8d534e51c1e30e9225d1da8b2e50650 >> >> And opening an org file I received the following message: >> >> >> Please report this to Org mode mailing list (M-x >> org-submit-bug-report). Disable showing Disable

Re: [BUG] Exporting italic link with bang inside to html fails to parse the link [9.5.2 (N/A @ /gnu/store/89yvbijwnvsbpa5h33mvbgh1gy9w30n2-emacs-org-9.5.2/share/emacs/site-lisp/org-9.5.2/)]

2022-04-30 Thread Ihor Radchenko
Max Nikulin writes: >> Confirmed. > > Nicolas clearly expressed that it is a feature of the Org parser though. > > Moreover, this is a duplicate of another item already tracked on > updates.orgmode.org: > > 2021-09-03 5:17 Dr. Arne Babenhauserheide Bug: PDF Export of Link fails >

[BUG] Documentation for tracking habits has wrong module name [9.5.2 (release_9.5.2-25-gaf6f12 @ /usr/local/share/emacs/28.1/lisp/org/)]

2022-04-30 Thread David Fiander
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.

Re: [PATCH] speed commands: error message when a key is not associated with a command

2022-04-30 Thread Ihor Radchenko
Juan Manuel Macías writes: > If we have speed commands activated and we type (by mistake) a character > not associated with a command, the letter is printed at point. I think a > more appropriate behavior would be: > > - key associated with a command: the command is activated > > - key not

Re: [BUG] Exporting italic link with bang inside to html fails to parse the link [9.5.2 (N/A @ /gnu/store/89yvbijwnvsbpa5h33mvbgh1gy9w30n2-emacs-org-9.5.2/share/emacs/site-lisp/org-9.5.2/)]

2022-04-30 Thread Max Nikulin
On 30/04/2022 19:34, Ihor Radchenko wrote: Max Nikulin writes: 2021-09-03 5:17 Dr. Arne Babenhauserheide Bug: PDF Export of Link fails https://list.orgmode.org/87pmtqp79s@web.de/T/#u Timothy suggested to fix `org-insert-link' somehow in than thread. Yeah. I recall a number of bug

Re: [BUG] Exporting italic link with bang inside to html fails to parse the link [9.5.2 (N/A @ /gnu/store/89yvbijwnvsbpa5h33mvbgh1gy9w30n2-emacs-org-9.5.2/share/emacs/site-lisp/org-9.5.2/)]

2022-04-30 Thread Max Nikulin
On 30/04/2022 16:37, Ihor Radchenko wrote: "Dr. Arne Babenhauserheide" writes: To reproduce: - create an org-file with the following content: /Foo [[https://taz.de/!5843294/][link with a bang]]/ - M-x org-html-export-to-html Expected: The HTML-file contains an italic link named "link with a

Re: [PATCH] speed commands: error message when a key is not associated with a command

2022-04-30 Thread Juan Manuel Macías
Ihor Radchenko writes: > Note that speed commands are not only decided by > org-speed-command-activate. Any function in org-speed-command-hook can > trigger speed command. Throwing an error in org-speed-command-activate > can potentially shadow other functions in the hook. Ah, I see... I had not

Re: bug#54764: encode-time: make DST and TIMEZONE fields of the list argument optional ones

2022-04-30 Thread Paul Eggert
On 4/30/22 04:22, Max Nikulin wrote: I posted a corrected version of my `org-encode-time' macro, but I did not add you to Cc (I sent reply through news.gmane.io), and it has no special case to check whether `encode-time' supports 6 elements list argument: Thanks, I looked at that and have

Re: [Bug] incorrect indent of next heading after org-paste-subtree

2022-04-30 Thread Ihor Radchenko
Max Nikulin writes: > Another old bug with org-paste-subtree. > > It make indentation of next heading wrong. > > Consider the following document and follow described steps: I am unable to reproduce on the latest Org. Best, Ihor

Re: [PATCH] Add make target to ease creating reproducers and testing them

2022-04-30 Thread Samuel Wales
i took another look. repro args might be enough for most users. > As for accessibility, I doubt that we can provide something that fits all > people. Not to mention that accessibility settings themselves can affect reproducer. i don't think anybody is asking for the first point. if something

Re: [PATCH] Add make target to ease creating reproducers and testing them

2022-04-30 Thread Samuel Wales
quicker repro is a great idea. long ago i created a test file that serves a similar purpose and some shell functions for variations. i have to try to reacquaint with all of that each time, which can be enough of a barrier to not repro. coupld of questions. first, is there accommodation for

Re: [BUG] Documentation for tracking habits has wrong module name [9.5.2 (release_9.5.2-25-gaf6f12 @ /usr/local/share/emacs/28.1/lisp/org/)]

2022-04-30 Thread Ihor Radchenko
David Fiander writes: > In the Org documentation, > > File: org.info, Node: Tracking your habits > > 5.3.3 Tracking your habits > > the introductory paragraph says, "To use habits, you have to enable the > ‘habits’ > module". But the name of the module is just "habit". Thanks! Fixed

Re: [PATCH] Add make target to ease creating reproducers and testing them

2022-04-30 Thread Ihor Radchenko
Samuel Wales writes: > coupld of questions. first, is there accommodation for accessibility? > e.g. if a user needs a setting for large fonts, small window size to > not be larger than monitor size, any emacs args, black bg. There is REPRO_ARGS variable. It can be used to pass any extra args

Re: [PATCH] Add make target to ease creating reproducers and testing them

2022-04-30 Thread Samuel Wales
thanks for reply. merely pointing out that: some users, myself included, need settings to make the system work at all. that is, it is impossible to use emacs. this is solved in some cases by .emacs settings and command line args. for example, just today i clicked on a download link --- for

Re: [PATCH] speed commands: error message when a key is not associated with a command

2022-04-30 Thread Ihor Radchenko
Juan Manuel Macías writes: > Ihor Radchenko writes: > >> Note that speed commands are not only decided by >> org-speed-command-activate. Any function in org-speed-command-hook can >> trigger speed command. Throwing an error in org-speed-command-activate >> can potentially shadow other functions

Re: A couple of `org-priority' fixes

2022-04-30 Thread Ihor Radchenko
Alex Giorev writes: > I found a couple of problems in org-priority, I think these patches fix > them. Marking as a patch for updates.orgmode.org Confirmed. Best, Ihor

[PATCH] Add make target to ease creating reproducers and testing them

2022-04-30 Thread Ihor Radchenko
Hi, In the Feedback section of the manual, we provide instructions on how to create reproducers: https://orgmode.org/manual/Feedback.html The instructions are nice, but I was thinking to simplify things for the users further. I propose a new make target: make repro It will run the commands we

Re: [BUG] Documentation errata [9.5.2 (release_9.5.2-25-gaf6f12 @ /usr/share/emacs/28.1/lisp/org/)]

2022-04-30 Thread Ihor Radchenko
Alessandro Bertulli writes: >> You were clearly confused by the manual text, so you may certainly be >> improved. > >> If you have a suggestion how to improve the present text in the manual, >> feel free to share it. > > I don't know if it's worth changing it, but I may suggest to change >

Re: [BUG] Exporting italic link with bang inside to html fails to parse the link [9.5.2 (N/A @ /gnu/store/89yvbijwnvsbpa5h33mvbgh1gy9w30n2-emacs-org-9.5.2/share/emacs/site-lisp/org-9.5.2/)]

2022-04-30 Thread Ihor Radchenko
Max Nikulin writes: >>> 2021-09-03 5:17 Dr. Arne Babenhauserheide Bug: PDF Export of Link fails >>> https://list.orgmode.org/87pmtqp79s@web.de/T/#u >>> >>> Timothy suggested to fix `org-insert-link' somehow in than thread. >> >> Yeah. I recall a number of bug report related to this