[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] No pictures when exporting narrowed/subtree
From: |
Ken Williams |
Subject: |
[O] No pictures when exporting narrowed/subtree |
Date: |
Wed, 4 Jan 2012 17:00:03 -0600 |
Hi,
If I export the following document to HTML, I see the 'testout.png' plot as
desired.
However, if I put my cursor near "Some more text" and choose 'switch
buffer/subtree export' when exporting, or if I narrow (C-x n d) to that subtree
and then export, the 'testout.png' plot doesn't show up.
I'm still using orgmode 7.7, but I didn't see anything pertaining to this in
the Changes file for 7.8, is it still an issue there?
-Ken
Emacs : GNU Emacs 23.3.1 (i386-mingw-nt6.1.7600)
of 2011-03-10 on 3249CTO
Package: Org-mode version 7.7
===================================
#+TITLE: A Document
#+AUTHOR: Ken Williams
#+BABEL: :session *Rt* :results output :exports both
* Section 1
Some text.
* Section 2
Some more text.
#+begin_src R :results graphics :file testout.png
plot(1:10, (1:10)^2)
#+end_src
#+results:
[[file:testout.png]]
Where's the plot?
===================================
--
Ken Williams, Senior Research Scientist
WindLogics
http://windlogics.com
CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information. Any
unauthorized review, use, disclosure or distribution of any kind is strictly
prohibited. If you are not the intended recipient, please contact the sender
via reply e-mail and destroy all copies of the original message. Thank you.
- [O] No pictures when exporting narrowed/subtree,
Ken Williams <=