emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Beamer example (info node 12.8.6) fails to compile [9.0.7 (9.0.7-elpa @ /Users/gtomas/.emacs.d/elpa/org-20170515/)]
@ 2017-06-05 15:17 Gil Tomás
  2017-06-07  9:10 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Gil Tomás @ 2017-06-05 15:17 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 7255 bytes --]

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 mailing list.
------------------------------------------------------------------------

When copying the example provided in org-mode info node 12.8.6 to an org
buffer, and then seeking to compile it into a pdf with the beamer
exporter (C-c C-e l O), the following error message is printed into the
minibuffer:

apply: Wrong type argument: listp, #("Carsten Dominik" 0 15 (:parent (#0)))

Emacs  : GNU Emacs 25.1.1 (x86_64-apple-darwin16.4.0, NS appkit-1504.81
Version 10.12.3 (Build 16D32))
 of 2017-03-22
Package: Org mode version 9.0.7 (9.0.7-elpa @
/Users/gtomas/.emacs.d/elpa/org-20170515/)

current state:
==============
(setq
 org-hide-leading-stars t
 org-export-babel-evaluate nil
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
 org-shiftleft-final-hook '(windmove-left)
 org-latex-classes '(("beamer" "\\documentclass[presentation]{beamer}"
                      ("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     ("article" "\\documentclass[11pt]{article}"
("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
                      ("\\paragraph{%s}" . "\\paragraph*{%s}")
                      ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
                     ("report" "\\documentclass[11pt]{report}"
("\\part{%s}" . "\\part*{%s}")
                      ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}"
. "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" .
"\\part*{%s}")
                      ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}"
. "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
                      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     )
 org-speed-command-hook '(org-speed-command-default-hook
org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-src-tab-acts-natively t
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 org-log-done 'time
 org-src-window-setup 'current-window
 org-latex-format-inlinetask-function
'org-latex-format-inlinetask-default-function
 org-confirm-shell-link-function 'yes-or-no-p
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-special-ctrl-a/e t
 org-agenda-skip-scheduled-if-done t
 org-support-shift-select t
 org-latex-format-headline-function
'org-latex-format-headline-default-function
 org-default-notes-file "~/Dropbox/org/gtb.org"
 org-todo-keyword-faces '(("TODO" :background "tomato" :foreground "bisque"
:weight bold)
                          ("STARTED" :background "ForestGreen" :foreground
"bisque" :weight bold)
                          ("WAITING" :background "DarkOrange" :foreground
"bisque" :weight bold)
                          ("DONE" :background "RoyalBlue" :foreground
"bisque" :weight bold)
                          ("CANCELLED" :background "grey50" :foreground
"bisque" :weight bold))
 org-startup-indented t
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]
 org-odt-format-headline-function 'org-odt-format-headline-default-function
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
 org-tags-column -66
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '(my-org-mode-hook (lambda nil (org-bullets-mode 1))
turn-on-org-cdlatex flyspell-mode
                 company-mode rainbow-delimiters-mode smartparens-mode
er/add-org-mode-expansions
                 #[0 "\300\301\302\303\304$\207"
                   [add-hook change-major-mode-hook org-show-block-all
append local] 5]
                 #[0 "\300\301\302\303\304$\207"
                   [add-hook change-major-mode-hook
org-babel-show-result-all append local] 5]
                 org-babel-result-hide-spec org-babel-hide-all-hashes
zotelo-minor-mode
                 #[nil "\300\301!\207" [run-hooks prelude-org-mode-hook] 2])
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-use-speed-commands t
 org-ascii-format-drawer-function #[771 " \207" [] 4 "\n\n(fn NAME CONTENTS
WIDTH)"]
 org-odt-format-inlinetask-function
'org-odt-format-inlinetask-default-function
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
org-cycle-show-empty-lines
                  org-optimize-window-after-visibility-change)
 org-shiftup-final-hook '(windmove-up)
 org-bullets-bullet-list '("•")
 org-blank-before-new-entry '((heading) (plain-list-item))
 org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "WAITING(w)" "|"
"DONE(d)" "CANCELLED(c)"))
 org-modules '(org-habit)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-odd-levels-only t
 org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 org-babel-after-execute-hook '(org-display-inline-images)
 org-shiftdown-final-hook '(windmove-down)
 org-agenda-skip-deadline-if-done t
 org-html-format-headline-function
'org-html-format-headline-default-function
 org-link-parameters '(("id" :follow org-id-open) ("file+sys")
("file+emacs")
                       ("doi" :follow org--open-doi-link) ("elisp" :follow
org--open-elisp-link)
                       ("file" :complete org-file-complete-link)
                       ("ftp" :follow (lambda (path) (browse-url (concat
"ftp:" path))))
                       ("help" :follow org--open-help-link)
                       ("http" :follow (lambda (path) (browse-url (concat
"http:" path))))
                       ("https" :follow (lambda (path) (browse-url (concat
"https:" path))))
                       ("mailto" :follow (lambda (path) (browse-url (concat
"mailto:" path))))
                       ("message" :follow (lambda (path) (browse-url
(concat "message:" path))))
                       ("news" :follow (lambda (path) (browse-url (concat
"news:" path))))
                       ("shell" :follow org--open-shell-link))
 org-cycle-separator-lines 0
 org-src-preserve-indentation t
 org-html-format-inlinetask-function
'org-html-format-inlinetask-default-function
 org-habit-graph-column 50
 org-agenda-files '("~/Dropbox/org/gtd.org" "~/Dropbox/org/notes.org"
"~/Dropbox/org/culture.org")
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-confirm-babel-evaluate nil
 org-shiftright-final-hook '(windmove-right)
 )

[-- Attachment #2: Type: text/html, Size: 10200 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug: Beamer example (info node 12.8.6) fails to compile [9.0.7 (9.0.7-elpa @ /Users/gtomas/.emacs.d/elpa/org-20170515/)]
  2017-06-05 15:17 Bug: Beamer example (info node 12.8.6) fails to compile [9.0.7 (9.0.7-elpa @ /Users/gtomas/.emacs.d/elpa/org-20170515/)] Gil Tomás
@ 2017-06-07  9:10 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-06-07  9:10 UTC (permalink / raw)
  To: Gil Tomás; +Cc: emacs-orgmode

Hello,

Gil Tomás <gil.tms@gmail.com> writes:

> When copying the example provided in org-mode info node 12.8.6 to an org
> buffer, and then seeking to compile it into a pdf with the beamer
> exporter (C-c C-e l O), the following error message is printed into the
> minibuffer:
>
> apply: Wrong type argument: listp, #("Carsten Dominik" 0 15 (:parent
> (#0)))

This is a commonly reported error message. I guess it should go into the
FAQ. It means you have a mixed installation. You need to re-install Org
properly.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-07  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-05 15:17 Bug: Beamer example (info node 12.8.6) fails to compile [9.0.7 (9.0.7-elpa @ /Users/gtomas/.emacs.d/elpa/org-20170515/)] Gil Tomás
2017-06-07  9:10 ` Nicolas Goaziou

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).