From: Max Nikulin <manikulin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [BUG] obscure error for invalid :exports
Date: Thu, 7 Mar 2024 18:49:10 +0700 [thread overview]
Message-ID: <usc9jn$g2r$1@ciao.gmane.io> (raw)
Hi,
Trying to export (to HTML buffer)
src_elisp[:exports source]{a}
I have got an obscure error
org-export-as: Wrong type argument: char-or-string-p, nil
I believe, some meaningful error should be signaled.
I was quite surprised since the following is exported with no error
#+begin_src elisp :exports source
a
#+end_src
So source blocks are more liberal in respect to user errors.
`org-lint' warns
2 low Unknown value "source" for header ":exports"
Reproducible with Org main HEAD and 9.5.5
Of course, it should be
src_elisp[:exports code]{a}
but I was going to test org-element parser on a more tricky input and by
mistake typed wrong keyword. It took some time to figure that it is not
a parser error.
next reply other threads:[~2024-03-07 11:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-07 11:49 Max Nikulin [this message]
2024-03-08 9:46 ` [BUG] obscure error for invalid :exports Ihor Radchenko
2024-03-10 10:30 ` Max Nikulin
2024-03-12 13:10 ` Ihor Radchenko
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='usc9jn$g2r$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).