From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Bug: Org-Babel Mode R Plot Output to LaTeX File [Babel] [7.5] Date: Mon, 18 Jul 2011 10:36:28 -0600 Message-ID: <87vcuz8s1f.fsf@gmail.com> References: <1311005985.52922.YahooMailClassic@web81703.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiqoD-00011D-TF for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 12:36:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qiqo9-0000Wb-1l for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 12:36:41 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:46285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qiqo8-0000WV-Kb for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 12:36:36 -0400 Received: by iyb14 with SMTP id 14so2278800iyb.0 for ; Mon, 18 Jul 2011 09:36:35 -0700 (PDT) In-Reply-To: <1311005985.52922.YahooMailClassic@web81703.mail.mud.yahoo.com> (Feiming Chen's message of "Mon, 18 Jul 2011 09:19:45 -0700 (PDT)") 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: Feiming Chen Cc: emacs-orgmode@gnu.org Feiming Chen writes: > Hi Eric:=20 > > Thanks a lot!=C2=A0=C2=A0 It would be nice if Org-Babel model could > automatically add the "#+ATTR_LaTeX" lines (from the hint in the R > code header line) during LaTeX export. > I don't think this will happen at least in the near term, as searching out and creating/changing org export directives would be a major change to the current behavior which inserts code results, and would cross some semantic lines separating parts of Org-mode. In this case I don't think the relatively limited convenience justifies the added complexity. > > Somehow I failed to compile the file on my system.=C2=A0 It seems the lin= e: > > #+ATTR_LaTeX: width=3D5px > > has corrupted the PDF file generated in R.=C2=A0=C2=A0 Because after "C-c= C-e d",=C2=A0 I get the following error: > > !pdfTeX error: pdflatex (file ./a3.pdf): PDF inclusion: required page doe= s not exist <0> > > =C2=A0=3D=3D> Fatal error occurred, no output PDF file produced! > > > and=C2=A0 I could not open the PDF file of the R plot any more (the error > message is "Cannot display this page! Maybe because of a conversion > failure").=C2=A0=C2=A0 > > Attached is the simplified org file that failed on "LaTeX transport" on m= y computer.=C2=A0=20 > I believe in this case the problem is caused by the lack of any headline levels. The LaTeX exporter can be weird about headline levels, try adding a line like * top to the org file before the code block. That fixes the problem on my system. Also, there is no way that an #+attr_latex line could affect the execution of a code block, precisely because of the simplifying separation of distinct components mentioned earlier. Best -- Eric > > Thanks!=C2=A0 > > Sincerely,=20 > > Feiming Chen > > --- On Fri, 7/15/11, Eric Schulte wrote: > > From: Eric Schulte > Subject: Re: [O] Bug: Org-Babel Mode R Plot Output to LaTeX File [Babel] = [7.5] > To: "Feiming Chen" > Cc: emacs-orgmode@gnu.org > Date: Friday, July 15, 2011, 9:32 AM > > Hi Feiming, > > The "width" and "height" header arguments are passed to R to affect the > size of the generated file e.g., > > =C2=A0 png(filename=3D"a1.png",width=3D500,height=3D500) > > however they do not affect the generated latex code.=C2=A0 Luckily Org-mo= de > does support passing information like image width to latex figures.=C2=A0= See > my attached version of your test file which uses #+ATTR_LaTeX lines to > specify the width during LaTeX > export. > > Best -- Eric > > > -----Inline Attachment Follows----- > > > Feiming Chen writes: > >> Hi, I like org-mode and org-babel mode very much, but recently I am=C2= =A0 having problems outputting R graphics to LaTeX report with >> Org-Babel mode.=C2=A0 Attached is my test file, where I am generating 4 >> simple plots of different sizes and format (.png or .pdf).=C2=A0 The HTML >> export is satisfactory, however, the LaTeX export (C-c C-e l) presents t= wo problems:=20 >> >> =C2=A0=C2=A0=C2=A0 1.=C2=A0 All 4 plots have the same size (10em) which = is different from the >> =C2=A0=C2=A0=C2=A0 header specification and is too small. >> >> \includegraphics[width=3D10em]{a1.png} ... >> \includegraphics[width=3D10em]{a2.png} ... >> > \includegraphics[width=3D10em]{a3.pdf} ... >> \includegraphics[width=3D10em]{a4.pdf} ... >> >> =C2=A0=C2=A0=C2=A0 2. While exporting to PDF file, the R code is mysteri= ously lost in >> =C2=A0=C2=A0=C2=A0 the R execution for the PDF output of the plots and t= he compilation failed correspondingly:=20 >> >>> pdf(file=3D"a3.pdf",width=3D5,height=3D5) >>>=20 >>> dev.off() >>> pdf(file=3D"a4.pdf",width=3D10,height=3D10) >>> >>> dev.off() >> >> >> Hopefully you can replicate my errors and help me on this.=C2=A0 Thanks a >> lot! >> >> Best regards,=20 >> Feiming Chen >> >> ____________________________________________________________ >> >> >> Emacs=C2=A0 : GNU Emacs 23.2.1 (i386-redhat-linux-gnu, GTK+ Version 2.21= .4) >> =C2=A0of 2010-07-08 on x86-05.phx2.fedoraproject.org >> Package: Org-mode version 7.5 >> >> current state: >> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> (setq >> =C2=A0org-file-apps '((auto-mode . emacs) ("\\.mm\\'" . default) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0("\\.x?html?\\'" . "firefox = %s") ("\\.pdf\\'" . "evince %s")) >> =C2=A0org-export-latex-after-initial-vars-hook '(org-beamer-after-initia= l-vars) >> =C2=A0org-hide-block-startup t >> =C2=A0org-speed-command-hook '(org-speed-command-default-hook >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 org-babe= l-speed-command-hook) >> =C2=A0org-src-fontify-natively t >> =C2=A0org-babel-load-languages '((emacs-lisp . t) (R . t)) >> =C2=A0org-metaup-hook '(org-babel-load-in-session-maybe) >> =C2=A0org-after-todo-state-change-hook '(org-clock-out-if-current) >> =C2=A0org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup) >> =C2=A0org-export-latex-format-toc-function 'org-export-latex-format-toc-= default >> =C2=A0org-tab-first-hook > '(org-hide-block-toggle-maybe >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 org= -src-native-tab-command-maybe >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 org= -babel-hide-result-toggle-maybe) >> =C2=A0outline-regexp "\\*+ " >> =C2=A0org-src-mode-hook '(org-src-babel-configure-edit-buffer >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 org-src-m= ode-configure-edit-buffer) >> =C2=A0org-confirm-shell-link-function 'yes-or-no-p >> =C2=A0org-reveal-start-hook '(org-decrypt-entry) >> =C2=A0org-export-first-hook '(org-beamer-initialize-open-trackers) >> =C2=A0org-format-latex-header >> "\\documentclass{article}\n\\usepackage[usenames]{color}\n\\usepackage{a= msmath}\n\\usepackage[mathscr]{eucal}\n% >> Feiming's Customization >> BEGIN\n\\usepackage[colorlinks=3Dtrue]{hyperref}\n\\input{/home/chen/lib= /math.tex}\n% >> Feiming's > Customization END\n\\pagestyle{empty}=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 % do not >> remove\n[PACKAGES]\n[DEFAULT-PACKAGES]\n% The settings below are >> copied from >> fullpage.sty\n\\setlength{\\textwidth}{\\paperwidth}\n\\addtolength{\\te= xtwidth}{-3cm}\n\\setlength{\\oddsidemargin}{1.5cm}\n\\addtolength{\\oddsid= emargin}{-2.54cm}\n\\setlength{\\evensidemargin}{\\oddsidemargin}\n\\setlen= gth{\\textheight}{\\paperheight}\n\\addtolength{\\textheight}{-\\headheight= }\n\\addtolength{\\textheight}{-\\headsep}\n\\addtolength{\\textheight}{-\\= footskip}\n\\addtolength{\\textheight}{-3cm}\n\\setlength{\\topmargin}{1.5c= m}\n\\addtolength{\\topmargin}{-2.54cm}" >> =C2=A0org-startup-indented t >> =C2=A0org-agenda-before-write-hook '(org-agenda-add-entry-text) >> =C2=A0org-babel-pre-tangle-hook '(save-buffer) >> =C2=A0org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-d= rawers >> > =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 org-cycle-show-empty-lines >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 org-optimize-window-after-v= isibility-change) >> =C2=A0org-export-preprocess-before-normalizing-links-hook '(org-remove-f= ile-link-modifiers) >> =C2=A0org-use-speed-commands t >> =C2=A0org-mode-hook '(turn-on-org-cdlatex >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0(lambda nil >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 (setq org-mouse-context-men= u-function >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (quote org-mouse-cont= ext-menu)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 (when (memq (quote context-= menu) org-mouse-features) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (org-defkey org-mouse= -map [mouse-3] nil) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (org-defkey org-mode-= map [mouse-3] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 > =C2=A0=C2=A0=C2=A0 (quote org-mouse-show-context-menu)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 (org-defkey org-mode-map [d= own-mouse-1] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (quote org-mouse-down= -mouse)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 (when (memq (quote context-= menu) org-mouse-features) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (org-defkey org-mouse= -map [C-drag-mouse-1] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (quote org-mous= e-move-tree)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (org-defkey org-mouse= -map [C-down-mouse-1] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (quote org-mous= e-move-tree-start)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 (when (memq (quote yank-lin= k) > org-mouse-features) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (org-defkey org-mode-= map [S-mouse-2] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (quote org-mous= e-yank-link)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (org-defkey org-mode-= map [drag-mouse-3] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (quote org-mous= e-yank-link)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 (when (memq (quote move-tre= e) org-mouse-features) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (org-defkey org-mouse= -map [drag-mouse-3] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (quote org-mous= e-move-tree)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (org-defkey org-mouse= -map [down-mouse-3] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (quote > org-mouse-move-tree-start)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 (when (memq (quote activate= -stars) org-mouse-features) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (font-lock-add-keywor= ds nil >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (\` >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 (((\, out= line-regexp) 0 >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 (\` >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (face org-link = mouse-face highlight keymap >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0(\, org-m= ouse-map)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 (quote prepend)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 t) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 (when (memq (quote activate= -bullets) org-mouse-features) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (font-lock-add-keywor= ds nil >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (\` >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 (("^[=C2= =A0=C2=A0 =C2=A0]*\\([-+*]\\|[0-9]+[.)]\\) +" >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 (1 >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (\` >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0(face org= -link keymap (\, org-mouse-map) mouse-face >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 > =C2=A0=C2=A0=C2=A0 =C2=A0 highlight) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (quote prepend)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 t) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 (when (memq (quote activate= -checkboxes) org-mouse-features) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (font-lock-add-keywor= ds nil >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (\` >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 (("^[=C2= =A0=C2=A0 =C2=A0]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ > X]\\]\\)" >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 (2 >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (\` >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0(face bol= d keymap (\, org-mouse-map) mouse-face >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 highligh= t) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 t) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 t) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 (defadvice org-open-at-point >> > =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (around org-mouse-ope= n-at-point activate) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (let ((context (org-c= ontext))) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 (cond ((assq :h= eadline-stars context) (org-cycle)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 ((assq :c= heckbox context) (org-toggle-checkbox)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 ((assq :i= tem-bullet context) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (le= t ((org-cycle-include-plain-lists t)) (org-cycle))) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 (t ad-do-= it)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 > =C2=A0#[nil "\300\301\302\303\304$\207" >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 [org-add-hook change-= major-mode-hook org-show-block-all append >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 local] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 5] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0#[nil "\300\301\302\303\304$= \207" >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 [org-add-hook change-= major-mode-hook org-babel-show-result-all >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 append local] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 5] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0org-babel-result-hide-spec o= rg-babel-hide-all-hashes) >> =C2=A0org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute= -safely-maybe) >> =C2=A0org-confirm-elisp-link-function 'yes-or-no-p >> =C2=A0org-agenda-mode-hook '((lambda nil >> > =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0(setq org= -mouse-context-menu-function >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 (quote o= rg-mouse-agenda-context-menu)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0(org-defk= ey org-agenda-mode-map [mouse-3] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 (quote o= rg-mouse-show-context-menu)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0(org-defk= ey org-agenda-mode-map [down-mouse-3] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 (quote o= rg-mouse-move-tree-start)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0(org-defk= ey org-agenda-mode-map [C-mouse-4] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 (quote o= rg-agenda-earlier)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0(org-defk= ey > org-agenda-mode-map [C-mouse-5] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 (quote o= rg-agenda-later)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0(org-defk= ey org-agenda-mode-map [drag-mouse-3] >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 (quote >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 (l= ambda (event) (interactive "e") >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0 (case (org-mouse-get-gesture event) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0=C2=A0 (:left (org-agenda-earlier 1)) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0=C2=A0 (:right (org-agenda-later 1))) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0 > ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 ) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 ) >> =C2=A0org-export-interblocks '((lob org-babel-exp-lob-one-liners) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0 (src org= -babel-exp-inline-src-blocks)) >> =C2=A0org-occur-hook '(org-first-headline-recenter) >> =C2=A0org-export-preprocess-before-selecting-backend-code-hook '(org-bea= mer-select-beamer-code) >> =C2=A0org-confirm-babel-evaluate nil >> =C2=A0org-infojs-options '((path . "http://bancs.bdx.com/chen/lib/org-in= fo.js") >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (vi= ew . "overview") (toc . "nil") (ftoc . "0") >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (tdepth . "max") (sdepth . "max") (mouse = . "underline") >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (bu= ttons . "0") (ltoc . "1") (up . :link-up) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (ho= me . :link-home)) >> =C2=A0org-src-tab-acts-natively t >> =C2=A0org-export-latex-final-hook '(org-beamer-amend-header org-beamer-f= ix-toc >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 org-beamer-auto-fragile-frames >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 org-beamer-place-default-actions-for-lists) >> =C2=A0org-metadown-hook '(org-babel-pop-to-session-maybe) >> =C2=A0org-export-blocks '((src org-babel-exp-src-block nil) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 (comment = org-export-blocks-format-comment > t) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 (ditaa or= g-export-blocks-format-ditaa nil) >> =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 (dot org-= export-blocks-format-dot nil)) >> =C2=A0) >> >> --=20 Eric Schulte http://cs.unm.edu/~eschulte/