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

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

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: [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] 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] 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] 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

[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] 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: [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] 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

[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

[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] [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

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

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] [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] [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] 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] 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] 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] 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] 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

[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] 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

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] 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: [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: [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

[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] 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

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] 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

[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] 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

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] 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
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] 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] 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] [OT] emacsclient -t (was Re: [OT] Have you also got hooked by Vim?)

2011-01-21 Thread Erik Iverson
Jeff Horn wrote: On Thu, Jan 20, 2011 at 11:00 AM, Eric S Fraga wrote: Matt Lundin writes: Jeff Horn writes: On Wed, Jan 19, 2011 at 9:51 PM, Matt Lundin wrote: alias emacs="emacsclient -t -a /usr/bin/emacs" Thanks for sharing this. My manual doesn't mention the -t flag. What does it

Re: [Orgmode] C-c a t shows empty list

2011-01-20 Thread Erik Iverson
Микола Стрєбков wrote: Hi On 20 січ. 2011, at 23:43, Erik Iverson wrote: Which version of Emacs / org-mode? Hmm... Emacs 23.2 OS X, "M-x org-info" shows docs for 6.33 but I have installed version 7.4... Does M-x org-version report the correct version? The latest org-mode in

Re: [Orgmode] C-c a t shows empty list

2011-01-20 Thread Erik Iverson
Which version of Emacs / org-mode? Микола Стрєбков wrote: Hi orgsters, I started to use org-mode together with MobileOrg and everything was fine. But two days ago I realized that I'm unable to build neither agenda nor todo lists from my org files. Problem occurred on both Emacs and my iPhone e

Re: [Orgmode] Need help on org-exp-blocks and dot

2011-01-20 Thread Erik Iverson
opt/local/sbin:$PATH # Finished adapting your PATH environment variable for use with MacPorts. On Thu, Jan 20, 2011 at 1:28 PM, Erik Iverson mailto:er...@ccbr.umn.edu>> wrote: Bryan Emrys wrote: Hi, Now getting an error message: /bin/bash: d

Re: [Orgmode] Need help on org-exp-blocks and dot

2011-01-20 Thread Erik Iverson
Bryan Emrys wrote: Hi, Now getting an error message: /bin/bash: dot: command not found Hmm. Pathname issue? Absolutely. On the mac, dot is in /opt/local/bin/dot My .emacs file has: (setq load-path (cons "/opt/local/bin" load-path)) That won't add anything to your shell's path, it's ju

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Erik Iverson
Jeff Horn wrote: On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison wrote: I strongly second this. In fact I'll stick my neck out more: Worg is great, but for tutorials on org-mode, HTML export is often the wrong format for obvious reasons (i.e. unless you go to some trouble, it conceals a lot of t

Re: [Orgmode] Blogging from org-mode

2011-01-17 Thread Erik Iverson
Hello, On 01/17/2011 03:02 PM, Samuel Wales wrote: On 2011-01-17, Erik Iverson wrote: I also simply use weblogger.el (http://www.emacswiki.org/emacs/WebloggerMode) I made the mistake of trying this, thinking it had no dependencies other than the other .el file so would be easier. It looks

Re: [Orgmode] Blogging from org-mode

2011-01-17 Thread Erik Iverson
On 01/17/2011 01:13 PM, Juan Reyero wrote: On Sun, Jan 16, 2011 at 9:57 PM, Tom Breton (Tehom) mailto:te...@panix.com>> wrote: Some months back I contributed improvements to org-html. My intent was to make it easy to post org files as blog posts. So this is a sort of delayed announ

Re: [Orgmode] Basic organization question

2011-01-14 Thread Erik Iverson
On 01/14/2011 09:35 PM, Tommy Kelly wrote: I can see that TODOs can be organized using tags, or categories, or files, or simply subtrees (or several of those). Is there an obvious choice? My vote is "NO", org is really about finding what works best for you, and the plethora of choices reflects

[Orgmode] Question on org-beamer markup

2011-01-12 Thread Erik Iverson
Hello, According to http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html the following markup should work when exporting to PDF from an org-beamer document. - the first, very @important@, point! - the previous point shows the use of the special markup which translates to the Beame

Re: [Orgmode] org-babel, R, and org-babel-open-src-block-result

2011-01-11 Thread Erik Iverson
On 01/11/2011 04:22 AM, Leo Alekseyev wrote: I recently started using org-babel with R, and so far I think it's pretty great! I'm still getting accustomed to org-babel workflow and am playing with available options. I have a couple of questions: I noticed that C-c C-o (org-babel-open-src-block

Re: [Orgmode] Help with migrating blog to org-mode format

2011-01-10 Thread Erik Iverson
Myriam, I write my content in Org-mode, and use weblogger.el to post my content. Just search for weblogger on Emacs wiki, and perhaps this will help a bit too: http://www.randomsample.de/dru5/node/77 This is about Drupal, but the ideas should work for posting to anything that supports xmlrp

Re: [Orgmode] Images from R in LaTeX and PDF

2011-01-07 Thread Erik Iverson
And what version of org are you using? Ben Ward wrote: #+begin_src R :exports both full <- read.csv(file="~/Documents/BSc Biology/Third Year/BY6001-40 - Dissertation/Data and Analysis/Evolution Results.csv", head=T) library("lattice") ecoli = subset(full, Bacterium=="E.coli") edett = subs

Re: [Orgmode] Babel and R issue when exporting to PDF via LaTeX in Windows 7

2011-01-03 Thread Erik Iverson
Ben Ward wrote: Hi, all, I hope someone can help with this issue, Unfortunately I'm having a work PC upgrade, and it means Windows 7 and the order not to install any other system on it for compatibility and for the IT experts - I use the term loosely, to only need to know how to use one sys

Re: [Orgmode] MobileOrg Android 0.5.0 - Now with native Dropbox support!

2010-12-21 Thread Erik Iverson
On 12/21/2010 06:25 PM, Matthew Jones wrote: Merry Christmas to all MobileOrg Android users... I am pleased to announce the 0.5.0 release of MobileOrg for Android. Great, looking forward to trying it out! This release includes support for Dropbox which is the single most requested feature.

Re: [Orgmode] [babel] ob-web

2010-12-17 Thread Erik Iverson
Sebastien, This is probably pretty simple to do with a number of org-mode supported languages. Since I know R best, I can recommend the RCurl package (http://www.omegahat.org/RCurl/) for doing exactly as you describe. I'll look into an R implementation of this when I get some time over break in

Re: [Orgmode] [OT] Emacs for Windows 7

2010-12-16 Thread Erik Iverson
Markus Heller wrote: Hello all, I know this is OT, but I'm going to have to have my work computer upgraded to Apparently that's a good idea! :) ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.

Re: [Orgmode] How can i share a single org-default-notes-file between multiple instances of emacs?

2010-12-16 Thread Erik Iverson
Note a direct answer, but I would just open up all the buffers you use, and then either save window configurations in registers to recall them when you switch contexts, or use a package like Elscreen: http://www.emacswiki.org/emacs/EmacsLispScreen Eric Holbrook wrote: At work i typically need t

Re: [Orgmode] [RFC] Self-configuring Org-mode files

2010-12-10 Thread Erik Iverson
Jeff Horn wrote: On Fri, Dec 10, 2010 at 2:09 AM, Thomas S. Dye wrote: 4) A super-function in the Library of Babel would set the buffer-local instance of every relevant Org-mode variable to its default state: #+source: lob-set-local-defaults #+begin_src emacs-lisp ... #+end_src Would this f

Re: [Orgmode] Elsevier's "Executable Paper Grand Challenge"

2010-12-07 Thread Erik Iverson
The purpose of the Executable Paper Challenge is to invite scientists to put forth their ideas pertaining to these pressing and unsolved questions. I come up with the same answer to all four questions --- Org-mode! Yes, these are only unsolved questions to those who haven't discovered

Re: [Orgmode] Re: org-indent mode not indenting free text?

2010-12-03 Thread Erik Iverson
Carsten Dominik wrote: Hi Erik, On Dec 3, 2010, at 5:18 PM, Erik Iverson wrote: Just a guess here: This may be some weirdness because the check in org-indent *will* allow people using GNU Emacs 23.1.50 to turn on org-indent, as far as I can tell. org-indent-mode should work in 23.1.50

Re: [Orgmode] Re: org-indent mode not indenting free text?

2010-12-03 Thread Erik Iverson
Just a guess here: This may be some weirdness because the check in org-indent *will* allow people using GNU Emacs 23.1.50 to turn on org-indent, as far as I can tell. The message "org-indent-mode can crash Emacs 23.1" does not fully explain if it can also crash 23.1.50. If indeed you should be h

Re: [Orgmode] org-indent mode not indenting free text?

2010-12-02 Thread Erik Iverson
I also don't understand the following part of Antti's message: "Free text is still not indented and indents are only one space." That seems contradictory to me? --Erik Erik Iverson wrote: Carsten, Not as far as I can tell, it seemed fixed to me after David's

Re: [Orgmode] org-indent mode not indenting free text?

2010-12-02 Thread Erik Iverson
d be mis-remembering. --Erik Carsten Dominik wrote: Hi Erik, are you still having this problem? - Carsten On Nov 23, 2010, at 5:47 PM, Erik Iverson wrote: Hello, I just pulled the latest org from git, and org-indent mode does not seem to be fully working anymore. I still see the addit

Re: [Orgmode] Synchronize files among computers via MobileOrg, and create tasks from iPhones?

2010-12-01 Thread Erik Iverson
Jing Su wrote: Dear all, Just curious that if we could push to the MobileOrg server, e.g., DropBox, from a computer, and pull it down from another computer, so that we can synchronize org files on different computers via MobileOrg. I store all my *actual* org files on Dropbox, along with

[Orgmode] org-indent mode not indenting free text?

2010-11-23 Thread Erik Iverson
Hello, I just pulled the latest org from git, and org-indent mode does not seem to be fully working anymore. I still see the additional stars added to headlines, and they are shadowed properly. But the free text lines under each headline are not shown indented as they previously were. I cannot

Re: [Orgmode] inconsistent export of R results in orgmode 7.3,

2010-11-22 Thread Erik Iverson
Ian, What does your *R* session buffer look like when this does and does not work? The same? Perhaps the prompt is getting confused at some point? Your example has worked 4 times in a row for me... --Erik Ian Kennedy wrote: Since upgrading to org-mode 7.3 I have had inconsistent export of R

Re: [Orgmode] Re: Clock report (R from the agenda)

2010-11-22 Thread Erik Iverson
Carsten, yes, fixed, thank you! Carsten Dominik wrote: Hi Erik, please pull and see if the error persists. What is the value of org-agenda-start-with-clockreport-mode ? - Carsten On Nov 19, 2010, at 7:38 PM, Erik Iverson wrote: I don't know what this thread is about, but it seems re

Re: [Orgmode] org-latex-to-pdf-process missing?

2010-11-22 Thread Erik Iverson
I'm guessing you just need to (require 'org-latex) --Erik Jeff Horn wrote: Dear orgsters, Sorry for the noise, but it isn't immediately clear to me from the docs. `C-h v org-latex-to-pdf-process` indicates that the variable doesn't exist in my org-mode installation. I'm using org-mode 7.3 in

Re: [Orgmode] Re: Clock report (R from the agenda)

2010-11-19 Thread Erik Iverson
I don't know what this thread is about, but it seems related. Aapologies if I'm hijacking it, but as of my latest pull just this morning, my agenda has no clocktable in it, where as it previously did. I have not changed anything as far as I know. Thanks! --Erik Sébastien Vauban wrote: Hi Cars

Re: [Orgmode] Inserting text into the part of an HTML document?

2010-11-18 Thread Erik Iverson
Stephen, There may be a better answer, but I see in the doc-string for org-export-html-style, that: As the value of this option simply gets inserted into the HTML header, you can \"misuse\" it to add arbitrary text to the header. See also the variable `org-export-html-style-extra'. However, I

Re: [Orgmode] Re: [babel] "tangle" results of source blocks?

2010-11-08 Thread Erik Iverson
Unfortunately I can't look this up at the moment, but my guess is that the :results code option might help with what you want? Maurizio Vitale wrote: "Sébastien" == Sébastien Vauban writes: Sébastien> Hello Maurizio, Sébastien> Maurizio Vitale wrote: >> Hi, I have procmail rules d

[Orgmode] org-mode completion tip

2010-11-05 Thread Erik Iverson
Hello, I have always ignored in-buffer Completion (http://orgmode.org/org.html#Completion) in org-mode because it is bound to M-, which my window manager (any many others) use to switch applications. Many of you may have disabled your window manager's special usage of that key, or re-bound the o

Re: [Orgmode] Installing Orgmode through ELPA-tarball

2010-11-01 Thread Erik Iverson
I agree about the word 'easiest'. Perhaps a more neutral phrasing of the question, such as: "How can I install Orgmode through Emacs' Package Manager?" Tom Short wrote: On Mon, Nov 1, 2010 at 8:05 AM, Jambunathan K wrote: ** What is the easiest way to install latest version of Orgmode? Th

Re: [Orgmode] Release 7.02

2010-10-29 Thread Erik Iverson
:03 PM, Erik Iverson wrote: Jeff Horn wrote: On Fri, Oct 29, 2010 at 2:49 AM, Carsten Dominik wrote: Implement MathJax support == Org-mode now uses MathJax to display math on web pages. We serve MathJax from the orgmode.org server, at least for the time being (thanks

Re: [Orgmode] Release 7.02

2010-10-29 Thread Erik Iverson
Jeff Horn wrote: On Fri, Oct 29, 2010 at 2:49 AM, Carsten Dominik wrote: Implement MathJax support == Org-mode now uses MathJax to display math on web pages. We serve MathJax from the orgmode.org server, at least for the time being (thanks Bastien!). If you are goin

Re: [Orgmode] TikZ to separate file (babel?) possible?

2010-10-22 Thread Erik Iverson
John, Does http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.php#sec-4_2 help? There is a tikz example there. The :file argument may be all you're missing, and putting your code in a latex source block. Here is what I do when I have an R code block that generates LaTeX code. Ho

Re: [Orgmode] Re: mobileorg app can't sync

2010-10-21 Thread Erik Iverson
Luke Crook wrote: On Thu, Oct 21, 2010 at 11:17 AM, Erik Iverson <mailto:er...@ccbr.umn.edu>> wrote: I have same same error. The steps I took are as follows; - Downloaded MobilOrg app for iPhone. - Created an account on Dropbox. - Linked Mo

Re: RE [Orgmode] Re: Issues with org-mode and LaTeX export.

2010-10-21 Thread Erik Iverson
For the time being I am stuck with this version. I am sending a request to our IT group to upgrade Emacs to the most recent version for the version of RedHat we have, this should have a more recent version of org-mode, if I am lucky that should be done in a couple weeks. In the mean time I wi

Re: [Orgmode] Re: mobileorg app can't sync

2010-10-21 Thread Erik Iverson
I have same same error. The steps I took are as follows; - Downloaded MobilOrg app for iPhone. - Created an account on Dropbox. - Linked Mobilorg to Dropbox account. - Created test entry in Mobilorg. - Attempted to sync. Error returned "Error syncing changes. An error was encountered while at

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-07 Thread Erik Iverson
Dan Davison wrote: Erik Iverson writes: Rainer M Krug wrote: Hi I am about to write an R package, and as I am an org-mode and org-babel user, I would (obviously) like to use org-mode for that. Is there a recommended way of writing an R package in org-babel, or do I have effectively wrap

Re: [Orgmode] [babel] Writing R-packages the org way?

2010-10-07 Thread Erik Iverson
Rainer M Krug wrote: Hi I am about to write an R package, and as I am an org-mode and org-babel user, I would (obviously) like to use org-mode for that. Is there a recommended way of writing an R package in org-babel, or do I have effectively wrap the R code for the documentation etc. into

Re: [Orgmode] Tracking time with MobileOrg

2010-10-06 Thread Erik Iverson
Jeff Kowalczyk wrote: Can the current version of MobileOrg be used for a simple time tracking workflow? (i.e. does it have an easy clock in and clock out?) I do not believe so, but I will put in my vote for this being a really, really good idea. My wife has a need for a simple time trackin

Re: [Orgmode] [babel] creating simple vectors in R

2010-10-05 Thread Erik Iverson
Hello, Dan Davison wrote: I'd appreciate opinions from R users on the following org-babel-R details: I use R daily, with and without org-mode, but have never investigated these features of passing tables and Lisp lists to source blocks, but it looks interesting. More below. Currently, Org

[Orgmode] publishing orgmode to a CMS

2010-10-01 Thread Erik Iverson
Does anyone have any general advice or comments regarding the publishing of org-mode documents to a CMS? I'm thinking of the case where I have HTML files generated by Org-mode, and want to publish it Worg-style, but would prefer to publish to a system with comments/RSS/etc. If anyone has done th

Re: [Orgmode] Re: Org-mode screencasts

2010-09-23 Thread Erik Iverson
rker who just got emacs and org-mode up on his computer and would love to have something this simple and clear-cut. Great work, again. John On Thu, Sep 23, 2010 at 9:54 PM, Erik Iverson mailto:er...@ccbr.umn.edu>> wrote: On 09/23/2010 07:45 PM, Richard Moreland wrote:

Re: [Orgmode] Re: Org-mode screencasts

2010-09-23 Thread Erik Iverson
On 09/23/2010 07:45 PM, Richard Moreland wrote: I jumped the gun a bit and decided to put together a video showing the very basics. It seems overly simple when I re-watch it, but I think it is helpful for those who are unsure how to get started with the basics of Org-mode. http://ncogni.to/or

Re: [Orgmode] Re: Org-mode screencasts

2010-09-23 Thread Erik Iverson
On 09/23/2010 07:45 PM, Richard Moreland wrote: I jumped the gun a bit and decided to put together a video showing the very basics. It seems overly simple when I re-watch it, but I think it is helpful for those who are unsure how to get started with the basics of Org-mode. http://ncogni.to/or

Re: [Orgmode] wrap sourcecode?

2010-09-23 Thread Erik Iverson
On 09/23/2010 07:11 PM, Matt Price wrote: This may be an odd request, but is it possible to wrap sourcecode blocks? attached is the org source for the following page, rendered by wordpress using html generated by org2blog: http://www.hackinghistory.ca/lab-01-understanding-html/ You can see that

Re: [Orgmode] Org-mode screencasts

2010-09-23 Thread Erik Iverson
Richard, First of all, your MobileOrg screencasts are very nice. In my opinion, keeping things high-level and showing the major features are what is important. In a way, they are commercials for the product, and I think the best way to entice people into trying the product is to make them say "W

Re: [Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Erik Iverson
On 09/22/2010 10:13 PM, Vincent Belaïche wrote: Hello all, Thanks for all the feedback. I am using Org-mode version 6.33x which is the latest on emacs CVS repository --- that may be outdated as emacs is using bazaar now. Yes, very outdated. Orgmode 7.01 was released over two months ago now.

Re: [Orgmode] Ditaa usage

2010-09-22 Thread Erik Iverson
On 09/22/2010 08:08 AM, Juri Artamonov wrote: Hello John, if I add what you provided then I have "Warning (initialization): An error occurred while loading `c:/emacs/.emacs.d/init.el': Symbol's function definition is void: org-babel-do-load-languages" message. From your previous post, looks

[Orgmode] exporting to a specified directory

2010-09-20 Thread Erik Iverson
Hello, Can you set some option in an org-mode buffer telling the exporter to write the HTML and PDF versions of the document in a specific directory? I know the publishing mechanism does this, just wondering if there is a simple variable to set per file to set this on export, or do I need to set

Re: [Orgmode] Worg updating?

2010-09-17 Thread Erik Iverson
Hello, Worg now publishes the results of its publishing script, at: http://orgmode.org/worg/publishing.txt I had Bastien install R for an update to the R docs that I'm doing, and it appears to work when he does a manual publish. But I think the problem is that R is not in the path of whatever

Re: [Orgmode] Bibtex and latex export

2010-09-15 Thread Erik Iverson
Rafael, I asked the same question last week :). http://www.mail-archive.com/emacs-orgmode@gnu.org/msg30073.html I've just now looked into the org-latex.el file, and found: (defcustom org-latex-to-pdf-process '("pdflatex -interaction nonstopmode -output-directory %o %f" "pdflatex -intera

[Orgmode] [bug] small problem with tags in HTML export with H:1 option set

2010-09-14 Thread Erik Iverson
See the following .org file for an explanation, I think it's a small bug... == #+TITLE: HTML Export with #+OPTIONS: H:1 set #+STYLE: p {color: red; font-family:sans-serif;} #+OPTIONS: h:1 toc:nil * Here is a headline, no spac

[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: [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

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] 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

  1   2   >