Re: ob-python.el: questions about output

2020-02-27 Thread R C
work quite well. On Mon, Feb 24, 2020 at 11:18 AM Jack Kamm wrote: > Hi RC, > > R C writes: > > > My python src blocks often have both graphical output as well as the > > results of some numerical calculation displayed using print statements. > > > > When export

Re: ob-python.el: questions about output

2020-02-24 Thread R C
[2.3660254 1.0.6339746] I would have liked to avoid the duplication if possible. Thanks, RC On Sun, Feb 23, 2020 at 11:53 PM Jack Kamm wrote: > Hi RC, > > R C writes: > > > 1. Is it possible to have both types of output displayed from a single > src > > blo

ob-python.el: questions about output

2020-02-23 Thread R C
The approach proposed for graphical output at https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-python.html is #+begin_src python :results file import matplotlib, numpy matplotlib.use('Agg') import matplotlib.pyplot as plt fig=plt.figure(figsize=(4,2)) x=numpy.linspace(-15,15) plt.

[O][BABEL] Editing asymptote source code blocks

2019-11-17 Thread R C
I am trying to use `org-edit-src-code` to edit an `asymptote` source code block. By default, this editing is done in a temporary buffer. However, trying to execute the file using `asy-compile` gives an error: file-name-sans-extension: Wrong type argument: stringp, nil As asy-compile works with sta

Re: [O] Radio targets

2017-04-17 Thread R C
Hi, OK, thank you. I am using emacs with spacemacs and it is still using the melpa version of orgmode as I am unable to get it to load the git branch of orgmode. I will try it out once I make the switch. On Sun, Apr 16, 2017 at 2:54 AM, Nicolas Goaziou wrote: > Hello, > > R

Re: [O] Radio targets

2017-04-11 Thread R C
Hi, Please see attached. The org file is just: * <<>> heading The discussion in *abc* highlights the issue. On Tue, Apr 11, 2017 at 5:28 AM, Nicolas Goaziou wrote: > Hello, > > R C writes: > > > I set up radio targets such as <<>> in a heading, whi

[O] Radio targets

2017-04-09 Thread R C
I set up radio targets such as <<>> in a heading, which makes all occurrences of the word analysis to be links to the heading. However this seems to override the boldface settings such *Analysis*, so that the asterisks show up in the exported text. Is there a way to get around this? Thanks.

Re: [O] html export using html5 elements and bootstrap framework

2015-01-07 Thread R C
Rick Frankel rickster.com> writes: > As Rasmus mentioned in a previous email, there is no way currently to add html > attributes to lists w/ ATTR_HTML. > > A filter, a mentioned above, is your simplest approach. The best (IMHO) would > be to create a derived exporter (ox-bootstrap?) based on ox-

Re: [O] html export using html5 elements and bootstrap framework

2015-01-07 Thread R C
Bill White wolfram.com> writes: > > On Fri Jan 02 2015 at 09:47, R C yahoo.com> wrote: > > > I would like to have org mode export a project using html5 elements > > and bootstrap framework adapting the worg tutorial: > > org-publish-html-tutorial.html >

[O] html export using html5 elements and bootstrap framework

2015-01-02 Thread R C
I would like to have org mode export a project using html5 elements and bootstrap framework adapting the worg tutorial: org-publish-html-tutorial.html I set it up as: - minimal org file to be published: "~/web/p2/org/tst.org" #+SETUPFILE: ~/web/org-templates/level-0.org #+TITLE: Testing * heading

Re: [O] Inserting property drawers and comments

2014-12-09 Thread R C
Kyle Meyer kyleam.com> writes: > It's not an interactive function. If you prefer to bind it directly to > a key, you can wrap it in a command and then bind that to a key. > > (defun my/org-insert-property-draw () > (interactive) > (org-insert-property-drawer)) > Thanks! That wo

[Orgmode] Re: Effort Estimates

2008-07-16 Thread R C
--- On Tue, 7/15/08, Bernt Hansen <[EMAIL PROTECTED]> wrote: > From: Bernt Hansen <[EMAIL PROTECTED]> > Subject: Re: Effort Estimates > To: [EMAIL PROTECTED] > Cc: emacs-orgmode@gnu.org > Date: Tuesday, July 15, 2008, 9:32 PM > R C <[EMAIL PROTECTED]> writes: &

[Orgmode] Effort Estimates

2008-07-15 Thread R C
Hi, I am new to using org-mode. I have read the section on effort estimates, but I am not quite clear on the implementation. I am particularly interested in using org-mode to compare estimated times to clocked times for tasks, and in getting a summary of the estimated work effort for each day