From: Andreas Leha <andreas.leha@med.uni-goettingen.de>
To: emacs-orgmode@gnu.org
Subject: Re: [babel] suggestion: wrap creation of graphics into try() block
Date: Tue, 21 Jan 2014 11:03:20 +0100 [thread overview]
Message-ID: <87zjmp1wk7.fsf@med.uni-goettingen.de> (raw)
In-Reply-To: 52DE4372.5090800@krugs.de
Hi Rainer,
really cool. I am very short on time right now, so I can't promise I'll
get around to test it soon.
Just one comment:
Rainer M Krug <Rainer@krugs.de> writes:
> On 01/20/14, 19:38 , Eric Schulte wrote:
>>>
>>> I will check it a little bit longer and see that I can display
>>> the error message in the dummy graphic. Should have it by
>>> tomorrow.
>>>
>>
>> Sounds good. Alternately, maybe you could get the R process to
>> fail and print an error to STDERR so that the export will stop
>> immediately and inform the user of the error.
>
> I think it is better to catch the error and return with the
> computations in the next block, because
>
> 1) a code block which produces a graph is most often an end point,
> i.e. further blocks should (as I see it) not rely on the output of
> this block
If all (your) documents follow that rule, that blocks producing
graphical output are not needed later on, than it might be cool to have
an [draft]-like option in Org that by default replaces all images (not
just failing ones) with a cheap-to-export graphic. For some of my
documents that is a real time saver.
I can mimic that now by passing a variable 'draft' to the code blocks
and deal with it internally. But that means a lot of manual coding.
>
> 2) if the export continues, one can fix more then one error at a time,
> so being more efficient.
>
> 3) If the export continues, it makes it possible to use this to create
> placeholder graphs:
>
> #+begin_src R :file TheFantasticGraph.pdf :results graphics
> stop("This is a placeholder for a new fantastic graph"
> #+end_src
>
> Where TheFantasticGraph will display the message "This is a
> placeholder for a new fantastic graph".
>
> I have now added the error to the normal R output in addition to a
> graph, but the export is not canceled.
>
>
>>
>>>
>>> I'll send you the patch then.
>>>
>>
>> Sounds great, thanks.
>
> OK - here it is attached (my first patch to org :-) ) - let me know if
> it is OK.
>
Really nice addition! Thanks already (without testing the patch)!
[ ... ]
Regards,
Andreas
next prev parent reply other threads:[~2014-01-21 10:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-20 13:36 [babel] suggestion: wrap creation of graphics into try() block Rainer M Krug
2014-01-20 14:00 ` Andreas Leha
2014-01-20 15:13 ` Rainer M Krug
2014-01-20 15:28 ` Eric Schulte
2014-01-20 17:02 ` Rainer M Krug
2014-01-20 18:38 ` Eric Schulte
2014-01-21 9:52 ` Rainer M Krug
2014-01-21 10:03 ` Andreas Leha [this message]
2014-01-21 10:43 ` :draft header argument for source block evaluation - WAS: " Rainer M Krug
2014-01-26 18:07 ` Eric Schulte
2014-01-27 9:10 ` Rainer M Krug
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zjmp1wk7.fsf@med.uni-goettingen.de \
--to=andreas.leha@med.uni-goettingen.de \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.