emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-ref, html-export, bibtex url, webpage
@ 2017-09-10 21:50 Johannes Brauer
  2017-09-11  0:38 ` John Kitchin
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Brauer @ 2017-09-10 21:50 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Hi!

isn’t it allowed to use bibtex entries @url or @webpage? Using one of them the html export complains that the entry is not found, for example:

Carro1998 not found in /Users/johannes/Documents/lehre/Informatik/Programmierparadigmen/Vorlesung/referenzen.bib
org-ref-get-bibtex-entry-citation: Wrong type argument: stringp, nil

Johannes

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: org-ref, html-export, bibtex url, webpage
  2017-09-10 21:50 org-ref, html-export, bibtex url, webpage Johannes Brauer
@ 2017-09-11  0:38 ` John Kitchin
  2017-09-11 20:15   ` Johannes Brauer
  0 siblings, 1 reply; 4+ messages in thread
From: John Kitchin @ 2017-09-11  0:38 UTC (permalink / raw)
  To: Johannes Brauer; +Cc: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 887 bytes --]

I am pretty sure you cannot use entry types that are not defined
in bibtex-BibTeX-entry-alist or bibtex-biblatex-entry-alist. You can add
types to those variables to get them to work.

John

-----------------------------------
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


On Sun, Sep 10, 2017 at 2:50 PM, Johannes Brauer <brauer@nordakademie.de>
wrote:

> Hi!
>
> isn’t it allowed to use bibtex entries @url or @webpage? Using one of them
> the html export complains that the entry is not found, for example:
>
> Carro1998 not found in /Users/johannes/Documents/lehre/Informatik/
> Programmierparadigmen/Vorlesung/referenzen.bib
> org-ref-get-bibtex-entry-citation: Wrong type argument: stringp, nil
>
> Johannes

[-- Attachment #2: Type: text/html, Size: 1517 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: org-ref, html-export, bibtex url, webpage
  2017-09-11  0:38 ` John Kitchin
@ 2017-09-11 20:15   ` Johannes Brauer
  2017-09-12  2:44     ` John Kitchin
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Brauer @ 2017-09-11 20:15 UTC (permalink / raw)
  To: John Kitchin; +Cc: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1201 bytes --]

Thanks, John, for your hint.
I am able to find bibtex-biblatex-entry-alist but not the bibtex-BibTeX-entry-alist in the Bibtex customization group.

Johannes
Am 11.09.2017 um 02:38 schrieb John Kitchin <jkitchin@andrew.cmu.edu<mailto:jkitchin@andrew.cmu.edu>>:

I am pretty sure you cannot use entry types that are not defined in bibtex-BibTeX-entry-alist or bibtex-biblatex-entry-alist. You can add types to those variables to get them to work.

John

-----------------------------------
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<http://kitchingroup.cheme.cmu.edu/>


On Sun, Sep 10, 2017 at 2:50 PM, Johannes Brauer <brauer@nordakademie.de<mailto:brauer@nordakademie.de>> wrote:
Hi!

isn’t it allowed to use bibtex entries @url or @webpage? Using one of them the html export complains that the entry is not found, for example:

Carro1998 not found in /Users/johannes/Documents/lehre/Informatik/Programmierparadigmen/Vorlesung/referenzen.bib
org-ref-get-bibtex-entry-citation: Wrong type argument: stringp, nil

Johannes



[-- Attachment #2: Type: text/html, Size: 2698 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: org-ref, html-export, bibtex url, webpage
  2017-09-11 20:15   ` Johannes Brauer
@ 2017-09-12  2:44     ` John Kitchin
  0 siblings, 0 replies; 4+ messages in thread
From: John Kitchin @ 2017-09-12  2:44 UTC (permalink / raw)
  To: Johannes Brauer; +Cc: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1725 bytes --]

Maybe it isn't in customization. Try C-h v bibtex-BibTeX-entry-alist

bibtex-BibTeX-entry-alist is a variable defined in `bibtex.el'.

You have to set it with some elisp code.

John

-----------------------------------
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


On Mon, Sep 11, 2017 at 1:15 PM, Johannes Brauer <brauer@nordakademie.de>
wrote:

> Thanks, John, for your hint.
> I am able to find bibtex-biblatex-entry-alist but not the
> bibtex-BibTeX-entry-alist in the Bibtex customization group.
>
> Johannes
>
> Am 11.09.2017 um 02:38 schrieb John Kitchin <jkitchin@andrew.cmu.edu>:
>
> I am pretty sure you cannot use entry types that are not defined
> in bibtex-BibTeX-entry-alist or bibtex-biblatex-entry-alist. You can add
> types to those variables to get them to work.
>
> John
>
> -----------------------------------
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803 <(412)%20268-7803>
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
>
>
> On Sun, Sep 10, 2017 at 2:50 PM, Johannes Brauer <brauer@nordakademie.de>
> wrote:
>
>> Hi!
>>
>> isn’t it allowed to use bibtex entries @url or @webpage? Using one of
>> them the html export complains that the entry is not found, for example:
>>
>> Carro1998 not found in /Users/johannes/Documents/lehr
>> e/Informatik/Programmierparadigmen/Vorlesung/referenzen.bib
>> org-ref-get-bibtex-entry-citation: Wrong type argument: stringp, nil
>>
>> Johannes
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 3517 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-12  2:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-10 21:50 org-ref, html-export, bibtex url, webpage Johannes Brauer
2017-09-11  0:38 ` John Kitchin
2017-09-11 20:15   ` Johannes Brauer
2017-09-12  2:44     ` John Kitchin

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).