From: Truong Nghiem <truong.nghiem@gmail.com>
To: Eric Schulte <schulte.eric@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: Error while exporting with LaTeX code block [7.7]
Date: Fri, 7 Oct 2011 14:25:50 -0400 [thread overview]
Message-ID: <CADNXMz-QBc9k5UtW+8uHGDM=_LGLnAmc9TLQ2CW0X8L-=ufxtQ@mail.gmail.com> (raw)
In-Reply-To: <87obxsr777.fsf@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 5446 bytes --]
I updated to the latest development version of org-mode, and everything is
fine now. Thanks.
--
Truong
On Fri, Oct 7, 2011 at 2:24 PM, Eric Schulte <schulte.eric@gmail.com> wrote:
> Hi Truong,
>
> I just exported your example below to LaTeX w/o any problem. Could you
> try updating to the latest version of Org-mode and let me know if the
> problem persists?
>
> Thanks -- Eric
>
> Truong Nghiem <truong.nghiem@gmail.com> writes:
>
> > 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.
> > ------------------------------------------------------------------------
> >
> > I created the following simple org file, with a code block in it:
> > ==== BEGIN ====
> > This is a test.
> >
> > #+BEGIN_SRC latex :exports none
> > \newcommand{\test}{Test}
> > #+END_SRC
> > ==== END ====
> >
> > Then exported it to LaTeX and had an error (backtrace attached). The
> > error always happened regardless of the value of :exports.
> >
> > Emacs : GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS
> > apple-appkit-949.54)
> > of 2011-07-29 on braeburn.aquamacs.org - Aquamacs Distribution 2.3a
> > Package: Org-mode version 7.7
> >
> > current state:
> > ==============
> > (setq
> > org-export-latex-after-initial-vars-hook
> '(org-beamer-after-initial-vars)
> > org-speed-command-hook '(org-speed-command-default-hook
> > org-babel-speed-command-hook)
> > org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
> > org-babel-load-languages '((R) (ditaa . t) (dot . t) (emacs-lisp . t)
> > (gnuplot . t) (haskell) (latex . t) (matlab . t)
> > (ocaml) (python . t) (ruby) (screen) (sh . t) (sql)
> > (sqlite))
> > org-completion-use-ido t
> > org-metaup-hook '(org-babel-load-in-session-maybe)
> > org-babel-tangle-lang-exts '(("python" . "py") ("latex" . "tex")
> > ("emacs-lisp" . "el"))
> > org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup)
> > org-export-latex-format-toc-function
> 'org-export-latex-format-toc-default
> > org-support-shift-select t
> > org-export-preprocess-hook '((lambda nil
> > (org-set-local (quote org-complex-heading-regexp)
> > "^\\(\\*+\\)[
> >
> ]+\\(?:\\(TODO\\|NEXT\\|STARTED\\|DONE\\|WAITING\\|CANCELLED\\|DEFERRED\\|PROJECT\\|FINISHED\\)\\>\\)?\\(?:[
> > ]*\\(\\[#.\\]\\)\\)?[ ]*\\(.*?\\)\\(?:[
> > ]+\\(:[[:alnum:]_@#%:]+:\\)\\)?[ ]*$")
> > )
> > )
> > org-tab-first-hook '(org-hide-block-toggle-maybe
> > org-src-native-tab-command-maybe
> > org-babel-hide-result-toggle-maybe)
> > org-src-mode-hook '(org-src-babel-configure-edit-buffer
> > org-src-mode-configure-edit-buffer)
> > org-confirm-shell-link-function 'yes-or-no-p
> > org-export-first-hook '(org-beamer-initialize-open-trackers)
> > org-babel-pre-tangle-hook '(save-buffer)
> > org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
> > org-cycle-show-empty-lines
> > org-optimize-window-after-visibility-change)
> > org-export-preprocess-before-normalizing-links-hook
> > '(org-remove-file-link-modifiers)
> > org-mode-hook '((lambda nil
> > (org-add-hook (quote change-major-mode-hook)
> > (quote org-babel-show-result-all) (quote append) (quote
> local))
> > )
> > (lambda nil
> > (org-add-hook (quote change-major-mode-hook)
> > (quote org-show-block-all) (quote append) (quote local))
> > )
> > #[nil "\300\301\302\303\304$\207"
> > [org-add-hook change-major-mode-hook org-show-block-all append
> > local]
> > 5]
> > #[nil "\300\301\302\303\304$\207"
> > [org-add-hook change-major-mode-hook org-babel-show-result-all
> > append local]
> > 5]
> > org-babel-result-hide-spec org-babel-hide-all-hashes
> > (lambda nil (auto-fill-mode 1)))
> > org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
> > org-babel-execute-safely-maybe)
> > org-confirm-elisp-link-function 'yes-or-no-p
> > org-refile-use-outline-path 'file
> > org-export-interblocks '((lob org-babel-exp-lob-one-liners)
> > (src org-babel-exp-inline-src-blocks))
> > org-enforce-todo-dependencies t
> > org-agenda-skip-deadline-if-done t
> > org-refile-allow-creating-parent-nodes 'confirm
> > org-insert-mode-line-in-empty-file t
> > org-occur-hook '(org-first-headline-recenter)
> > org-export-preprocess-before-selecting-backend-code-hook
> > '(org-beamer-select-beamer-code)
> > org-agenda-todo-ignore-deadlines t
> > org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
> > org-beamer-auto-fragile-frames
> > org-beamer-place-default-actions-for-lists)
> > org-metadown-hook '(org-babel-pop-to-session-maybe)
> > org-export-blocks '((src org-babel-exp-src-block nil)
> > (comment org-export-blocks-format-comment t)
> > (ditaa org-export-blocks-format-ditaa nil)
> > (dot org-export-blocks-format-dot nil))
> > )
> >
>
> --
> Eric Schulte
> http://cs.unm.edu/~eschulte/
>
[-- Attachment #2: Type: text/html, Size: 6911 bytes --]
prev parent reply other threads:[~2011-10-07 18:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-06 4:37 Bug: Error while exporting with LaTeX code block [7.7] Truong Nghiem
2011-10-07 18:24 ` Eric Schulte
2011-10-07 18:25 ` Truong Nghiem [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CADNXMz-QBc9k5UtW+8uHGDM=_LGLnAmc9TLQ2CW0X8L-=ufxtQ@mail.gmail.com' \
--to=truong.nghiem@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=schulte.eric@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.