emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Rasmus <rasmus@gmx.us>
Cc: emacs-orgmode@gnu.org
Subject: Re: weird ox-odt, links and images
Date: Thu, 26 Feb 2015 15:25:09 +0100	[thread overview]
Message-ID: <87fv9sagxm.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <87pp8xqye8.fsf@gmx.us> (rasmus@gmx.us's message of "Thu, 26 Feb 2015 02:01:19 +0100")

Rasmus <rasmus@gmx.us> writes:

> I think it does. . . .  I was hoping that the error output would be
> insightful in itself.
>
> I cut down my setup to a small example, but it's still pretty big...  I
> works fine with html.  Obviously it works fine with latex as well, but
> there I also don't touch formatting myself.
>
> I test from emacs -q with Org
> Org-mode version 8.3beta (release_8.3beta-862-gc76f25 @ /usr/share/emacs/site-lisp/org/)
>
> Instructions to ecm.org.
>
> - Install aux. files to /tmp via the first source block.
> - Load cite link via the second source block.
> - Export.  On my system it exports with either elm 1 or elm 2 turned on,
>   but not with both.
>   - It works with ox-html.

This one was fun. 

`org-string-nw-p' uses "\\S-" to check for non-white character in
a string. So it depends on syntax table used in the current buffer.
Usually, "\n" has a whitespace syntax, but not in `bibtex-mode'. Since
your functions set a Bibtex buffer as current buffer, return value from
`org-string-nw-p' is unreliable.

Anyway, it should be fixed. Thank you.


Regards,

  reply	other threads:[~2015-02-26 14:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-25 15:54 weird ox-odt, links and images Rasmus
2015-02-25 23:42 ` Nicolas Goaziou
2015-02-26  1:01   ` Rasmus
2015-02-26 14:25     ` Nicolas Goaziou [this message]
2015-02-26 14:33       ` Rasmus

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=87fv9sagxm.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=rasmus@gmx.us \
    /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).