emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: BABEL Buffer-wide header arguments are NOT effective [7.8.11]
@ 2012-08-30 15:39 Feiming Chen
  2012-08-30 15:53 ` Eric Schulte
  0 siblings, 1 reply; 5+ messages in thread
From: Feiming Chen @ 2012-08-30 15:39 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 2419 bytes --]

Hi: Could anyone help with the following problem? 

Please see the attached file "a.org" with its text export "a.txt" (from C-c C-e 
a). 


Test 1 is using "buffer-wide header arguments" BUT the evaluation result is not 
inserted into the exported file.  I am following the Org Manual section 14.8.1 
(Using header arguments).

Test 2 is using "code block specific header arguments" and works as expected.  

 
For this test, I start emacs with "emacs -Q", use org-version 7.8.11, and 
enabled " Org Confirm Babel Evaluate" and add R to "Org Babel Load Languages". 


Thanks a lot for your help! 

Sincerely, 
Feiming Chen

------------------------------------------------------------------------


Emacs  : GNU Emacs 24.1.1 (i686-pc-linux-gnu, GTK+ Version 2.22.0)
 of 2012-08-13 on fmc.work
Package: Org-mode version 7.8.11

current state:
==============
(setq
 org-export-blocks '((src org-babel-exp-src-block nil)
             (export-comment org-export-blocks-format-comment t)
             (ditaa org-export-blocks-format-ditaa nil)
             (dot org-export-blocks-format-dot nil))
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
              org-babel-execute-safely-maybe)
 org-export-preprocess-before-selecting-backend-code-hook 
'(org-beamer-select-beamer-code)
 org-tab-first-hook '(org-hide-block-toggle-maybe
              org-src-native-tab-command-maybe
              org-babel-hide-result-toggle-maybe)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
          org-cycle-show-empty-lines
          org-optimize-window-after-visibility-change)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-confirm-babel-evaluate nil
 org-speed-command-hook '(org-speed-command-default-hook
              org-babel-speed-command-hook)
 org-babel-pre-tangle-hook '(save-buffer)
 org-occur-hook '(org-first-headline-recenter)
 org-export-interblocks '((src org-babel-exp-non-block-elements))
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-reveal-start-hook '(org-decrypt-entry)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-export-preprocess-before-normalizing-links-hook 
'(org-remove-file-link-modifiers)
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-mode-hook '(#[nil
           "\305\306    >\203

[-- Attachment #1.2: Type: text/html, Size: 3394 bytes --]

[-- Attachment #2: a.txt --]
[-- Type: text/plain, Size: 573 bytes --]

                                  a
                                  =

Author: Feiming Chen
Date: 2012-08-30 11:27:38 EDT


Table of Contents
=================
1 test 1: Buffer-wide header arguments are NOT effective
2 test 1: Code block specific header arguments are effective


1 test 1: Buffer-wide header arguments are NOT effective 
---------------------------------------------------------


  print(pi)


2 test 1: Code block specific header arguments are effective 
-------------------------------------------------------------


  print(pi)


[1] 3.141593







[-- Attachment #3: a.org --]
[-- Type: application/octet-stream, Size: 282 bytes --]

#+PROPERTY: exports both
#+PROPERTY: results output

* test 1: Buffer-wide header arguments are NOT effective
#+begin_src R 
  print(pi)
#+end_src

* test 1: Code block specific header arguments are effective
#+begin_src R :exports both :results output 
  print(pi)
#+end_src







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

end of thread, other threads:[~2012-09-04 21:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-30 15:39 Bug: BABEL Buffer-wide header arguments are NOT effective [7.8.11] Feiming Chen
2012-08-30 15:53 ` Eric Schulte
2012-08-31 16:38   ` Feiming Chen
2012-08-31 16:57     ` Eric Schulte
2012-09-04 21:26       ` Feiming Chen

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