From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yagnesh Raghava Yakkala Subject: new latex exporter questions Date: Sun, 20 May 2012 19:44:11 +0900 Message-ID: <878vgnyvwk.fsf@okhotsk19.lowtem.hokudai.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SW5tk-0007dI-Qd for emacs-orgmode@gnu.org; Sun, 20 May 2012 09:10:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SW5tj-0002ao-2i for emacs-orgmode@gnu.org; Sun, 20 May 2012 09:10:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:33673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SW5ti-0002ak-SI for emacs-orgmode@gnu.org; Sun, 20 May 2012 09:10:11 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SW5tb-00072M-Jk for emacs-orgmode@gnu.org; Sun, 20 May 2012 15:10:03 +0200 Received: from okhotsk19.lowtem.hokudai.ac.jp ([133.87.217.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 May 2012 15:10:03 +0200 Received: from hi by okhotsk19.lowtem.hokudai.ac.jp with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 May 2012 15:10:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello Nicolas, I am trying out new exporter, I have file local variables like this --8<---------------cut here---------------start------------->8--- # Local Variables: # org-latex-to-pdf-process: ("pdflatex -interaction nonstopmode %b" "/usr/bin/bibtex %b" "pdflatex -interaction nonstopmode %b" "pdflatex -interaction nonstopmode %b") # reftex-default-bibliography: ("/home/yagnesh/git/bib/") # eval: (reftex-mode 1) # org-inlinetask-export: nil # org-e-latex-pdf-process: ("pdflatex -interaction nonstopmode %b" "/usr/bin/bibtex %b" "pdflatex -interaction nonstopmode %b" "pdflatex -interaction nonstopmode %b") # org-e-latex-format-inlinetask-function: (lambda nil "") # End: --8<---------------cut here---------------end--------------->8--- - old exporter is running fine pdf processes fine, I get the citations and bibliography. but new exporter is failing to export bibliography. I was not sure how to debug this. - new exportor asking for confirmation every time I re export to latex. how can I stop that.? --8<---------------cut here---------------start------------->8--- paper.tex changed on disk; really edit the buffer? (y, n, r or C-h) --8<---------------cut here---------------end--------------->8--- - I bound few variables using #+BIND:. exporter randomly asking for safety confirmation about binding. ( I don't know why it is random) - Inline tasks., how can i stop exporting inline tasks.? you can see above I tried to define `org-e-latex-format-inlinetask-function' and its not working. Thank you very much. -- ఎందరో మహానుభావులు అందరికి వందనములు YYR