Re: [WORG] 2680e65 * org-maintenance.org (Copyright assignments): Minor improvements

2024-03-26 Thread Adam Porter
On 3/26/24 09:59, Ihor Radchenko wrote: I agree. My concern was not about dropping the previous wording. What about The assignment process does not always go quickly; occasionally it may get stuck or overlooked at the FSF. If there is no response to the contributor from FSF, Org mode

Re: [Worg] CSS improvements

2024-03-26 Thread Adam Porter
On 3/26/24 09:48, Ihor Radchenko wrote: Adam Porter writes: What is the purpose of centering text if not to make it stand out? To align text. I am not sure why anything more is necessary - it is certainly counter-intuitive for me that "center" means something more than just alignment.

Question about citation formatting

2024-03-26 Thread Christian Wittern
Dear org users, This is my second paper I am formatting with the new citation framework, this time using csl for the first time, since basic does not fit the bill anymore. This paper is discussing and comparing translations to the same text. So when I mention publications in the text, I

Re: org-agenda-skip-function now evaluated on line after headline?

2024-03-26 Thread Sean Whitton
Hello, I apologies for not replying to this when the details were still fresh in my mind. I'm not sure enough of the problem now. My apologies again. -- Sean Whitton

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-26 Thread Gregor Zattler
Hi Ihor, * Ihor Radchenko [2024-03-26; 10:27 GMT]: > Gregor Zattler writes: > >> In the file.org_archive, with point on a clock line: >> >> Debugger entered--Lisp error: (wrong-type-argument fixnump nil) >> encode-time((0 nil nil nil nil nil nil -1 nil)) >> (float-time (encode-time (list 0

Re: [Worg] CSS improvements

2024-03-26 Thread David Rogers
Adam Porter writes: On 3/24/24 03:56, Ihor Radchenko wrote: Adam Porter writes: I am not sure if centered text should stand out. AFAIU, you want to add this style for the sole purpose of highlighting What is the purpose of centering text if not to make it stand out? To align text. I

[PATCH] lisp/ox-html.el: Add avif support for html export inline images

2024-03-26 Thread Ross Timson
* lisp/ox-html.el (org-html-inline-image-rules): Add AVIF image support for inline images on HTML export. AVIF is well supported by browsers these days and offers similar features and much better compression than the other image formats commonly used for the web. TINYCHANGE --- lisp/ox-html.el

Re: inline-special-block: export rules

2024-03-26 Thread Max Nikulin
On 21/03/2024 17:26, Juan Manuel Macías wrote: Max Nikulin writes: I am afraid that :export will cause confusion with :exports for source code blocks. Its name differs by just "s" but possible values have nothing common. I agree. At the moment two alternative names come to mind: :backends or

Re: [PATCH] Create commands for org-read-date-minibuffer-local-map

2024-03-26 Thread Ihor Radchenko
Laurence Warne writes: >> Applied, onto main; with minor amendments to the commit message format. >> I also added TINYCHANGE cookie as I do not see in our records that you >> have FSF copyright assignment > > I believe I have signed it previously in order to contribute to Emacs core > and ELPA

Re: [PATCH] Create commands for org-read-date-minibuffer-local-map

2024-03-26 Thread Laurence Warne
> You are also now listed as an Org mode contributor. > https://git.sr.ht/~bzg/worg/commit/fbc3129d Nice, thanks! > Applied, onto main; with minor amendments to the commit message format. > I also added TINYCHANGE cookie as I do not see in our

Re: [PATCH] Create commands for org-read-date-minibuffer-local-map

2024-03-26 Thread Ihor Radchenko
Laurence Warne writes: > I have attached a small patch which switches out inline commands in > org-read-date-minibuffer-local-map for new analogous commands. > > The intent is to aid documentation and user configuration, so the user gets > a nice description and source code when any

Re: [WORG] 2680e65 * org-maintenance.org (Copyright assignments): Minor improvements

2024-03-26 Thread Ihor Radchenko
Adam Porter writes: > ... >> According to >> https://www.gnu.org/prep/maintain/maintain.html#Copyright-Papers: >> ... >> We must use a specific form from a specific URL. > > That isn't how the Emacs maintainers handle it. They send a form by > email when asked, or direct users to use the one

Re: [Worg] CSS improvements

2024-03-26 Thread Ihor Radchenko
Adam Porter writes: >>> What is the purpose of centering text if not to make it stand out? >> >> To align text. I am not sure why anything more is necessary - it >> is certainly counter-intuitive for me that "center" means something more >> than just alignment. > > Again, what is the purpose of

Re: [PATCH] Highlight ANSI sequences in the whole buffer (was [PATCH] ANSI color on example blocks and fixed width elements)

2024-03-26 Thread Nathaniel Nicandro
Ihor Radchenko writes: > Nathaniel Nicandro writes: Hello, I've finally implemented a solution to what I've discussed previously, inserting zero width spaces as boundary characters after an ANSI sequence to act as a separator from the text after the sequence. This would handle the scenario

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-03-26 Thread Max Nikulin
On 24/03/2024 15:58, Ihor Radchenko wrote: Max Nikulin writes: On 22/03/2024 05:55, Michael wrote: I have a small patch for `org-preview-latex-process-alist' making the default setting for LaTeX source block evaluation be running latex three times (instead of the current one). I suspect it

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-26 Thread Max Nikulin
On 25/03/2024 22:46, Gregor Zattler wrote: rm -rf *; git checkout -f git clean -dffx should be a bit safer. However there is still risk to lost files have not been committed to git.

Re: [BUG] LaTeX preview should use a subdirectory in /tmp

2024-03-26 Thread Max Nikulin
On 25/03/2024 19:49, Max Nikulin wrote: (defun org-ensure-tmp-dir (dir-symbol prefix)   (let ((dir (symbol-value dir-symbol)))     ;; Temporary directory has not been cleaned.     (or (and dir (file-directory-p dir) dir) `if' should be used instead of `or' here. (setf (symbol-value

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-26 Thread Ihor Radchenko
Gregor Zattler writes: > In the file.org_archive, with point on a clock line: > > Debugger entered--Lisp error: (wrong-type-argument fixnump nil) > encode-time((0 nil nil nil nil nil nil -1 nil)) > (float-time (encode-time (list 0 (org-element--property :minute-start > timestamp nil nil)