Re: [PATCH] Ability to specify :html-head as a function

2024-07-07 Thread Nathan Nichols
OK, I fixed the commit message and other issues that you mentioned. Please let me know if theres anything else. On Tue, Jul 2, 2024 at 7:58 AM Ihor Radchenko wrote: > Nathan Nichols writes: > > > Ok here's an updated patch. Please let me know if there's anything else. >

Re: [PATCH] Ability to specify :html-head as a function

2024-06-30 Thread Nathan Nichols
Ok here's an updated patch. Please let me know if there's anything else. On Sun, Jun 30, 2024 at 4:30 AM Rudolf Adamkovič wrote: > Nathan Nichols writes: > > > +(defun org-html-normalize-str-or-fn (input &rest args) > > How about > > org-html-norma

Re: [PATCH] Ability to specify :html-head as a function

2024-06-29 Thread Nathan Nichols
Ok, here's a patch. Please let me know if this is acceptable or not. On Sat, Jun 22, 2024 at 8:33 AM Ihor Radchenko wrote: > Nathan Nichols writes: > > >> This looks like a copy-paste of `org-element-normalize-string'. > >> Why not simply calling `org-el

Re: [PATCH] Ability to specify :html-head as a function

2024-06-21 Thread Nathan Nichols
-normalize-string` instead. > Also, may we move this discussion to Org mailing list? I prefer the > discussions and development to be public (it helps future maintainers). Yes, of course. I think I just forgot to hit "reply all". On Fri, Jun 21, 2024 at 4:47 AM Ihor Radchenko wrote

[PATCH] Ability to specify :html-head as a function

2024-05-13 Thread Nathan Nichols
Hello org-mode users, Here's a patch that adds the ability to specify :html-head as a function. I think this is a logical change because: 1. It provides a wider range of options for how to use :html-head (before :html-head could only be a string, now it can also be a function.) 2. It is consisten