Re: Problem with finding css file with orgmode blogging setup

2025-03-22 Thread Rohit Patnaik
Org-publish, by default, only processes org files. If you want to include CSS files, images, and other non-org content, you need to process them as attachments. So, for example, this is what I have: (setq org-publish-project-alist '(("website-orgfiles" :base-directory "$HOME/website_src/"

Problem with finding css file with orgmode blogging setup

2025-03-22 Thread Ashish Panigrahi
Hi all, I'm trying to shift from my current blogging setup to using orgmode only with org-publish. I seem to be having trouble with org-publish finding my css file. The following is the file tree of my current situation: . ├── build.sh ├── css │   └── style.css ├── html │   └── index.html ├── M

Re: Announcing org-publish-rss.el

2025-03-22 Thread mbork
On 2025-03-21, at 23:29, Thomas Ingram wrote: > Please let me know if you have any thoughts or suggestions, thanks! Interesting. I don't use org-publish, but I also created an extremely simple RSS generator in my minimalistic Org-Clive blogging engine: https://gitlab.com/mbork_mbork_pl/org-cli

[PATCH] Add xdv support for latex preview

2025-03-22 Thread Billy Lei
Add a new proces "xelatex", which support using xelatex to generate xdv and dvisvgm to convert it to svg. This will add support for previewing LaTeX fragments with CJK characters.From 776e6d95d20afaef1a189383ce76e57384c3c2f4 Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Sat, 22 Mar 2025 10:20:5