Re: [O] [PATCH] Add latex option to ox-bibtex.el

2013-07-13 Thread Nicolas Goaziou
Hello, feng shu tuma...@gmail.com writes: I want to add a option which can setting bib for html export and latex export separately, As it for the reason: 1. bibtex2html can't work well with complex bib style, so using a simple style and making it show correctly is reasonable choose,

Re: [O] [PATCH] Add latex option to ox-bibtex.el

2013-07-13 Thread Feng Shu
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, feng shu tuma...@gmail.com writes: I want to add a option which can setting bib for html export and latex export separately, As it for the reason: 1. bibtex2html can't work well with complex bib style, so using a simple style and making

Re: [O] [PATCH] Add latex option to ox-bibtex.el

2013-07-12 Thread Nicolas Goaziou
Hello, feng shu tuma...@gmail.com writes: From 34d1af7f1b0ecb38000f7a19ad17f3d7bfdf26fa Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Fri, 12 Jul 2013 15:14:56 +0800 Subject: [PATCH] Add latex optional option to ox-bibtex * ox-bibtex.el (org-latex-keyword,

Re: [O] [PATCH] Add latex option to ox-bibtex.el

2013-07-12 Thread feng shu
Really? This problem can be resolved with hooks or filters? Could you give me more informations or a example? -- Forwarded message -- From: Nicolas Goaziou n.goaz...@gmail.com Date: Fri, Jul 12, 2013 at 6:36 PM Subject: Re: [PATCH] Add latex option to ox-bibtex.el To: feng shu

Re: [O] [PATCH] Add latex option to ox-bibtex.el

2013-07-12 Thread Nicolas Goaziou
Really? This problem can be resolved with hooks or filters? Could you give me more informations or a example? Perhaps something like the following (untested) should do the trick: (defun my-bibliography-selector-hook (backend) (case backend (latex (when (save-excursion

Re: [O] [PATCH] Add latex option to ox-bibtex.el

2013-07-12 Thread feng shu
I want to add a option which can setting bib for html export and latex export separately, As it for the reason: 1. bibtex2html can't work well with complex bib style, so using a simple style and making it show correctly is reasonable choose, 2. bibtex2html can't find bib style in current dir,