emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Dave Marquardt <davemarq@linux.vnet.ibm.com>
To: emacs-orgmode@gnu.org
Subject: undefined symbol 'org-export-create-backend' when calling org-plot/gnuplot
Date: Mon, 28 Sep 2015 13:36:35 -0500	[thread overview]
Message-ID: <m3oagm9yrw.fsf@linux.vnet.ibm.com> (raw)

I attempted to plot a table after installing the 20150928 ELPA package,
and got

Debugger entered--Lisp error: (void-function org-export-create-backend)
  org-export-create-backend(:parent org :transcoders ((table lambda (table contents info) (concat nil contents nil)) (table-row lambda (row contents info) (if (eq (org-element-property :type row) (quote rule)) nil (let ((headerp (org-export-table-row-in-header-p row info)) (lastp (not (org-export-get-next-element row info))) (last-header-p (org-export-table-row-ends-header-p row info))) (when contents (cond nil nil nil (t (concat ...))))))) (table-cell lambda (cell contents info) (let ((headerp (org-export-table-row-in-header-p (org-export-get-parent-element cell) info)) (column (1+ (cdr (org-export-table-cell-address cell info))))) nil (when contents nil (cond nil (t (setq contents (funcall ... contents))))) (if (or nil (plist-get info :orgtbl-ignore-sep) (not (org-export-get-next-element
  cell info))) contents (concat contents "	")))) (macro lambda (m c i) (org-element-macro-interpreter m nil))))
  orgtbl-to-generic((("*Total time*" "*4:11*" "" "100.0") ("Time" "4:11" "" "100.0") ("CMVC" "" "0:21" "8.4") ("Connections" "" "0:23" "9.2") ("DAT" "" "0:02" "0.8") ("Defects" "" "1:24" "33.5") ("developerWorks" "" "0:02" "0.8") ("Mail" "" "0:39" "15.5") ("RDS" "" "0:06" "2.4") ("SDB" "" "0:01" "0.4") ("SDN" "" "0:01" "0.4") ("SMC-R" "" "0:01" "0.4") ("Startup" "" "0:27" "10.8") ("TCP" "" "0:02" "0.8") ("Team" "" "0:42" "16.7")) (:sep "	" :fmt org-plot-quote-tsv-field :plot-type 2d :with histograms :ind 1 :labels ("Headline" "Time" "" "%") :set ("style fill solid") :deps (4)))
  org-plot/gnuplot-to-data((("*Total time*" "*4:11*" "" "100.0") ("Time" "4:11" "" "100.0") ("CMVC" "" "0:21" "8.4") ("Connections" "" "0:23" "9.2") ("DAT" "" "0:02" "0.8") ("Defects" "" "1:24" "33.5") ("developerWorks" "" "0:02" "0.8") ("Mail" "" "0:39" "15.5") ("RDS" "" "0:06" "2.4") ("SDB" "" "0:01" "0.4") ("SDN" "" "0:01" "0.4") ("SMC-R" "" "0:01" "0.4") ("Startup" "" "0:27" "10.8") ("TCP" "" "0:02" "0.8") ("Team" "" "0:42" "16.7")) "/tmp/org-plot18132EYn" (:plot-type 2d :with histograms :ind 1 :labels ("Headline" "Time" "" "%") :set ("style fill solid") :deps (4)))
  org-plot/gnuplot()
  call-interactively(org-plot/gnuplot record nil)
  command-execute(org-plot/gnuplot record)
  execute-extended-command(nil "org-plot/gnuplot")
  call-interactively(execute-extended-command nil nil)

org-table.el has a declare-function call that points to a "org-export"
file, but I don't find such a file in either the code installed by ELPA
or the daily snapshot:

(declare-function org-export-create-backend "org-export" (&rest rest))

Calling org-plot/gnuplot worked last week, before I upgraded to 20150928.

-Dave

             reply	other threads:[~2015-09-28 18:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-28 18:36 Dave Marquardt [this message]
2015-09-29  3:37 ` undefined symbol 'org-export-create-backend' when calling org-plot/gnuplot Nick Dokos
2015-09-29 13:33   ` Dave Marquardt
2015-09-30 16:30     ` Dave Marquardt
2015-10-01 13:06       ` Dave Marquardt
2015-10-01 19:58         ` Nicolas Goaziou
2015-10-01 21:19           ` Dave Marquardt

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=m3oagm9yrw.fsf@linux.vnet.ibm.com \
    --to=davemarq@linux.vnet.ibm.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).