Sorry, I mistyped the first example in my message, it should read:
1. When exporting from an Org file to html, I want this
[[Emacs#Section-One]]
to be converted into this:
Emacs#Section-One
but instead Org export produces:
Emacs#Section-One
-- rsw
On Tue, Jul 9, 2024 at 11:08 AM Chris Keschnat wrote:
> Sébastien Gendre writes:
>
> Hi,
> I'm not actively using this but I had it configured and just tested that
> it works. It might not answer you're questions directly, but I hope it
> helps.
>
> > How to capture data from a web page to Org-m
Thanks, so much, Orm. I’ll give this a try. It does indicate that the
expirt code and parser could use a simpler setup for debugging. — rsw
On Sun, Jul 21, 2024 at 2:20 PM Orm Finnendahl <
orm.finnend...@selma.hfmdk-frankfurt.de> wrote:
> Hi,
>
> this is how I currently do the debugging of htm
Hi,
this is how I currently do the debugging of html-export (there may be
more elegant ways, but it works well for me):
- Copy (defun org-export-as ...) from ox.el into a local elisp buffer
of your liking (any buffer with the name .el should do).
- In that function add the line (setq info-deb
Dear All,
On Sun, 21 Jul 2024 at 12:15, Sébastien Gendre wrote:
> I have seen if a special keyboard shortcut is needed after selecting a
> key to cite, but neither in the documentation or the function docstring
> I found it.
> Any idea ?
I think it depends on the used completion system, but one
Hi Org developers:
I could really use some help from Org export experts. I have
been trying to tweak export link parsing to do what I want
without any success. Here is a summary of the issues and related
questions I have.
Usinf Org version "9.8-pre":
1. When exporting from an Org file to html,
Hi there! I've been using this excellent overhaul ever since it came out,
and I'd like to contribute a bug fix. I hope replying to this thread is the
right way to do that; if not, please let me know.
Recently, the previews stopped working after a system update.
* Symptom
On macOS with dvisvgm 3.
Hello,
I am trying to use the Org-mode citation system, as described in the
documentation: https://orgmode.org/manual/Citation-handling.html
For inserting a citation, I call interactively the function
org-cite-insert, as described in the documentation:
https://orgmode.org/manual/Citations.html