[O] How to change the default bibtex key?

2017-05-14 Thread
The default bibtex key in org-ref is author-year-title, I want to change that to the Jabref style: AuthorYearJour,just like Steven2016LancetOncol. How to do that? Thank you!

[O] open pdfs in subdirectories in org-ref

2016-09-23 Thread
I want to open pdfs in subdirectories in org-ref as described as https://github.com/jkitchin/org-ref/issues/172 my .emacs is configued as following (setq org-ref-open-pdf-function 'my/org-ref-open-pdf-at-point) (defun my/org-ref-open-pdf-at-point () "Open the pdf for bibtex key under point if

[O] How to configure the drag-n-drop function?

2016-08-01 Thread
I’ve configure my .emacs as that in README.org , but the drag-n-drop function doesn’t work, neither pdf nor url. Are there any other configuration needed? Thank you for your help!

[O] How to export org file into mobi or azw3 file?

2016-06-06 Thread

[O] How to omit "_" in org?

2016-03-02 Thread
I want to write CN01_003_pla, in which the “_” doesn’t represent subscript. How to do this? Thank you!

Re: [O] Use org-ref to query pubmed under emacs

2016-03-01 Thread
hin <johnrkitc...@gmail.com> wrote: > > I don't think so. See > https://github.com/jkitchin/org-ref/blob/master/org-ref-pubmed.Ella for what > is possible. It is mostly links and functions that open a browser to search. > > On March 1, 2016, at 4:38 AM, 童俊翔 <

[O] Use org-ref to query pubmed under emacs

2016-03-01 Thread
Is it possible to use org-ref to query pubmed under emacs? Just like Pubmod. Junxiang

Re: [O] How to add left superscripts

2016-02-29 Thread
Yes, it works, thank you! Junxiang > On 29 Feb 2016, at 17:57, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > > Hello, > > 童俊翔 <tongjunxi...@gmail.com> writes: > >> How to add left superscripts without using additional packages in >> org-mod

[O] How to add left superscripts

2016-02-28 Thread
How to add left superscripts without using additional packages in org-mode?

[O] bibliography in exporting docx using ox-pandoc+org-ref

2016-02-22 Thread
I’m trying to use ox-pandoc to export files from org, I’ve installed pandoc and pandoc-citeproc and copied nature.csl to the working directory, and added the following scripts in the head of the org file #+pandoc_options: csl:nature.csl But when I save the org file, the feedback is Error:

[O] bibliography style under ox-pandoc + org-ref to export docx

2016-02-20 Thread
How to config the bibliography style under ox-pandoc + org-ref to export docx? I can not find citeproc in melpa. Thank you! Junxiang

Re: [O] melpa

2016-02-19 Thread
> --- > 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/&g

[O] How to set bibliography style to export docx by ox-pandoc

2016-02-19 Thread
Is there any bst template for docx? How do you do it? Thank you! Junxiang

Re: [O] melpa

2016-02-19 Thread
n > > --- > 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/> >

Re: [O] Melpa crashed?

2016-02-19 Thread
I can not connect to elpa, although I can connect melpa, I still can not install packages through melpa. What’s the problem? > On 19 Feb 2016, at 23:05, Josiah Schwab <jsch...@gmail.com> wrote: > > Hello Junxiang, > > On 19 February 2016 at 06:11 PST, 童俊翔 wrote:

[O] Melpa crashed?

2016-02-19 Thread
I’m trying to install packages with melpa, the result is error in process filter: Error retrieving: https://melpa.org/packagesarchive-contents (error http 404) [2 times] What’s the problem? Thank you! Junxiang

[O] melpa

2016-02-18 Thread
I’m using melpa, and org is updated to the newest version but my org-version is still 8.2.10, as follows Org-mode version 8.2.10 (release_8.2.10 @ /Users/mac/.emacs.d/elpa/org-20160215/) How to solve this problem? thank you! Junxiang

Re: [O] ox-pandoc - org-mode + org-ref to docx with bibliographies

2016-02-18 Thread
macs.d/elpa/org-20160215/) I’ve tried to add require ‘ox, and it’s not the case. Maybe it is caused by a mixed installation. How to solve this problem? Thank you! Junxiang > On 18 Feb 2016, at 19:15, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > > On Thursday, 18 Feb 201

[O] ox-pandoc - org-mode + org-ref to docx with bibliographies

2016-02-18 Thread
I’m trying to export org to docx via ox-pandoc, following this guidance, http://kitchingroup.cheme.cmu.edu/blog/category/docx/ my .emacs is as follows: (add-to-list 'exec-path "/usr/local/bin") (require 'ox-pandoc) (setq

[O] symbol's function definition is void: org-find-property

2016-02-07 Thread
I want to use capture, the following is my configuration in .emacs ;;(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-cc" 'org-capture) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) ;;capture

[O] How to edit and export org file in iOS devices?

2015-12-25 Thread

[O] What's the best editor for org file in iOS?

2015-11-16 Thread
Since the mobile internet and cloud storage are easily accessible, which app do you use to edit org files in iOS devices?

[O] export to beamer

2015-11-04 Thread
I want to export org to beamer. It worked well previously when I press C-c C-e l O. But in recent days, when I press C-c C-e l, the options for beamer are missing. I can only export to pdf, not beamer. What’s the problem, and what can I do? Thanks a lot!

[O] export to beamer

2015-11-04 Thread
I want to export org to beamer. It worked well previously when I press C-c C-e l O. But in recent days, when I press C-c C-e l, the options for beamer are missing. I can only export to pdf, not beamer. What’s the problem, and what can I do? Thanks a lot!

[O] Bug: can not export pdf file [8.2.7c (8.2.7c-elpa @ /Users/mac/.emacs.d/elpa/org-20140730/)]

2014-08-02 Thread
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.