* ELPA News Format @ 2024-12-18 8:24 Psionic K 2024-12-22 17:14 ` Philip Kaludercic 0 siblings, 1 reply; 8+ messages in thread From: Psionic K @ 2024-12-18 8:24 UTC (permalink / raw) To: Emacs developers; +Cc: Philip Kaludercic [-- Attachment #1: Type: text/plain, Size: 267 bytes --] My news file is exporting the correct headings, but not the contents of that tree: https://elpa.nongnu.org/nongnu/dslide.html How should I correct the export? News file source: https://git.savannah.gnu.org/cgit/emacs/nongnu.git/plain/NEWS.org?h=elpa/dslide Thanks [-- Attachment #2: Type: text/html, Size: 510 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ELPA News Format 2024-12-18 8:24 ELPA News Format Psionic K @ 2024-12-22 17:14 ` Philip Kaludercic 2024-12-22 22:52 ` Psionic K 2024-12-24 9:32 ` Arash Esbati 0 siblings, 2 replies; 8+ messages in thread From: Philip Kaludercic @ 2024-12-22 17:14 UTC (permalink / raw) To: Psionic K; +Cc: Emacs developers Psionic K <psionik@positron.solutions> writes: > My news file is exporting the correct headings, but not the contents of > that tree: > https://elpa.nongnu.org/nongnu/dslide.html > > How should I correct the export? News file source: > https://git.savannah.gnu.org/cgit/emacs/nongnu.git/plain/NEWS.org?h=elpa/dslide I am not sure what is going on exactly, as this seems to be a org-specific issue. Perhaps the Org people can tell you when "select_tags" has an effect and when not? > Thanks ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ELPA News Format 2024-12-22 17:14 ` Philip Kaludercic @ 2024-12-22 22:52 ` Psionic K 2024-12-23 16:02 ` Philip Kaludercic 2024-12-24 9:32 ` Arash Esbati 1 sibling, 1 reply; 8+ messages in thread From: Psionic K @ 2024-12-22 22:52 UTC (permalink / raw) To: Philip Kaludercic; +Cc: Psionic K, Emacs developers > Perhaps the Org people can tell you when > "select_tags" has an effect and when not? Which exporter is used? The displayed content looks like the table of contents of a texinfo export. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ELPA News Format 2024-12-22 22:52 ` Psionic K @ 2024-12-23 16:02 ` Philip Kaludercic 2024-12-24 0:54 ` Psionic K 0 siblings, 1 reply; 8+ messages in thread From: Philip Kaludercic @ 2024-12-23 16:02 UTC (permalink / raw) To: Psionic K; +Cc: Emacs developers Psionic K <psionik@positron.solutions> writes: >> Perhaps the Org people can tell you when >> "select_tags" has an effect and when not? > > Which exporter is used? The displayed content looks like the table of > contents of a texinfo export. No, it is the HTML exporter. See https://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/elpa-admin.el?h=elpa-admin&id=193a075ada558f854da7ba19b2a50be652868a37#n1654 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ELPA News Format 2024-12-23 16:02 ` Philip Kaludercic @ 2024-12-24 0:54 ` Psionic K 2024-12-24 9:55 ` Philip Kaludercic 0 siblings, 1 reply; 8+ messages in thread From: Psionic K @ 2024-12-24 0:54 UTC (permalink / raw) To: Philip Kaludercic; +Cc: Psionic K, Emacs developers I found some behavior that looks easily remedied. ⛔ Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required). Falling back to plain text. (see ‘org-html-htmlize-output-type’) htmlize is on Non-GNU ELPA. If it is loaded, the generated HTML for the last tag looks correct. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ELPA News Format 2024-12-24 0:54 ` Psionic K @ 2024-12-24 9:55 ` Philip Kaludercic 0 siblings, 0 replies; 8+ messages in thread From: Philip Kaludercic @ 2024-12-24 9:55 UTC (permalink / raw) To: Psionic K; +Cc: Emacs developers Psionic K <psionik@positron.solutions> writes: > I found some behavior that looks easily remedied. > > ⛔ Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 > required). Falling back to plain text. (see > ‘org-html-htmlize-output-type’) > > htmlize is on Non-GNU ELPA. If it is loaded, the generated HTML for > the last tag looks correct. The warning shouldn't break exporting in general. I don't have the package installed, but when locally rendering your .org file to .html I only get the section you marked with "latest". I observe the same behaviour with the Emacs installed on the ELPA server. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ELPA News Format 2024-12-22 17:14 ` Philip Kaludercic 2024-12-22 22:52 ` Psionic K @ 2024-12-24 9:32 ` Arash Esbati 2024-12-24 9:56 ` Philip Kaludercic 1 sibling, 1 reply; 8+ messages in thread From: Arash Esbati @ 2024-12-24 9:32 UTC (permalink / raw) To: Philip Kaludercic; +Cc: Psionic K, Emacs developers Philip Kaludercic <philipk@posteo.net> writes: > I am not sure what is going on exactly, as this seems to be a > org-specific issue. While you're at it, can you please have a look at this report ase well: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74828 TIA. Best, Arash ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ELPA News Format 2024-12-24 9:32 ` Arash Esbati @ 2024-12-24 9:56 ` Philip Kaludercic 0 siblings, 0 replies; 8+ messages in thread From: Philip Kaludercic @ 2024-12-24 9:56 UTC (permalink / raw) To: Arash Esbati; +Cc: Psionic K, Emacs developers Arash Esbati <arash@gnu.org> writes: > Philip Kaludercic <philipk@posteo.net> writes: > >> I am not sure what is going on exactly, as this seems to be a >> org-specific issue. > > While you're at it, can you please have a look at this report ase well: > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74828 We first have to figure out if this is an issue with org itself or the way that ELPA invokes it. > TIA. Best, Arash ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-12-24 9:56 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-12-18 8:24 ELPA News Format Psionic K 2024-12-22 17:14 ` Philip Kaludercic 2024-12-22 22:52 ` Psionic K 2024-12-23 16:02 ` Philip Kaludercic 2024-12-24 0:54 ` Psionic K 2024-12-24 9:55 ` Philip Kaludercic 2024-12-24 9:32 ` Arash Esbati 2024-12-24 9:56 ` Philip Kaludercic
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.