From: Max Nikulin <manikulin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: ox-publish: no HTML output but no errors
Date: Mon, 7 Mar 2022 21:59:48 +0700 [thread overview]
Message-ID: <t056l6$8nd$1@ciao.gmane.io> (raw)
In-Reply-To: <4KBFzQ06YSz9rxF@submission02.posteo.de>
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.
prev parent reply other threads:[~2022-03-07 15:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-25 14:14 ox-publish: no HTML output but no errors c.buhtz
2022-02-25 16:02 ` Max Nikulin
2022-03-06 9:05 ` c.buhtz
2022-03-07 14:59 ` Max Nikulin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='t056l6$8nd$1@ciao.gmane.io' \
--to=manikulin@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).