[Orgmode] Bug: inline image display not working when org-indent-mode active, follow-up

2010-08-04 Thread Erik Iverson
Hello, I am using the latest org pulled from git. In the past few weeks, I found that the overlays of inline images in my org-mode files would flash quickly and then be deleted when using org-indent-mode. This also happened when re-running an org-babel source block that generates graphical ou

Re: [Orgmode] Bug: inline image display not working when org-indent-mode active, follow-up

2010-08-05 Thread Erik Iverson
On 08/05/2010 03:34 AM, Martin Pohlack wrote: Hi, On 05.08.2010 04:19, Erik Iverson wrote: Hello, I am using the latest org pulled from git. In the past few weeks, I found that the overlays of inline images in my org-mode files would flash quickly and then be deleted when using org-indent

Re: [Orgmode] Bug: inline image display not working when org-indent-mode active, follow-up

2010-08-05 Thread Erik Iverson
On 08/05/2010 03:34 AM, Martin Pohlack wrote: Hi, On 05.08.2010 04:19, Erik Iverson wrote: In the past few weeks, I found that the overlays of inline images in my org-mode files would flash quickly and then be deleted when using org-indent-mode. This also happened when re-running an org-babel

[Orgmode] [babel] strategies for generating multiple graphics files from same code block

2010-08-09 Thread Erik Iverson
don't export #+begin_src R :file figure1.pdf :exports none :tangle fig1.R :noweb yes <> #+end_src Export, but don't tangle #+begin_src R :file figure1.png :exports both :noweb yes <> #+end_src This is not too bad, but maybe there's an alternative

Re: [Orgmode] [babel] strategies for generating multiple graphics files from same code block

2010-08-09 Thread Erik Iverson
ngle, but don't export #+begin_src R :file figure1.pdf :exports none :tangle fig1.R :noweb yes <> #+end_src Export, but don't tangle #+begin_src R :file figure1.png :exports both :noweb yes <> #+end_src This is not too bad, but maybe there's an a

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Erik Iverson
Can you try setting it via setq (i.e., globally) and see what happens? On 08/12/2010 07:53 AM, Eric S Fraga wrote: Hello all, Back from a short holiday and trying to catch up on work... and so I may have missed something in the org mailing list (although I've searched...). I have a large file

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Erik Iverson
Eric S Fraga wrote: On Thu, 12 Aug 2010 08:44:42 -0500, Erik Iverson wrote: Can you try setting it via setq (i.e., globally) and see what happens? On 08/12/2010 07:53 AM, Eric S Fraga wrote: Hello all, Back from a short holiday and trying to catch up on work... and so I may have missed

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Erik Iverson
Nick Dokos wrote: Eric S Fraga wrote: Hello all, Back from a short holiday and trying to catch up on work... and so I may have missed something in the org mailing list (although I've searched...). I have a large file which includes many babel code blocks (mostly maxima) that I wish to have

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Erik Iverson
Eric S Fraga wrote: On Thu, 12 Aug 2010 09:59:02 -0500, Erik Iverson wrote: Eric S Fraga wrote: On Thu, 12 Aug 2010 08:44:42 -0500, Erik Iverson wrote: Can you try setting it via setq (i.e., globally) and see what happens? On 08/12/2010 07:53 AM, Eric S Fraga wrote: Hello all, Back

Re: [Orgmode] [Org-Babel] and R... non-numeric cells

2010-08-12 Thread Erik Iverson
Hello, I'm *guessing* that this is more likely an issue of R than of org-mode. Have you tried tangling the code and simply running the scripts through R? Essentially, the as.matrix function call is returning a character matrix, which could mean your object 'alldata' has some factors instead of

Re: [Orgmode] [Org-Babel] and R... non-numeric cells

2010-08-12 Thread Erik Iverson
Which version of org-mode are you using? I do not see what you claim to see. What do you get when you run the following: #+TBLNAME: mytbl |column1|column2| ||---| | 45 |34 | | 77 |56 | #+BEGIN_SRC R :var tbl=mytbl :results output str(tbl)

Re: [Orgmode] [Patch] Org-fontify

2010-08-13 Thread Erik Iverson
Hello! Having not tried this out, are the aims different than David O'Toole's mode-specific fontification of org-mode source blocks? http://www.mail-archive.com/emacs-orgmode@gnu.org/msg28160.html See a picture of what he's done here: http://imagebin.ca/view/iRVK_as7.html Sébastien Vauban w

Re: [Orgmode] Git pull breaks agenda?

2010-08-16 Thread Erik Iverson
Yes, I notice this too. From the *Messages* buffer, Preparing diary...done if: Wrong type argument: listp, #(" 8:00.. 10:00.. work: 11:00.. Monthly meeting 12:00.. 1

Re: [Orgmode] Babel: interweaving code and results?

2010-08-18 Thread Erik Iverson
David, On 08/18/2010 08:09 AM, David Hajage wrote: Hello, I am back with babel and R with a new question. Is it possible to interweave each line of code with its results? An example to explain what I mean: #+SRCNAME: foo #+BEGIN_SRC R :results output :exports results 2+2 3+3 #+END_SRC

[Orgmode] Re: Babel: interweaving code and results?

2010-08-18 Thread Erik Iverson
Dan Davison wrote: Erik Iverson writes: David, On 08/18/2010 08:09 AM, David Hajage wrote: Hello, I am back with babel and R with a new question. Is it possible to interweave each line of code with its results? An example to explain what I mean: #+SRCNAME: foo #+BEGIN_SRC R :results

[Orgmode] [PATCH] [babel] R :session should respect ess-ask-for-ess-directory set by user

2010-08-21 Thread Erik Iverson
Hello, I have (setq ess-ask-for-ess-directory nil) in my .emacs. I.e., I don't want to be asked to set my working directory. As it stands, if we run an R code block with the :session argument and no :dir argument, ess-ask-for-ess-directory gets set to t. I would prefer if I had it previously s

[Orgmode] org-capture templates with file+olp target

2010-08-22 Thread Erik Iverson
Hello, Using latest org-mode from git. I'm trying to set up a simple org-capture template, to write to a file test.org. The first two lines below simply define a path to some org mode file. My confusion with the template is when I invoke org-capture -- I have it set to C-c c --, and then hit `

Re: [Orgmode] org-capture templates with file+olp target

2010-08-22 Thread Erik Iverson
Below is the simplest example I could come up with, just create a ~/test.org file and try it out. Oops, /tmp/test.org I suppose. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gn

[Orgmode] mathjax HTML export question

2010-08-23 Thread Erik Iverson
Hello, I'm really enjoying MathJax HTML export in the development version of org-mode! I do have one question though: Jan Böcker writes in this post, http://www.mail-archive.com/emacs-orgmode@gnu.org/msg28630.html , that: "I found that when an HTML file on the local hard disk uses MathJax from

Re: [Orgmode] How to customize the org-mode's BEGIN_SRC HTML output

2010-08-23 Thread Erik Iverson
Hello Will, I assume you don't want the htmlize.el functionality, which syntax highlights the source code according to how you have it in Emacs? The way I ultimately ended up doing something similar was to post-process the html file generated by the export process, (there is probably a hook so y

Re: [Orgmode] file+olp problem in org-capture.

2010-08-24 Thread Erik Iverson
Tim, I ran into the exact same issue yesterday, in fact, our examples are almost identical! Here is the reply I received from David. http://www.mail-archive.com/emacs-orgmode@gnu.org/msg29029.html I didn't tried his solution yet, but it should work. On 08/24/2010 03:16 AM, Tim O'Callaghan wro

Re: [Orgmode] [babel] "No org-babel-execute function for R!" after update

2010-08-24 Thread Erik Iverson
Graham, You need to setup the variable org-babel-do-load-languages as in the following: http://orgmode.org/org.html#Languages On 08/24/2010 03:24 AM, Graham Smith wrote: I have been away from emacs/org/babel for a coupe of months and I have just updated the Emacs starter kit for orgmode (htt

Re: [Orgmode] [babel] "No org-babel-execute function for R!" after update

2010-08-24 Thread Erik Iverson
On 08/24/2010 09:06 AM, Graham Smith wrote: Erik You need to setup the variable org-babel-do-load-languages as in the following: http://orgmode.org/org.html#Languages So I see, this has obviously changed as it was working without this before. BUT all working now, so thanks. Great, see http

Re: [Orgmode] mathjax HTML export question

2010-08-24 Thread Erik Iverson
Jan Böcker wrote: On 08/23/2010 08:12 PM, Erik Iverson wrote: Is there something that I'm missing, or that could be "better" with a local installation of MathJax? I don't know what "reverts to image fonts in Firefox" means, but whatever is happening on my e

[Orgmode] a bit offtopic, fonts in exported PDF documents

2010-08-26 Thread Erik Iverson
Hello, I'm wondering if anyone can 1) reproduce what I'm seeing 2) help in understanding what's going on. If I export an Org file to LaTeX, the resulting .tex file contains the following in its header: \usepackage[T1]{fontenc} \usepackage{t1enc} Long story short: The resulting .PDF file from

Re: [Orgmode] Bug: export aborts if ':eval query/never' in source code blocks

2010-08-26 Thread Erik Iverson
Which version of org-mode? I can't replicate on git version from minutes ago.. Paul Sexton wrote: #+BEGIN_SRC R :eval query ... #+END_SRC If the above is in an org file, the user runs an export (C-c C-e), and the user types 'no' when asked whether to evaluate the code block, then the whole expo

Re: [Orgmode] a bit offtopic, fonts in exported PDF documents

2010-08-26 Thread Erik Iverson
ckage manager, it might pay to do a "texlive-full" type install, instead of just doing the bits and pieces of latex packages as I've been doing! Unfortunately, I think with at least Ubuntu, that's not the default, so many users may be having the same issue as I am, without even re

Re: [Orgmode] a bit offtopic, fonts in exported PDF documents

2010-08-26 Thread Erik Iverson
Alan, Hi Erik, I'm on Debian Squeeze, and I don't seem to have this problem. The fonts reported in the Properties are LMRoman and they look ok in Evince. I have all the latex extras installed. If you've seen my recent follow-up, that makes sense to me. So you are somehow getting LMRoman as y

Re: [Orgmode] a bit offtopic, fonts in exported PDF documents - oops

2010-08-26 Thread Erik Iverson
Alan L Tyree wrote: On Thu, 26 Aug 2010 12:34:08 -0500 Erik Iverson wrote: Hello, I'm wondering if anyone can 1) reproduce what I'm seeing 2) help in understanding what's going on. If I export an Org file to LaTeX, the resulting .tex file contains the following in its he

Re: [Orgmode] Bug: export aborts if ':eval query/never' in source code blocks

2010-08-26 Thread Erik Iverson
Eric, As a follow-up on a related issue: What if I want to eval a code block for some side-effect, but *not* include code or results in export. This assumes I'm using :session. Is there a way to currently do that? Setting :exports none seems to block evaluating of the code, can the :eval argum

Re: [Orgmode] Re: a bit offtopic, fonts in exported PDF documents

2010-08-26 Thread Erik Iverson
Markus Heller wrote: Erik Iverson writes: John, Thank you for your reply. For those that don't want to read all that follows, please note my conclusion, given here: Since orgmode is automatically telling latex to use T1 encoding, perhaps we should somewhere document to the user that

Re: [Orgmode] Re: [PATCH] Latest git pull has bug in (org-babel-remove-temporary-directory)

2010-08-27 Thread Erik Iverson
Hello, It looks like the delete-directory bug was fixed, but on emacs 23.2 at least, (delete-file) only takes one argument, so org-babel-remove-temporary-directory is still throwing an error in my case, since we have: (delete-file file nil) --Erik Detlef Steuer wrote: Hi Eric,

Re: [Orgmode] a bit offtopic, fonts in exported PDF documents - oops

2010-08-30 Thread Erik Iverson
Nick Dokos wrote: Carsten Dominik wrote: Hi, I have not followed this thread closely, so if the discussion ends in something we should change in Org, please write to me and let me know explicitly. Thanks! Erik Iverson might have a different take but my take is that there is no major

[Orgmode] [babel] silent code block evaluation on export

2010-08-31 Thread Erik Iverson
Hello! I have pasted an org-mode file with my question, it's easies to explain by copying the below file and exporting it to HTML. Thanks, --Erik * Silent code block evaluation on export. The goal is to /run/ a code block on expor

Re: [Orgmode] Re: [BUG] some nasty bugs with PROPERTIES drawers

2010-08-31 Thread Erik Iverson
Paul Sexton wrote: David Maus ictsoc.de> writes: I cannot reproduce this wiht Org-mode version 7.01trans (pulled yesterday) on GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-08-14 on raven, modified by Debian There is a documentation file, README.org, that accompanies org

Re: [Orgmode] org-edit-src-code : same window?

2010-09-01 Thread Erik Iverson
See the org-src-window-setup variable. I think you want it set to current-window. Richard Riley wrote: Is there a way to configure emacs/org so that C-c ' which calls org-edit-src-code for me opens the source in the same window rather than splitting the window and continuing to show the then r

Re: [Orgmode] Ditaa and babel goofing again?

2010-09-01 Thread Erik Iverson
I see the following in my *Messages* buffer after running. executing Ditaa code block... java -jar /home/fileserv/tacc/eriki/emacs/lisp/org-mode/contrib/scripts/ditaa.jar /tmp/babel-31845pim/ditaa-318455Fo example.png DiTAA version 0.8, Copyright (C) 2004--2009 Efstathios Sideris Running w

Re: [Orgmode] [babel] silent code block evaluation on export

2010-09-01 Thread Erik Iverson
On 09/01/2010 08:37 PM, Eric Schulte wrote: "Eric Schulte" writes: Hi Erik, I believe that when a session is specified then all code blocks will be evaluated but their results will not be included in the exported output. To clarify the above, if a code block has a :session header argument

Re: [Orgmode] Org now fontifies code blocks

2010-09-02 Thread Erik Iverson
Dan, Thank you to David and yourself for this great feature. I have absolutely no opinion about the default on/off, except to say it looks great on. Is your TAB key patch[1] in master yet? http://www.mail-archive.com/emacs-orgmode@gnu.org/msg28640.html Dan Davison wrote: I've just pushed ch

Re: [Orgmode] Re: [BABEL] [PROPOSAL] Seemless editing of Babel Blocks

2010-09-02 Thread Erik Iverson
If you really want to use language major mode commands without leaving the Org buffer, I suggest investigating Lennart Borgman's nxhtml package[1]. This features a function `org-mumamo-mode' which automatically switches Org code blocks into native major modes. I have encountered one bug whch ma

Re: [Orgmode] horiontal alignment of tables in latex export?

2010-09-03 Thread Erik Iverson
Matt Price wrote: Are tables always aligned in the center of the page when exported to latex? I have a simple table that I want to put on the left hand side of the page instead. The html output is just what I want, but the pdf generated via latex puts the table in the (horizontal) center of

Re: [Orgmode] horiontal alignment of tables in latex export?

2010-09-03 Thread Erik Iverson
See org-export-latex-tables-centered: (defcustom org-export-latex-tables-centered t "When non-nil, tables are exported in a center environment." :group 'org-export-latex :type 'boolean) Matt Price wrote: Are tables always aligned in the center of the page when exported to latex? I have a

Re: [Orgmode] Comments in tangled source

2010-09-03 Thread Erik Iverson
On 09/03/2010 10:54 PM, aditya siram wrote: Hi all, I have a heading like this : * Root Comments about root. #+begin_src haskell :noweb yes :comments yes :tangle Main.hs main = print "hello world" #+end_src When I tangle the file, I would expect the "Comments about root" to be a comment above

Re: [Orgmode] A few stats and figures about org/worg and the mailing list

2010-09-05 Thread Erik Iverson
On 09/05/2010 05:52 PM, Sebastian Rose wrote: Bastien writes: http://orgmode.org/worg/org-worg-stats.php http://orgmode.org/worg/org-mailing-list.php#sec-3 Thanks to Eric Schulte for write the babel file which produced the commits stats (I'll update this graph from time to time.) This is so

Re: [Orgmode] Re: Org now fontifies code blocks

2010-09-06 Thread Erik Iverson
On 09/06/2010 11:59 AM, Richard Riley wrote: Eric S Fraga writes: On Thu, 02 Sep 2010 08:51:16 -0700, Dan Davison wrote: I've just pushed changes which mean that Org now fontifies code in code blocks. Currently, this is turned on by default, so it would be helpful if people could report any

Re: [Orgmode] Why :ID: properties?

2010-09-07 Thread Erik Iverson
Did you recently start using MobileOrg? I think it uses them (by default) to keep track of headlines. See the MobileOrg part of the manual on how to turn them off if that is indeed the issue. On 09/07/2010 09:10 AM, Rainer M Krug wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi suddenl

Re: [Orgmode] org-babel and gnuplot

2010-09-07 Thread Erik Iverson
On 09/07/2010 10:12 PM, Nick Parker wrote: Hi John, I would actually like to plot different lines per distance, each that correlate to a date and elapsed-time (x and y axis respectively). I get an error with the :file notation, though I read that in a sample babel gnuplot example for generatin

Re: [Orgmode] Re: Org now fontifies code blocks

2010-09-08 Thread Erik Iverson
Sébastien Vauban wrote: Hi Bastien and Dan, Bastien wrote: Dan Davison writes: (We badly need a customize group for these org-src but non-babel variables[1]. That suggests to me subsuming the "Babel" group (Should be "Org Babel" for consistency?) within a new group, perhaps "Org Code" or "

[Orgmode] TAB character in source code blocks

2010-09-09 Thread Erik Iverson
Hello, I'm using org source blocks to write a Makefile. #+begin_src makefile :tangle Makefile target: dependencies command #+end_src At least in GNU make, commands must start with a TAB. However, after I close the code edit buffer with C-c ', the resulting whitespace in the org-mode bu

Re: [Orgmode] org-babel and empty code blocks : publishing html

2010-09-09 Thread Erik Iverson
What are your buffer-wide values for :exports and :results ? Richard Riley wrote: On my journal capture template I include a #begin_src and #end_src block as I frequently want to journal code. Being lazy I dont necessarily want to delete this block even if I have no code in that org-entry. Is i

Re: [Orgmode] org-babel and empty code blocks : publishing html

2010-09-09 Thread Erik Iverson
Eric Schulte wrote: I'd think adding an ":exports none" header argument should be sufficient. If the code block is empty, I doesn't appear so. If you put in a literal nil in the code block, then :exports none does as expected. Best -- Eric Richard Riley writes: On my journal capture

Re: [Orgmode] IP locator

2010-09-09 Thread Erik Iverson
There was a little discussion of this earlier this summer: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg26465.html On 09/09/2010 11:19 PM, Indraneel Majumdar wrote: Hi all, Is there any way of putting in location information automatically, eg. in a Diary or Journal entry? I was thinking

[Orgmode] org-exp-bibtex and multiple latex runs

2010-09-10 Thread Erik Iverson
Hello, Does anyone use org-exp-bibtex.el from the contrib directory to get bibtex citations in both exported HTML and PDF? If so, how do you deal with the PDF generation process, since it requires multiple runs of latex/bibtex? Do you do that within org-mode, or just do it through the shell? T

Re: [O] agenda: "void: category-pos"

2011-08-24 Thread Erik Iverson
Yes, happened to me today too. On 08/24/2011 04:20 PM, Michael Brand wrote: Hi all Since http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=15798836e2bb84bebfb005375e08e38830fc90ee from yesterday or with the newest release_7.7-194-gd203b61 when I try to open the agenda with a minimal setup I g

Re: [O] Escaping Square Brackets in LaTeX Export

2011-09-01 Thread Erik Iverson
Richard, On 09/01/2011 06:24 AM, Richard Lewis wrote: I want to include the following in an org-mode buffer and be able to export it to LaTeX: #+begin_src python :exports code s[0] #+end_src This works for me with both python and R code blocks on the latest version pulled from git. Which v

Re: [Orgmode] Suppressing src block evaluationon publish?

2011-02-01 Thread Erik Iverson
Loris Bennett wrote: Hi, I have an org file containing several src blocks which generate images using ditaa. When I publish to PDF via LaTeX, the images are all generated every time, which makes publishing rather slow. Is there some way to toggle the evaluation of the src blocks on and off wh

Re: [Orgmode] Re: [OT] M-x not working anymore

2011-02-01 Thread Erik Iverson
Markus Heller wrote: Tassilo Horn writes: Markus Heller writes: Hi Markus, M-x doesn't work anymore!! The M key works, e.g. M-w still does what it's supposed to if a region is active, and I can use ESC x instead. What does C-h k M-x say? For C-h k M-x, it doesn't say anything. For C

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Erik Iverson
Marcelo, I've started dreaming of a system called 'org-dashboard' that will do things like this. E.g., progress tracking for projects, books, weight loss goals. Graphics of time tracking for sleeping hours, work hours, exercise hours, etc. Simple counts of how many Coke's you drink, etc. The

Re: [Orgmode] Combination of =code= and Description

2011-02-03 Thread Erik Iverson
I believe is happening anyway, and would be happy to be corrected by a true guru! --Erik Iverson ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Erik Iverson
Eric S Fraga wrote: Erik Iverson writes: Marcelo, I've started dreaming of a system called 'org-dashboard' [...] I'm very much in the design phase now, no code. I should have some but sounds good! I look forward to it. The trick will be to ensure that the co

Re: [Orgmode] silent evaluation during export

2011-02-04 Thread Erik Iverson
Andreas, This may help, but I'm not sure what language you're using. I was using in this discussion. http://www.mail-archive.com/emacs-orgmode@gnu.org/msg29333.html The upshot from that thread was that by including a :session argument, you guarantee that the code runs on export. --Erik Andrea

[Orgmode] [babel] common lisp / slime evaluation in org-mode

2011-02-09 Thread Erik Iverson
Hello, I have started playing around with SLIME and was pleased to find there was already some support in org-mode for evaluating Common LISP blocks. The comments in ob-lisp.el makes it clear that it is not complete support yet. It appears for example that you can only evaluate one lisp form per

Re: [Orgmode] [babel] common lisp / slime evaluation in org-mode

2011-02-09 Thread Erik Iverson
On 02/09/2011 07:18 PM, Eric Schulte wrote: Hi Erik, I've been switching from Clojure to Common Lisp myself, and have also found that there are some issues with ob-lisp.el (although I've been too busy recently to look closely at them). ob-clojure.el works well, and uses slime for code evaluatio

Re: [Orgmode] [babel] common lisp / slime evaluation in org-mode

2011-02-10 Thread Erik Iverson
Looking at the code in ob-lisp.el, I think I see why this is happening, but don't know enough about SLIME yet to make it work. It seems that line that calls =eval-slime= would need to be changed to =eval-slime-buffer= after dumping the code block into a temporary buffer. However, that didn't qu

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-20 Thread Erik Iverson
Jeffrey, Now, I'd like to integrate them into an org document. I'd like: 1) To use babel to handle the TikZ source This is possible. 2) To wrap the resulting drawing in a figure environment for automatic numbering and centering See http://orgmode.org/worg/org-contrib/babel/languages/ob-do

[Orgmode] [babel] some lisp/slime progress

2011-02-20 Thread Erik Iverson
e (org-babel-temp-file "lisp-script-"))) (with-temp-file script-file Then, things like the following work, where I assume you've already started M-x slime. #+begin_src emacs-lisp :session (defvar test1 "test1 value") (defvar test2 "test2 value") tes

Re: [Orgmode] [babel] some lisp/slime progress

2011-02-20 Thread Erik Iverson
Then, things like the following work, where I assume you've already started M-x slime. #+begin_src emacs-lisp :session (defvar test1 "test1 value") (defvar test2 "test2 value") test2 #+end_src #+results: : test2 value Er, not emacs-lisp, just lisp... like the following #+begin_src lisp :s

Re: [Orgmode] inserting images in HTML export

2011-02-21 Thread Erik Iverson
I think this is simply because you're generating a PDF, which can't really be displayed 'in html'. Try generating a bitmap format such as PNG. That should work! On 02/21/2011 05:26 PM, Julian Burgos wrote: Dear list, Here is another of my newbie questions. As many others, I´m exploring ways

Re: [O] Re: [Orgmode] Re: Org Babel and R issue with pdf latex export

2011-02-28 Thread Erik Iverson
Ben, And what about your .Rprofile. Since your R code does produce a warning, I wonder if you have instructed R to take some special action when it sees one? --Erik Ben Ward wrote: On 28/02/2011 11:24, Rainer M Krug wrote: On Mon, Feb 28, 2011 at 8:07 AM, Ben Ward wrote: On Sun, 2011-02-27

Re: [O] Re: [Orgmode] Re: Org Babel and R issue with pdf latex export

2011-02-28 Thread Erik Iverson
Erik Iverson wrote: Ben, And what about your .Rprofile. Since your R code does produce a warning, I wonder if you have instructed R to take some special action when it sees one? Related, how does the export process that's not working affect the *R* buffer in Emacs? Can you paste

Re: [O] in-buffer completion question

2011-03-01 Thread Erik Iverson
Not really answering your question, but you do know about C-c C-x p to set properties? henry atting wrote: Let's say I am in an orgmode buffer, more precisely I opened a file with org-contacts. My first entry is: ** Mr.X :PROPERTIES: :EMAIL: m...@mail.me :END: Then I want to create a new ent

[O] inline R code evaluation?

2011-03-03 Thread Erik Iverson
Hello list! I haven't used inline code evaluation in R too much, but I thought the following used to work. Can anyone tell me if I'm doing something wrong, or maybe it's temporarily broken in git? I just pulled. ### begin org example ### * testing inline R/org-mode evaluation Here I test inli

Re: [O] latex fragments, dvipng and mathjax

2011-03-08 Thread Erik Iverson
On 03/08/2011 02:16 PM, Nick Dokos wrote: [following up on my post...] One thing that should have helped is to set the mathml option to nil: --8<---cut here---start->8--- #+MATHJAX: align:"left" mathml:nil path:"/home/nick/lib/mathjax/mathjax-MathJax-20e0cf6

Re: [O] Slow movement in large buffers

2011-03-15 Thread Erik Iverson
Scott Randby wrote: On 03/15/2011 12:11 PM, Chris Randle wrote: On 2011-03-15 03:25, Matt Lundin wrote: I've been navigating the org-issues file (14000+ lines) and have found movement within the file to be fairly slow. Sometimes Emacs will lock up for several seconds. Do others have the same

Re: [O] Problem with agenda and diary

2011-03-17 Thread Erik Iverson
Dan, My agenda won't build this morning either, so it's more than you. I don't have time to investigate right now, but just know it's not something you did. --e Dan Griswold wrote: Hi all, As of today, there's a problem with org-agenda-list when org-agenda-include-diary is set to t. I get thi

Re: [O] Worg updating?

2011-03-17 Thread Erik Iverson
On 03/17/2011 05:34 PM, Nick Dokos wrote: Thomas S. Dye wrote: Aloha all, Changes I made to the LaTeX export tutorial several days ago haven't made their way to Worg yet. Is Worg updating? All the best, Tom Thanks for reminding me: I made a change to org-hacks some time ago and it hasn't

Re: [O] Using Variable in Org-capture configuration

2011-03-22 Thread Erik Iverson
Chao, I believe I had the exact same issue, caused the exact same use case, i.e., Dropbox. Read David's answer and see if it helps: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg29029.html Chao LU wrote: Dear all, Just writing to see if it is possible to use variable in org-capture

Re: [O] [babel] Trouble with :cache yes

2011-03-23 Thread Erik Iverson
ken.willi...@thomsonreuters.com wrote: On 3/23/11 1:16 PM, "Eric Schulte" wrote: writes: Or perhaps, is there some command to evaluate all blocks in a document that need to be re-evaluated, and save the results back to the buffer? I could do that every time before exporting, maybe. Fort

Re: [O] [Babel] How to find out export format in a babel plugin

2011-03-24 Thread Erik Iverson
On 03/24/2011 10:09 PM, Jianing Yang wrote: Hi, all I've recently written a babel plugin which does syntax highlighting using pygment. However, I have to specify a '-f html' option every time I use it. It looks like #+begin_src pygment :cmdline -l bash -O linenos -f html exec 3<&0 # copies STD

Re: [O] Illiterate programming question

2011-03-30 Thread Erik Iverson
Nick Dokos wrote: Robert Goldman wrote: I would like to do the opposite of literate programming (hence the subject line!): I would like to pull into my org file snippets from a code file. I know that org-mode will let me import /entire/ source code files. Is there some way to say "Import

Re: [O] Using orgmode to take "inline notes" for research

2011-04-05 Thread Erik Iverson
If you export to HTML, you should be able to export your notes with a CSS class to style your notes as differently from the text as you like. On 04/05/2011 10:32 PM, Eric Schulte wrote: Hi John, Interesting use case, I definitely see the utility. I think that blocks may be an appropriate solu

[O] [babel] variable org-babel-function-def-export-keyword not respected?

2011-06-11 Thread Erik Iverson
Hello, At some point in the distant org past, I seem to recall that named source code blocks were exported with their names in tact. Now (latest git pull, Org-mode version 7.5 (release_7.5.367.gc4737)) the code is only exported, and not the name of the block. For example, export the followin

[O] #+begin_example broken when #+begin_src included inside?

2011-06-12 Thread Erik Iverson
Hello, Can anyone confirm the following: Export the following org-mode markup to, say, latex * a headline here's an example of a code block ... #+BEGIN_EXAMPLE #+BEGIN_SRC #+END_SRC #END_EXAMPLE I get (only relevant portion included): \section{a headline} \label{sec-1} here's an example

[O] git server issue, repo.or.cz and orgmode.org

2011-06-15 Thread Erik Iverson
Hello, I pull git daily both at home and work. I noticed a bunch of updates this morning at work, as expected. But at home, I keep getting: $ git pull Already up-to-date. $ git log -1 commit 90f6765cdf77c1414726d899f00c77da43f45758 Author: Eric Schulte Date: Mon Jun 13 14:58:56 2011 -070

Re: [O] how to turn off capitalization

2011-06-23 Thread Erik Iverson
On 06/22/2011 10:35 PM, Rustom Mody wrote: Ive just found that org is capitalizing my titles in html export. [I had not noticed this earlier] I would like to capitalize my titles slightly differently: for example propositions like 'to' 'with' etc I would like to leave as lowercase. Is it possibl

Re: [O] Babel-R vs. ESS

2014-06-25 Thread Erik Iverson
+1 for Ista. Use both. I tend to write a lot of R code for reading in data, and then merging it with other sources and cleaning it. For my purposes, I usually do those activities in a .R file (so using ESS in Emacs), and output a 'tidy' data.frame ready for analysis. Then I might use org-mode to

[O] possible org-insert-heading bug?

2013-07-02 Thread Erik Iverson
Hello, I am using a current git pull (Org-mode version 8.0.3, release_8.0.3-345-g239aa7) and noticed behavior that's easiest to show with a small example. If you save and visit the following org file, https://dl.dropboxusercontent.com/u/7514404/test.org you will see the behavior described and do

Re: [O] possible org-insert-heading bug?

2013-07-03 Thread Erik Iverson
> - http://www.mail-archive.com/emacs-orgmode@gnu.org/msg70718.html >>> - http://osdir.com/ml/emacs-orgmode-gnu/2013-05/msg00846.html >>> - http://permalink.gmane.org/gmane.emacs.orgmode/72399 >>> >>> I've taken to using C-RET in the meantime, as it seems to

Re: [O] Send line to R process from babel block?

2013-08-22 Thread Erik Iverson
John, Do you know about creating an indirect buffer with the current source block? This indirect buffer will be in ESS mode, and any changes you make will be in the original source block when you exit the indirect buffer. I believe C-c ' in a source block will activate the indirect buffer. There

Re: [O] OrgCamp in Madrid

2014-02-27 Thread Erik Iverson
On Thu, Feb 27, 2014 at 11:32 AM, David wrote: > El 27/02/14 17:43, Thomas S. Dye escribió: >> Aloha David, >> >> The website says "where people gather IRL ..." What does IRL mean? IRL usually means "in real life" in this context. As opposed to "through the internet".

Re: [O] A file with 'org-mode rot'?

2014-04-13 Thread Erik Iverson
Remote possibility: I've had issues with org-mode being slow when using linum-mode in the past: E.g., http://stackoverflow.com/questions/5229705/emacs-org-mode-turn-off-line-numbers So you might want to make sure that's not enabled. On Sun, Apr 13, 2014 at 12:49 PM, Nicolas Goaziou wrote: > Ka

Re: [O] How to specify birthdays?

2014-05-12 Thread Erik Iverson
Not a direct answer, but have you found the org-contacts package? https://julien.danjou.info/projects/emacs-packages#org-contacts It supports the BIRTHDAY property. See the note at bottom of the link above about how it integrates with the agenda. Example: ** Dad :PROPERTIES: :BIRTHDAY: 1955-01

Re: org-in-org

2021-02-23 Thread Erik Iverson
Hi Greg! I am not sure if this would be useful to your efforts, but I have an "R in org-mode" tutorial on github: https://github.com/erikriverson/org-mode-R-tutorial Apparently it is now 10 years old somehow, time flies. Best, --Erik On Tue, Feb 23, 2021 at 6:25 AM Greg Minshall wrote: > i

<    1   2