emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ox-publish: no HTML output but no errors


From: Max Nikulin
Subject: Re: ox-publish: no HTML output but no errors
Date: Mon, 7 Mar 2022 21:59:48 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 06/03/2022 16:05, c.buhtz wrote:

On 2022-02-25 23:02 Max Nikulin wrote:
Some users may consider a broken link as a fatal error. If you need
different behavior, you can get it. See info "(org) Export Settings"
https://orgmode.org/manual/Export-Settings.html for "broken-links".

 From the manual it is not clear for me how to set that option.
In-buffer is not an option for me. I tried to set it like this

(setq org-publish-project-alist
[...]
       ("org" :components ("org-notes" "org-static")
        :broken-links "mark"

See info "(org) Publishing options"
https://orgmode.org/manual/Publishing-options.html

    :with-broken-links mark

But this has no effect.
I also tried to "(setq org-export-with_broken-links t)". But the
message keeps the same.

You have a typo in the variable name. Try completion when entering variable to minimize a chance of mistake:
    M-x customize-variable RET org-export-with-broken-links RET

You may have a look into ox.el in particular at `org-export-options-alist' that defines relations between options, export options, and global variables.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]