From: myq larson <myq@wordish.org>
To: emacs-orgmode@gnu.org
Subject: Bug: Org Bable: Set R-specific buffer-wide graphics headers == no R src block eval [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/user/.emacs.d/elpa/org-20141027/)]
Date: Sat, 1 Nov 2014 17:50:37 +1300 [thread overview]
Message-ID: <CAKj87xuXnZTybJSaDi8zTJZ4G-nao9n9_7taObm6YEuOV68iPw@mail.gmail.com> (raw)
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.
------------------------------------------------------------------------
The documentation suggests that the following should be possible:
,----
| #+PROPERTY: header-args:R :exports results
| #+PROPERTY: header-args :results output graphics
| #+PROPERTY: header-args:R :width 400
|
| #+BEGIN_SRC R :file /tmp/bug.png
| plot(rnorm(100));
| #+END_SRC
`----
But the third line (`#+PROPERTY: header-args:R :width 400') silently
prevents /all/ R blocks from being evaluated. Changing the document to
the following works:
,----
| #+PROPERTY: header-args:R :exports results
| #+PROPERTY: header-args :results output graphics
|
| #+BEGIN_SRC R :width 400 :file /tmp/bug.png
| plot(rnorm(100));
| #+END_SRC
`----
but doing so means that buffer-wide, /language-specific/ header defaults can not
be set to maintain consistency (at least for R) which is unfortunate. It
seems that buffer-wide headers can be set for /specific languages/, but
not language-specific headers? Maybe I haven't read enough of the
documentation yet, but it seems like that should be possible.
Thank you very much for this wonderful code/format/project. It's very useful!
Emacs : GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2)
of 2014-02-23 on chindi10, modified by Debian
Package: Org-mode version 8.2.10 (8.2.10-1-g8b63dc-elpa @
/home/myq/.emacs.d/elpa/org-20141027/)
current state:
==============
(setq
org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
org-babel-execute-safely-maybe)
org-latex-format-headline-function 'org-latex-format-headline-default-function
org-latex-packages-alist '(("" "booktabs" t))
org-src-fontify-natively t
org-html-format-inlinetask-function 'ignore
org-tab-first-hook '(org-hide-block-toggle-maybe
org-src-native-tab-command-maybe
org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
org-cycle-hook '(org-cycle-hide-archived-subtrees
org-cycle-hide-drawers org-cycle-hide-inline-tasks
org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-speed-command-hook '(org-speed-command-default-hook
org-babel-speed-command-hook)
org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
org-fontify-done-headline t
org-babel-pre-tangle-hook '(save-buffer)
org-occur-hook '(org-first-headline-recenter)
org-src-lang-modes '(("ocaml" . tuareg) ("elisp" . emacs-lisp)
("ditaa" . artist) ("asymptote" . asy)
("dot" . fundamental) ("sqlite" . sql) ("calc" .
fundamental) ("C" . c)
("cpp" . c++) ("C++" . c++) ("screen" .
shell-script) ("bash" . sh))
org-html-format-headline-function 'ignore
org-log-done 'time
org-metaup-hook '(org-babel-load-in-session-maybe)
org-confirm-elisp-link-function 'yes-or-no-p
org-default-notes-file "notes.org"
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-babel-exp-call-line-template '\\num{%line}
org-latex-format-drawer-function '(lambda (name contents) contents)
org-export-backends '(ascii beamer html icalendar latex md odt org s5)
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
org-latex-tables-booktabs t
org-latex-default-figure-position "tbh!"
org-mode-hook '(#[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
org-journal-update-auto-mode-alist)
org-ascii-format-drawer-function '(lambda (name contents width) contents)
org-directory "~/doc/org"
org-odt-format-drawer-function '(lambda (name contents) contents)
org-latex-listings t
org-html-format-drawer-function '(lambda (name contents) contents)
org-odt-format-headline-function 'ignore
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "RESULTS" "DETAILS")
org-file-apps '((auto-mode . emacs) ("\\.mm\\'" . default)
("\\.x?html?\\'" . default)
("\\.pdf\\'" . "evince %s"))
org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-odt-format-inlinetask-function 'ignore
org-babel-tangle-lang-exts '(("latex" . "tex") ("awk" . "awk")
("perl" . "pl") ("emacs-lisp" . "el"))
org-babel-load-languages '((emacs-lisp . t) (sh . t) (perl . t) (awk
. t) (R . t) (js . t)
(ledger . t) (latex . t) (sql . t) (sqlite
. t) (plantuml . t))
org-latex-format-inlinetask-function 'ignore
org-confirm-shell-link-function 'yes-or-no-p
)
next reply other threads:[~2014-11-01 4:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-01 4:50 myq larson [this message]
2014-11-02 22:50 ` Bug: Org Bable: Set R-specific buffer-wide graphics headers == no R src block eval [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/user/.emacs.d/elpa/org-20141027/)] John Hendy
2014-11-02 22:55 ` Nicolas Goaziou
2014-11-02 22:58 ` John Hendy
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=CAKj87xuXnZTybJSaDi8zTJZ4G-nao9n9_7taObm6YEuOV68iPw@mail.gmail.com \
--to=myq@wordish.org \
--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).