emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Thomas S. Dye <tsd@tsdye.com>
To: org mode <emacs-orgmode@gnu.org>
Subject: Lisp error: (void-function org-babel-get-header)
Date: Mon, 30 Nov 2015 06:34:49 -1000	[thread overview]
Message-ID: <m24mg3tphy.fsf@tsdye.com> (raw)

Aloha all,

After updating Org mode this weekend and exporting a document that
exported on Friday, I get the error in the subject.

I ran grep org-babel-get-header *.el in org-mode/lisp and didn't get a
result.

I'm still working on my first cup of coffee this AM, so I might have
missed something obvious.

Here is a backtrace:

Debugger entered--Lisp error: (void-function org-babel-get-header)
  org-babel-get-header(((:var x . "joint-posteriors") (:colname-names) (:rowname-names) (:result-params "silent") (:result-type . value) (:comments . "") (:shebang . "") (:cache . "no") (:padline . "") (:noweb . "no") (:tangle . "no") (:exports . "code") (:results . "silent") (:hlines . "no") (:session . "none")) :var)
  org-babel-variable-assignments:sh(((:var x . "joint-posteriors") (:colname-names) (:rowname-names) (:result-params "silent") (:result-type . value) (:comments . "") (:shebang . "") (:cache . "no") (:padline . "") (:noweb . "no") (:tangle . "no") (:exports . "code") (:results . "silent") (:hlines . "no") (:session . "none")))
  org-babel-execute:sh("texcount -1 -sum=1,0,0,0,0,0,0 $x.tex" ((:var x . "joint-posteriors") (:colname-names) (:rowname-names) (:result-params "silent") (:result-type . value) (:comments . "") (:shebang . "") (:cache . "no") (:padline . "") (:noweb . "no") (:tangle . "no") (:exports . "code") (:results . "silent") (:hlines . "no") (:session . "none")))
  org-babel-execute-src-block(nil ("sh" "texcount -1 -sum=1,0,0,0,0,0,0 $x.tex" ((:comments . "") (:shebang . "") (:cache . "no") (:padline . "") (:noweb . "no") (:tangle . "no") (:exports . "code") (:results . "replace") (:var . "x=(file-name-sans-extension (buffer-name))") (:session . "none") (:hlines . "no")) "" "code-tex-count" 0 64783) ((:results . "silent")))
  #[0 "\305\302\306\307#\203h\310 \204\0\311 \312\313\"\300\242\232\203d\312\314\"b\210\315!\211\316=\2033\317\320\321\322 !\"\210\202c\211\323=\203J\317\320\324\306\211\v?\205D\301#\"\210\202c\325!\211\211\262\203^\211\317\320\"\266\202b\326\327!\210\210\210\210\202\0\330\300\242!\203u\317\320\331 \"\210\332\300\242!\f\236A\211\203\211\317\320\324\306\301#\"\210\210\326\333\300\242\"\207" [("code-tex-count") ((:results . "silent")) "^[ 	]*#\\+\\(name\\|results\\|tblname\\)\\(\\[\\(<\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} ?[^
\n>]*?\\)> \\)?\\([[:alnum:]]+\\)\\]\\)?\\:[ 	]*code-tex-count\\([ 	]\\|$\\)" org-babel-update-intermediate org-babel-library-of-babel re-search-forward nil t org-in-commented-heading-p org-element-at-point org-element-property :name :post-affiliated org-element-type babel-call throw :found org-babel-lob-execute org-babel-lob-get-info src-block org-babel-execute-src-block org-babel-read-element error "Reference not found" org-babel-ref-goto-headline-id org-babel-ref-headline-body intern "Reference `%s' not found in this buffer"] 8 "\n\n(fn)"]()
  funcall(#[0 "\305\302\306\307#\203h\310 \204\0\311 \312\313\"\300\242\232\203d\312\314\"b\210\315!\211\316=\2033\317\320\321\322 !\"\210\202c\211\323=\203J\317\320\324\306\211\v?\205D\301#\"\210\202c\325!\211\211\262\203^\211\317\320\"\266\202b\326\327!\210\210\210\210\202\0\330\300\242!\203u\317\320\331 \"\210\332\300\242!\f\236A\211\203\211\317\320\324\306\301#\"\210\210\326\333\300\242\"\207" [("code-tex-count") ((:results . "silent")) "^[ 	]*#\\+\\(name\\|results\\|tblname\\)\\(\\[\\(<\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} ?[^
\n>]*?\\)> \\)?\\([[:alnum:]]+\\)\\]\\)?\\:[ 	]*code-tex-count\\([ 	]\\|$\\)" org-babel-update-intermediate org-babel-library-of-babel re-search-forward nil t org-in-commented-heading-p org-element-at-point org-element-property :name :post-affiliated org-element-type babel-call throw :found org-babel-lob-execute org-babel-lob-get-info src-block org-babel-execute-src-block org-babel-read-element error "Reference not found" org-babel-ref-goto-headline-id org-babel-ref-headline-body intern "Reference `%s' not found in this buffer"] 8 "\n\n(fn)"])
  org-babel-ref-resolve("code-tex-count()")
  org-babel-ref-parse("results=code-tex-count()")
  #[(el) "\b:\203\a\b\207\301\b!\207" [el org-babel-ref-parse] 2]("results=code-tex-count()")
  mapcar(#[(el) "\b:\203\a\b\207\301\b!\207" [el org-babel-ref-parse] 2] ("results=code-tex-count()"))

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

             reply	other threads:[~2015-11-30 16:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-30 16:34 Thomas S. Dye [this message]
2015-11-30 17:08 ` Lisp error: (void-function org-babel-get-header) Kyle Meyer
2015-11-30 18:28   ` Thomas S. Dye

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m24mg3tphy.fsf@tsdye.com \
    --to=tsd@tsdye.com \
    --cc=emacs-orgmode@gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).