emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Julian Burgos <julian@hafro.is>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-ref-clean-bibtex-entry and UTF-8
Date: Wed, 13 Jan 2016 09:31:37 -0500	[thread overview]
Message-ID: <m237u1r1o6.fsf@andrew.cmu.edu> (raw)
In-Reply-To: <2f4a846601c1bc8ade1b0b14d0b4072f.squirrel@webmail.hafro.is>

If you have a pretty recent org-ref, You can set a list of functions for org-ref-clean-bibtex-entry:

https://github.com/jkitchin/org-ref/blob/master/org-ref.el#L302

Use this in an init file, and remove the functions you don't want to
run.

(setq org-ref-clean-bibtex-entry-hook
  '(orcb-key-comma
    orcb-key
    orcb-&
    orcb-clean-doi
    orcb-clean-year
    orcb-clean-pages
    org-ref-sort-bibtex-entry
    org-ref-title-case-article
    org-ref-replace-nonascii))

Julian Burgos writes:

> Dear list,
>
> I am using org-ref-clean-bibtex-entry to clean up my biblatex file.  Among
> other things, this function detects if there are non-ASCII characters in
> each bibtex/biblatex entry.  My file has many non-ASCII characters that
> are exported via Latex to pdf with no problems because my setup is in
> UTF-8.  Do you know if it is possible to "turn-off" this option in
> org-ref-clean-bibtex-entry, so I do not get warnings about non-ascii
> characters?
>
> Many thanks,
>
> Julian

--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

      reply	other threads:[~2016-01-13 14:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-13 13:38 org-ref-clean-bibtex-entry and UTF-8 Julian Burgos
2016-01-13 14:31 ` John Kitchin [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=m237u1r1o6.fsf@andrew.cmu.edu \
    --to=jkitchin@andrew.cmu.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=julian@hafro.is \
    /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).