[O] Fwd: Anyone using or interested in an org to Rmarkdown exporter?

2014-11-01 Thread John Hendy
Whoops -- missed the reply-all on this! John -- Forwarded message -- From: John Hendy Date: Fri, Oct 31, 2014 at 7:32 PM Subject: Re: [O] Anyone using or interested in an org to Rmarkdown exporter? To: Grant Rettke On Thu, Oct 30, 2014 at 11:37 AM, Grant Rettke wrote

Re: [O] Proper settings for tj3 report directory/output?

2014-11-01 Thread John Hendy
On Wed, Oct 29, 2014 at 6:39 PM, John Hendy wrote: > I just re-set up tj3 on a new work computer and am a bit puzzled by > the report directory structure. Disregard; it's an Arch Linux package issue. Created a bug report, and through trying the Arch package way vs. straight up gem ins

[O] Header/preface definitions in ox-taskjuggler?

2014-11-02 Thread John Hendy
I note that the defaults for a taskjuggler export in Org are as follows, with taskjuggler syntax and related org variable definitions listed. Project tj syntax: project [] [] [{ }] Org defaults: - id: nil - name: name of heading tagged with org-taskjuggler-project-tag - version: org-taskjugler

Re: [O] Header/preface definitions in ox-taskjuggler?

2014-11-02 Thread John Hendy
Edit: sorry about the premature send. Bad accidental tab + enter from gmail! Here's the intended email: === I note that the defaults for a taskjuggler export in Org are as follows, with taskjuggler syntax and related org variable definitions listed. Project tj syntax: project [] [] [{ }] Org

[O] Bug: ox-taskjuggler :effort: property incorrectly converted when in minutes

2014-11-02 Thread John Hendy
I ran into an error with a 30min task which used the :effort: property to set this duration. Upon compilation, I noted the warning: ``` file.tjp:10: Warning: 400.0d of effort of task one does not fit into the project time frame. Warning: 1 tasks could not be scheduled ``` I looked at the .tjp file

Re: [O] 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/)]

2014-11-02 Thread John Hendy
On Fri, Oct 31, 2014 at 11:50 PM, myq larson wrote: > 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 th

Re: [O] Bug: ox-taskjuggler :effort: property incorrectly converted when in minutes

2014-11-02 Thread John Hendy
On Sun, Nov 2, 2014 at 4:47 PM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> I ran into an error with a 30min task which used the :effort: property >> to set this duration. Upon compilation, I noted the warning: >> ``` >> file.tjp:10: Warning: 4

Re: [O] 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/)]

2014-11-02 Thread John Hendy
On Sun, Nov 2, 2014 at 4:55 PM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> It's up to someone else regarding whether or not the #+property >> behavior is desired. I wondered what two subsequent #+options lines >> would do, for example, an

Re: [O] Bug: ox-taskjuggler :effort: property incorrectly converted when in minutes

2014-11-02 Thread John Hendy
On Sun, Nov 2, 2014 at 5:01 PM, Nicolas Goaziou wrote: > John Hendy writes: > >> That mostly makes sense. Org's not case-sensitive, correct? > > Correct. > >> I was looking at the [granted, outdated] taskjuggler documentation and >> it features e

Re: [O] Bug: ox-taskjuggler :effort: property incorrectly converted when in minutes

2014-11-03 Thread John Hendy
On Sun, Nov 2, 2014 at 5:25 PM, Nicolas Goaziou wrote: > John Hendy writes: > >> Thanks for the explanation. I pretty much only use duration, which has >> never had an issue. As a fluke I used effort and noticed the big >> difference. Thanks for illuminating the situat

Re: [O] Org-plot/org-babel-gnuplot not working

2014-11-03 Thread John Hendy
On Nov 3, 2014 7:44 PM, "Garreau, Alexandre" wrote: > > Hello, when I do `org-plot/gnuplot' on a org-plot figure it says > “org-plot/gnuplot: Cannot open load file: gnuplot”. > > I also tried org-babel-gnuplot, and on an example code, C-c C-c says > “org-babel-execute-src-block: No org-babel-execu

Re: [O] Header/preface definitions in ox-taskjuggler?

2014-11-04 Thread John Hendy
On Sun, Nov 2, 2014 at 4:09 PM, John Hendy wrote: > Edit: sorry about the premature send. Bad accidental tab + enter from > gmail! Here's the intended email: > === > > I note that the defaults for a taskjuggler export in Org are as > follows, with taskjuggler syntax a

Re: [O] Sagemath with org-babel?

2014-11-04 Thread John Hendy
On Tue, Nov 4, 2014 at 4:26 PM, Brady Trainor wrote: > Darlan Cavalcante Moreira writes: > >> I have done this in the past, I don't have the files anymore. However, as >> Tom says it is very easy to modify the templates to make org work with >> sage. I remember I only needed some search and repla

Re: [O] Org-plot/org-babel-gnuplot not working

2014-11-04 Thread John Hendy
On Tue, Nov 4, 2014 at 6:33 PM, Garreau, Alexandre wrote: > Le 04/11/2014 à 03h47, John Hendy a écrit : >> Could you post the gnuplot/babel relevant stuff from your .emacs? > > This: > > #+BEGIN_SRC emacs-lisp > ;; active Babel languages > (org-babel-do-load-languages &

Re: [O] Sagemath with org-babel?

2014-11-04 Thread John Hendy
On Nov 4, 2014 9:06 PM, "Brady Trainor" wrote: > > John Hendy writes: > > > (require 'sage-mode) > > Thank you, this enabled me to at least have sage code blocks to mix into files for blog publishing. > > > #+begin_src test.org > > > >

[O] [BUG] ox-taskjuggler: unable to use depends {gapduration}

2014-11-04 Thread John Hendy
I ran into an odd issue with a taskjuggler task tree I'm working on when trying to apply a gapduration attribute to a task dependency. Typically, I can just pass any valid taskjuggler attribute through using properties, but my export was producing an error when trying to use: :depends: task {gapdu

Re: [O] [BUG] ox-taskjuggler: unable to use depends {gapduration}

2014-11-05 Thread John Hendy
On Wed, Nov 5, 2014 at 2:21 AM, Christian Egli wrote: > John Hendy writes: > >> I ran into an odd issue with a taskjuggler task tree I'm working on >> when trying to apply a gapduration attribute to a task dependency. >> Typically, I can just pass any valid taskjuggl

Re: [O] pdf images in html export

2014-11-12 Thread John Hendy
On Nov 12, 2014 7:36 AM, "Andreas Leha" wrote: > > Hi Rainer, > > Rainer M Krug writes: > > Andreas Leha writes: > > > >> Hi Marco, > >> > >> Marco Wahl writes: > >>> Andreas Leha writes: > >>> > how would I export an org file containing > > [[file:./myimage.pdf]] > > >>>

Re: [O] pdf images in html export

2014-11-12 Thread John Hendy
On Wed, Nov 12, 2014 at 3:32 PM, Andreas Leha wrote: > Hi John, > > John Hendy writes: >> On Nov 12, 2014 7:36 AM, "Andreas Leha" >> wrote: >>> >>> Hi Rainer, >>> >>> Rainer M Krug writes: >>> > Andreas Leha writ

[O] Coursera class on reproducible research

2014-11-14 Thread John Hendy
Thought this might interest the list: - https://www.coursera.org/course/repdata I've taken other Johns Hopkins classes on Data Analysis from Rober Peng and Jeff Leek and found them to be pretty good. They'll be using R, and I'm going to guess they'll be teaching this withing the context of RStudio

Re: [O] Vertically aligning table row contents

2015-01-06 Thread John Hendy
On Jan 6, 2015 5:52 PM, "Peter Davis" wrote: > > I'm trying to create a simple two-column table. The left column will show images of symbols used in the document, and the right column will explain what those images mean. So far, I have > > --8<---cut here---start---

Re: [O] Vertically aligning table row contents

2015-01-06 Thread John Hendy
The top three Google hits for "align images and text table latex" seem helpful. The first two suggest \raisebox. Hopefully they help! John On Tue, Jan 6, 2015, 6:16 PM Peter Davis wrote: > > On 1/6/15 7:14 PM, John Hendy wrote: > > > On Jan 6, 2015 5:52 PM, "Pe

Re: [O] Vertically aligning table row contents

2015-01-06 Thread John Hendy
On Jan 6, 2015 7:00 PM, "Peter Davis" wrote: > > > On 1/6/15 7:19 PM, John Hendy wrote: >> >> >> The top three Google hits for "align images and text table latex" seem helpful. The first two suggest \raisebox. >> >> Hopefully they help!

Re: [O] ":results none" doesn't seem to be documented

2015-01-14 Thread John Hendy
On Jan 14, 2015 3:48 PM, "Kodi Arfer" wrote: > > "none" is allowed as an argument to :results (see, for example, ob-core.el line 704 as of Git d36bd8d), but this isn't mentioned in results.html. I just learned of its existence while reading ob-core.el. > > To me, by the way, ":results none" seems

Re: [O] [bug] ox-taskjuggler

2015-01-21 Thread John Hendy
On Jan 21, 2015 7:09 AM, "Søren Mikkelsen" wrote: > > On 2015-01-20 22:00, Nicolas Goaziou wrote: > > Hello, > > > > Søren Mikkelsen writes: > > > >> I'm trying to use the taskjuggler exporter for getting an overview of my > >> project, and it seems to be straight forward if you know a bit about

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread John Hendy
On Jan 22, 2015 10:13 PM, "Scott Randby" wrote: > > On 01/22/2015 05:02 PM, Marcin Borkowski wrote: > >> Now the question is: what is the most appropriate place to *inform* >> about his project. If not the Org-mode discussion list, I really don't >> know. (I assume that nobody denies his *right*

Re: [O] Export of subtree does not include header

2013-01-25 Thread John Hendy
On Thu, Jan 24, 2013 at 7:55 AM, Søren Mikkelsen wrote: > John Hendy writes: > >> On Fri, Jan 18, 2013 at 4:35 AM, Søren Aagaard Mikkelsen >> wrote: >>> I have used orgmode for a while, but hasn't used any of its advanced >>> features that much. I'

Re: [O] Confused about inline html images

2013-02-06 Thread John Hendy
On Thu, Jan 31, 2013 at 3:45 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> Still one issue: it's applying the attr_html to the wrong bit. Here's >> the resultant export output: >> >> #+attr_html: width="400px" >> [[ht

Re: [O] internal links not being followed; instead, offer to create new heading

2013-02-10 Thread John Hendy
On Sun, Feb 10, 2013 at 12:53 PM, Brian van den Broek wrote: > Hi all, > > I am having trouble with following internal org links. After carefully > reading the documentation (especially 4.2 Internal Links > ) with the following > test.org file, I would e

Re: [O] internal links not being followed; instead, offer to create new heading

2013-02-10 Thread John Hendy
On Sun, Feb 10, 2013 at 4:28 PM, Brian van den Broek wrote: > On 10 February 2013 16:21, John Hendy wrote: >> On Sun, Feb 10, 2013 at 12:53 PM, Brian van den Broek >> wrote: >>> Hi all, >>> >>> I am having trouble with following internal org links. Aft

[O] Org interpreting multiple ^{*} instances as bold in LaTeX beamer export

2013-02-12 Thread John Hendy
Here's a minimal example: #+begin_src org #+startup: beamer #+latex_class: beamer #+options: tex:t * A headline a word^{*} followed by another^{*} - bullet item^{*} - bullet item^{*} - bullet item - bullet item #+end_src I just wanted an asterisk to put a little footnote for two items in a l

[O] Align argument in #+attr_latex for tabular env. is whitespace sensitive

2013-02-12 Thread John Hendy
Was not getting the results I expected from #+attr_latex, so I created a simplified table to test: #+begin_src org Centered (will be sent to LaTeX as =\begin{tabular}{cc}=: #+attr_latex: align=cc | test | test | | test of longer | test | Left aligned (will be sent to LaTeX as =\begin{

Re: [O] Align argument in #+attr_latex for tabular env. is whitespace sensitive

2013-02-12 Thread John Hendy
On Tue, Feb 12, 2013 at 1:22 PM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> Was not getting the results I expected from #+attr_latex, so I created >> a simplified table to test: >> >> #+begin_src org >> >> Center

Re: [O] Align argument in #+attr_latex for tabular env. is whitespace sensitive

2013-02-12 Thread John Hendy
On Tue, Feb 12, 2013 at 1:44 PM, Nicolas Goaziou wrote: > John Hendy writes: > >> On Tue, Feb 12, 2013 at 1:22 PM, Nicolas Goaziou wrote: >>> Hello, >>> >>> John Hendy writes: >>> >>>> Was not getting the results I expected fro

Re: [O] Org interpreting multiple ^{*} instances as bold in LaTeX beamer export

2013-02-13 Thread John Hendy
On Wed, Feb 13, 2013 at 9:50 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> I just wanted an asterisk to put a little footnote for two items in a >> longer list and noticed that it shifted the whole slide up. Same for >> regular LaTeX document export. See

Re: [O] Frustrated user of orgmode

2013-03-04 Thread John Hendy
On Mon, Mar 4, 2013 at 7:40 AM, Vikas Rawal wrote: > I have been a user of orgmode for a fairly long time and have never > felt frustrated like this before. > > I have been trying to move to the new exporter and a complete absence > of any coherent documentation has made it impossible. I have trie

Re: [O] [ANN] TaskJuggler ported to new export framework

2013-03-04 Thread John Hendy
On Mon, Mar 4, 2013 at 8:22 AM, Christian Egli wrote: > Nicolas Goaziou writes: > If the Worg page about TaskJuggler needs some update, please feel free to go ahead or ask some help on the list. >>> >>> It does. I'll see what I can do. >> >> Does it? Even though the internals have been

Re: [O] trouble exporting just one subtree while using babel and R code blocks

2013-03-06 Thread John Hendy
rden of > trying to be permanently right. We can take seriously the proposition > that we could be in error, without deeming ourselves idiotic or > unworthy." [Karen Schulz, in Being Wrong: Adventures in the Margin of Error] > > > John Hendy wrote: >> On Mon, Feb 18, 2013 at

Re: [O] trouble exporting just one subtree while using babel and R code blocks--spoke too soon

2013-03-07 Thread John Hendy
or me (old exporter). John > > --Chris > > On Thu, Mar 7, 2013 at 10:00 AM, John Hendy wrote: >> On Thu, Mar 7, 2013 at 7:13 AM, Christopher W Ryan >> wrote: >>> I have to admit I'm not yet experienced enough with org mode to know >>> about the new expor

Re: [O] Best way of plotting duration (hms) data with R?

2013-03-08 Thread John Hendy
On Fri, Mar 8, 2013 at 3:12 AM, Loris Bennett wrote: > Hi, > > I have some data representing durations in an Org file: > > | *Run* | *reference* | *test30*| *test31*| *test32*| > |---+-+-+-+-+ > | Dur 2 | 00h 00' 32" | 00h 00' 44" | 0

Re: [O] Confusion about attr_latex and new exporter

2013-03-17 Thread John Hendy
On Sun, Mar 17, 2013 at 4:57 PM, John Hendy wrote: > Just making the transition to the new exporter, finally, today. Just > some notes regarding the documentation that I wanted to pass along. I > think there's some possibly conflicting information (or at least > ambiguous) out

Re: [O] Confusion about attr_latex and new exporter

2013-03-17 Thread John Hendy
On Sun, Mar 17, 2013 at 5:22 PM, Thomas S. Dye wrote: > Hi John, > > John Hendy writes: > >> >> Am I doing something wrong if this is the behavior I'm getting, or is >> the documentation incorrect and I shouldn't be quoting these options? > > Ni

Re: [O] org-babel src block generated graphics included twice if CAPTION is added

2013-03-17 Thread John Hendy
On Sun, Mar 17, 2013 at 6:20 PM, Jay Kerns wrote: > On Sun, Mar 17, 2013 at 6:21 PM, Nick Dokos wrote: > > [snip] > >> I think the best way to deal with problems like this is to name your code >> blocks (and results blocks). >> > > [snip] > > I can't speak for Li, but it works on my system and I

Re: [O] org-babel src block generated graphics included twice if CAPTION is added

2013-03-17 Thread John Hendy
otten us a patch! That counts for something! By the way, I've run into this very thing before as well :) - http://osdir.com/ml/emacs-orgmode-gnu/2012-07/msg00230.html John > > John Hendy writes: > >> On Sun, Mar 17, 2013 at 6:20 PM, Jay Kerns wrote: >>> On

Re: [O] Confusion about attr_latex and new exporter

2013-03-19 Thread John Hendy
On Tue, Mar 19, 2013 at 12:07 AM, Aaron Ecay wrote: > Hi again, > > 2013ko martxoak 19an, Aaron Ecay-ek idatzi zuen: >> I’m sorry, that was a mistake. I sent a patch to the HTML backend to >> enable this behavior, but forgot all about it. Then when I checked the >> code, it looked like the funct

Re: [O] Spelled out example of org-latex-format-headline-function customization?

2013-03-19 Thread John Hendy
On Tue, Mar 19, 2013 at 10:51 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> Am I missing the "docstring" (not sure what that is). > > The "docstring" is the documentation string attached to a > function/command or a variable/option. &

Re: [O] Errors on start up when loading ox-md and ox-beamer (seems caused by recent commit)

2013-03-19 Thread John Hendy
On Tue, Mar 19, 2013 at 6:48 PM, Bastien wrote: > Hi John, > > how did you "pull"? by using git pull or make update? - git pull - make clean && make && make doc I'm kind of glad you asked, as this used to (I think) be the "right" method, but I have a vague notion that there's some built-in-org

Re: [O] python sessions

2013-03-19 Thread John Hendy
On Tue, Mar 19, 2013 at 4:40 PM, Gary Oberbrunner wrote: > I must be failing to understand something. I'm running Emacs 24.3 on > Windows, with latest trunk org-mode. I can't get python functions to > persist across blocks in session mode. Here's my foo.org: > > === > > * My Documen

Re: [O] Errors on start up when loading ox-md and ox-beamer (seems caused by recent commit)

2013-03-20 Thread John Hendy
On Tue, Mar 19, 2013 at 6:59 PM, Bastien wrote: > John Hendy writes: > >> On Tue, Mar 19, 2013 at 6:48 PM, Bastien wrote: >>> Hi John, >>> >>> how did you "pull"? by using git pull or make update? >> >> - git pull >> - make

Re: [O] python sessions

2013-03-20 Thread John Hendy
On Wed, Mar 20, 2013 at 2:08 AM, Andreas Röhler wrote: > Am 20.03.2013 01:04, schrieb John Hendy: > >> On Tue, Mar 19, 2013 at 4:40 PM, Gary Oberbrunner >> wrote: >>> >>> I must be failing to understand something. I'm running Emacs 24.3 on >>>

Re: [O] python sessions

2013-03-20 Thread John Hendy
On Wed, Mar 20, 2013 at 10:38 AM, John Hendy wrote: > I've tried to eliminate this and retried today > with the following process (note setting the python command to > "python2"): > > - Start emacs with `emacs -q` > Just caught this... I used -q accidentally

Re: [O] Confusion about attr_latex and new exporter

2013-03-20 Thread John Hendy
On Tue, Mar 19, 2013 at 1:49 PM, Bastien wrote: > Hi John, > > John Hendy writes: > >> Thanks for the clarification, though regardless of the current >> state... what is the consensus on what it *should* be? The old lingo >> was: >> - #+attr_latex: wi

Re: [O] python sessions

2013-03-20 Thread John Hendy
On Wed, Mar 20, 2013 at 12:25 PM, Nick Dokos wrote: > Andreas Röhler wrote: > >> Seems `org-babel-execute':python doesn't get the session flag. >> >> Edebug: org-babel-execute:python >> org-babel-execute:python >> executing Python code block... >> [4 times] >> Result: ((:comments . #1="") (:sheb

Re: [O] python sessions

2013-03-20 Thread John Hendy
.. still haven't rebooted into Windows to see if I can replicate on Windows as well. John > > On Wed, Mar 20, 2013 at 8:20 PM, Gary Oberbrunner > wrote: >> >> >> On Wed, Mar 20, 2013 at 1:00 PM, John Hendy wrote: >>> >>> Some other things I not

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-21 Thread John Hendy
Can you try using just "file" and "file.html" (but without quotes) and see I'd it pops out in your working directory ? Your current path looks like a Windows server share which might be an issue. Even if not, simplifying the path might be one place to start . I just successfully exported using th

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-22 Thread John Hendy
On Fri, Mar 22, 2013 at 2:41 AM, Rainer Stengele wrote: > Am 22.03.2013 01:20, schrieb John Hendy: >> Can you try using just "file" and "file.html" (but without quotes) and >> see I'd it pops out in your working directory ? >> >> Your current p

[O] Including setupfile settings during subtree export (new exporter)

2013-03-22 Thread John Hendy
In the past, exporting a subtree seemed to pull options from my #+setupfile line. I've updated the line to the proper new syntax (#+include: "/path/to/setupfile.org"), but subtree export doesn't seem to be using the options set there (using =C-c C-e C-s l p= for LaTeX/PDF export). I tried using =

Re: [O] Including setupfile settings during subtree export (new exporter)

2013-03-22 Thread John Hendy
On Fri, Mar 22, 2013 at 10:27 AM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> In the past, exporting a subtree seemed to pull options from my >> #+setupfile line. > > And it should still do. > >> I've updated the line to th

[O] Using :results output org with new exporter exporting as verbatim with LaTeX

2013-03-22 Thread John Hendy
I have an org file with R src block that spits out some file names to embed. I don't think I need to reproduce the block for testing purposes, but the gist is that I use cat() to spit out some =#+begin_center= and =[[filename]]= stuff. R code block header: #+name: src-block-name #+begin_src R :se

[O] Using cat() with R prints R session prompt (>) in results block

2013-03-22 Thread John Hendy
With an older orgmode file, I used a block like shown in this thread to export multiple plots resulting from some modeling work in my summary document: - http://lists.gnu.org/archive/html/emacs-orgmode/2012-08/msg01222.html The code I used was like so: #+begin_src R :session model :results output

Re: [O] Frustrated user of orgmode

2013-03-23 Thread John Hendy
On Wed, Mar 6, 2013 at 3:45 AM, Vikas Rawal wrote: >> > I have migrated the migration instructions and tips here: >> > http://orgmode.org/worg/org-8.0.html >> > > I have managed to get the new exporter working. Thank you everyone for > helping. Glad you got it working! As promised, I created a bl

Re: [O] Including setupfile settings during subtree export (new exporter)

2013-03-23 Thread John Hendy
On Sat, Mar 23, 2013 at 3:24 PM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> #+begin_src setupfile >> >> #+AUTHOR:John Henderson >> #+latex_header: \usepackage[hmargin=2.5cm,vmargin=2.5cm]{geometry} >> #+latex_header: \usepackage{mat

Re: [O] Including setupfile settings during subtree export (new exporter)

2013-03-23 Thread John Hendy
On Sat, Mar 23, 2013 at 3:49 PM, Nicolas Goaziou wrote: > John Hendy writes: > >> Thanks for the clarification. For me (since I'm not an elisper), the >> mechanics aren't too important. All I really want is the correct way >> to apply org-mode settings to a buff

Re: [O] Including setupfile settings during subtree export (new exporter)

2013-03-23 Thread John Hendy
On Sat, Mar 23, 2013 at 5:08 PM, Nicolas Goaziou wrote: > John Hendy writes: > >>> At the moment, there's no way to override a #+setupfile: keyword >>> locally. >> >> I guess I don't understand the purpose of #+include, then. It seems we >> hav

Re: [O] python sessions

2013-03-23 Thread John Hendy
On Sat, Mar 23, 2013 at 5:07 PM, Eric Schulte wrote: > Andreas Röhler writes: > >> Am 21.03.2013 08:43, schrieb Bastien: >>> Hi Andreas, >>> >>> Andreas Röhler writes: >>> Nonetheless, still thinking let-var session in org-babel-execute:python needs the fix. >>

Re: [O] Using cat() with R prints R session prompt (>) in results block

2013-03-23 Thread John Hendy
On Sat, Mar 23, 2013 at 5:20 PM, Eric Schulte wrote: > [...] >> I'm getting the > prompt from my R session output >> with the cat() command. For example: >> >> #+name: test >> #+begin_src R :session r :results output raw :exports results >> >> cat(paste("#+end_center")) >> cat("\n") >> >> #+end_sr

Re: [O] Using :results output org with new exporter exporting as verbatim with LaTeX

2013-03-23 Thread John Hendy
On Sat, Mar 23, 2013 at 5:12 PM, Eric Schulte wrote: > John Hendy writes: > >> I have an org file with R src block that spits out some file names to >> embed. I don't think I need to reproduce the block for testing >> purposes, but the gist is that I use cat() to spi

Re: [O] Frustrated user of orgmode

2013-03-23 Thread John Hendy
On Sat, Mar 23, 2013 at 5:53 PM, Suvayu Ali wrote: > Hi John, > > On Sat, Mar 23, 2013 at 09:48:16AM -0500, John Hendy wrote: >> >> I hope to get some of the finer details either added to Worg somewhere >> in a usage guide to the new exporter, or perhaps just l

Re: [O] Agenda in MobileOrg for Android

2013-03-23 Thread John Hendy
On Sat, Mar 23, 2013 at 8:52 PM, Marcin Borkowski wrote: > Hello list, > > I've bought an Adroid phone and (of course) installed and set up > MobileOrg. Two things make me wonder whether I've found a bug or not. > > 1. I tried to use encryption (by means of (setq > org-mobile-use-encryption t)),

Re: [O] python sessions

2013-03-24 Thread John Hendy
On Sun, Mar 24, 2013 at 2:47 AM, Andreas Röhler wrote: > Am 23.03.2013 23:07, schrieb Eric Schulte: >> >> Andreas Röhler writes: >> >>> Am 21.03.2013 08:43, schrieb Bastien: Hi Andreas, Andreas Röhler writes: > Nonetheless, still thinking > > let-var session

Re: [O] python sessions

2013-03-24 Thread John Hendy
On Sun, Mar 24, 2013 at 11:58 AM, Nick Dokos wrote: > John Hendy wrote: > >> ... >> - http://www.mail-archive.com/emacs-orgmode@gnu.org/msg68267.html >> >> That only speaks to =:session name= argument <=> resultant python buffer >> names. >>

Re: [O] Using :results output org with new exporter exporting as verbatim with LaTeX

2013-03-24 Thread John Hendy
On Sun, Mar 24, 2013 at 11:00 AM, Charles Berry wrote: > John Hendy gmail.com> writes: > > [deleted] > >> wrap [...] is non-existent in formal documentation from what I've seen > > It is in the manual: > > 14.8.2.23 `:wrap' > > See > >

Re: [O] plotting tables

2013-03-24 Thread John Hendy
On Sun, Mar 24, 2013 at 1:44 AM, Eric Abrahamsen wrote: > I'm trying to get my head around plotting data from org tables, for use > in LaTeX exports. I've been looking at these two pages: > > http://orgmode.org/worg/org-tutorials/org-plot.html > http://orgmode.org/worg/org-contrib/babel/languages/

[O] Can I clone worg using http protocol?

2013-03-24 Thread John Hendy
I can't use git protocol due to being behind a firewall at work, otherwise I would. I was trying to clone Worg via http protocol and am getting an error #+begin_src bash $ git clone http://orgmode.org/w/worg.git Cloning into 'worg'... error: The requested URL returned error: 403 Forbidden while a

Re: [O] Can I clone worg using http protocol?

2013-03-24 Thread John Hendy
On Sun, Mar 24, 2013 at 7:54 PM, Vladimir Lomov wrote: > Hello, > ** John Hendy [2013-03-24 12:52:34 -0500]: > >> I can't use git protocol due to being behind a firewall at work, >> otherwise I would. I was trying to clone Worg via http protocol and am >> gettin

Re: [O] python sessions

2013-03-24 Thread John Hendy
On Sun, Mar 24, 2013 at 9:38 PM, Nick Dokos wrote: > Eric Schulte wrote: > >> > >> > From participating in evaluating code throughout the discussion and >> > catching the comments throughout, I'd say yes, at least in terms of >> > how other babel languages function. In other words =#+begin_src R

Re: [O] Can I clone worg using http protocol?

2013-03-24 Thread John Hendy
On Sun, Mar 24, 2013 at 10:11 PM, Vladimir Lomov wrote: > Hello, > ** John Hendy [2013-03-24 20:34:09 -0500]: > >> On Sun, Mar 24, 2013 at 7:54 PM, Vladimir Lomov wrote: >>> Hello, >>> ** John Hendy [2013-03-24 12:52:34 -0500]: > >>>> I can'

[O] Setting taskjuggler project start date (ox-taskjuggler)

2013-03-24 Thread John Hendy
Having trouble setting the project start date, which results in a build error since my project started before today, and the default project start appears to be today's date. This was with no customization to the top level headline. Intuitively, I added a :start: property like so: #+begin_src org

Re: [O] Frustrated user of orgmode

2013-03-24 Thread John Hendy
On Mon, Mar 25, 2013 at 12:16 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> That seemed to be my best guess, but it read more like a formal >> announcement vs. some of the more "down and dirty" finer-detailed Worg >> pages I've seen.

Re: [O] Setting taskjuggler project start date (ox-taskjuggler)

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 1:27 AM, John Hendy wrote: > Having trouble setting the project start date, which results in a > build error since my project started before today, and the default > project start appears to be today's date. This was with no > customization to the t

Re: [O] Setting taskjuggler project start date (ox-taskjuggler)

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 2:17 AM, John Hendy wrote: > On Mon, Mar 25, 2013 at 1:27 AM, John Hendy wrote: >> Having trouble setting the project start date, which results in a >> build error since my project started before today, and the default >> project start appears to be t

Re: [O] no info files created w/ current git-repo

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 6:53 AM, Andreas Röhler wrote: > Hi, > > building from current git-repo > > make all builds some .pdf and .html docu, but not info > > directory doc contains: > > dir Makefile orgguide.texi org-version.inc > doclicense.texi org

Re: [O] Setupfile regression?

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 4:54 AM, Carsten Dominik wrote: > > On 25 mrt. 2013, at 10:34, Achim Gratz wrote: > >> Am 25.03.2013 10:14, schrieb Carsten Dominik: >>> I would like to know what the plans are here. >> >> Does this discussion help? >> >> http://thread.gmane.org/gmane.emacs.orgmode/68940 >

Re: [O] Can I clone worg using http protocol?

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 4:17 AM, Achim Gratz wrote: > Am 24.03.2013 18:52, schrieb John Hendy: >> >> $ git clone http://orgmode.org/w/worg.git > > > Try > > $ git clone http://orgmode.org/r/worg.git > > (note how the "w/" changes to an "r/"

Re: [O] Can I clone worg using http protocol?

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 9:33 AM, Achim Gratz wrote: > Am 25.03.2013 14:49, schrieb John Hendy: > >> $ git clone http://orgmode.org/r/worg.git >> Cloning into 'worg'... >> fatal: http://orgmode.org/r/worg.git/info/refs?service=git-upload-pack >> not found: d

Re: [O] export presentations: org to ppt or odp

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 10:34 AM, Vinh Nguyen wrote: > Hi everyone, > > This question is probably for Jambunathan K: is an org to ppt or odp > exporter in the works? Was wondering whether most of the work could > be borrowed form the org to odt exporter. > > If anyone is wondering, why export pre

Re: [O] python sessions

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 10:40 AM, Eric Schulte wrote: > John Hendy writes: > >> On Sun, Mar 24, 2013 at 9:38 PM, Nick Dokos wrote: >>> Eric Schulte wrote: >>> >>>> > >>>> > From participating in evaluating code throughout the discuss

Re: [O] python sessions

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 11:01 AM, Ista Zahn wrote: > On Mon, Mar 25, 2013 at 11:40 AM, Eric Schulte wrote: >> John Hendy writes: >> >>> On Sun, Mar 24, 2013 at 9:38 PM, Nick Dokos wrote: >>>> Eric Schulte wrote: >>>> >>>>>

Re: [O] python sessions

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 12:27 PM, Andreas Röhler wrote: > Am 25.03.2013 17:43, schrieb Eric Schulte: > >> John Hendy writes: >> >>> On Mon, Mar 25, 2013 at 11:01 AM, Ista Zahn wrote: >>>> >>>> On Mon, Mar 25, 2013 at 11:40 AM, Eric

Re: [O] Setting taskjuggler project start date (ox-taskjuggler)

2013-03-25 Thread John Hendy
On Mon, Mar 25, 2013 at 3:15 PM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> I think I've narrowed this down to two things: >> 1) org-taskjuggler-get-start (and probably *-get-end) is not working properly >> 2) project applicable keywords

Re: [O] [ANN] TaskJuggler ported to new export framework

2013-03-25 Thread John Hendy
On Mon, Mar 4, 2013 at 8:22 AM, Christian Egli wrote: > Nicolas Goaziou writes: > If the Worg page about TaskJuggler needs some update, please feel free to go ahead or ask some help on the list. >>> >>> It does. I'll see what I can do. >> >> Does it? Even though the internals have been

[O] org-latex error message when image file not found

2013-03-25 Thread John Hendy
When I go to export a file and the image path I've specified is wrong, the minibuffer displays: Process completed with errors: [package error] The actual LaTeX error is: LaTeX Warning: File `./path/to/file.png' not found on input line 180. ! Package pdftex.def Error: File `./path/to/file.png' n

Re: [O] plotting tables

2013-03-26 Thread John Hendy
On Mon, Mar 25, 2013 at 10:09 PM, Eric Abrahamsen wrote: > John Hendy writes: > > Wow, thank you for this comprehensive response! > No problem. I get excited about this stuff :) >> On Sun, Mar 24, 2013 at 1:44 AM, Eric Abrahamsen >> wrote: > > [...] >

Re: [O] org-babel header documentation

2013-03-26 Thread John Hendy
On Tue, Mar 26, 2013 at 10:00 AM, Andreas Röhler wrote: > Hi all, > > while digging through the org-babel stuff, which is quite exiting, have some > difficulties to grasp the functionality of different header arguments. > > Info 14.8 Header arguments > > is useful so far. Still miss an explanation

[O] Inserting multiple images side-by-side in way that's compatible with multiple exporters

2013-03-26 Thread John Hendy
Greetings, Writing some reports at the moment and sometimes want to condense plots (which might have earned a full width place in a presentation or focus document) down to smaller versions for these sort of bi-annual summary reports. I like to put them two-wide and, since I don't know another way

Re: [O] Html-Exporter Hanling images / links

2013-03-26 Thread John Hendy
On Tue, Mar 26, 2013 at 10:36 AM, Robert Eckl wrote: > Hi, > > with Org-mode version 8.0-pre (release_8.0-pre-193-gaa7b1e i got some > issues handling images and links: > > A Link [[http://www.mypage.de][description]] results in > desription without any link. I can't reproduce this. Here was my t

Re: [O] org-babel header documentation

2013-03-26 Thread John Hendy
On Tue, Mar 26, 2013 at 11:17 AM, Andreas Röhler wrote: > Am 26.03.2013 16:35, schrieb Eric Schulte: >> >> John Hendy writes: >> >>> On Tue, Mar 26, 2013 at 10:00 AM, Andreas Röhler >>> wrote: >>>> >>>> Hi all, >>>> &

Re: [O] Html-Exporter Hanling images / links

2013-03-26 Thread John Hendy
On Tue, Mar 26, 2013 at 11:13 AM, Sebastien Vauban wrote: > Hi Robert, > > Robert Eckl wrote: >> with Org-mode version 8.0-pre (release_8.0-pre-193-gaa7b1e i got some >> issues handling images and links: >> >> A Link [[http://www.mypage.de][description]] results in >> desription without any link.

Re: [O] Html-Exporter Hanling images / links

2013-03-26 Thread John Hendy
On Tue, Mar 26, 2013 at 11:36 AM, Robert Eckl wrote: > John Hendy writes: > >> On Tue, Mar 26, 2013 at 10:36 AM, Robert Eckl wrote: >>> Hi, >>> >>> with Org-mode version 8.0-pre (release_8.0-pre-193-gaa7b1e i got some >>> issues handling images

Re: [O] Export width for generated SVG image?

2013-03-26 Thread John Hendy
On Tue, Mar 26, 2013 at 3:16 PM, Ken Williams wrote: > I’m using a ‘dot’ section to create an SVG image, then exporting my document > to HTML: [deleted] > My diagram ends up pretty huge though, and I want to shrink it down. > ":width 1000" doesn’t seem to have any effect, nor does wrapping like

<    2   3   4   5   6   7   8   9   10   11   >