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

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:

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

Re: [O] OrgCamp in Madrid

2014-02-27 Thread Erik Iverson
On Thu, Feb 27, 2014 at 11:32 AM, David david...@riseup.net 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
on the documentation that at the end of the line might mean before the ellipsis, not after? Hope that helps! John On Tue, Jul 2, 2013 at 1:53 PM, Erik Iverson erikriver...@gmail.com wrote: Hello, I am using a current git pull (Org-mode version 8.0.3, release_8.0.3-345-g239aa7) and noticed

[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

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

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

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

[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 schulte.e...@gmail.com Date: Mon

[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 language header arguments code #+END_SRC #END_EXAMPLE I get (only relevant portion included): \section{a headline}

[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

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

Re: [O] Illiterate programming question

2011-03-30 Thread Erik Iverson
Nick Dokos wrote: Robert Goldman rpgold...@sift.info 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

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 30 # copies

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 schulte.e...@gmail.com wrote: ken.willi...@thomsonreuters.com 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

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

Re: [O] Worg updating?

2011-03-17 Thread Erik Iverson
On 03/17/2011 05:34 PM, Nick Dokos wrote: Thomas S. Dyet...@tsdye.com 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

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. snip Do others have the

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

[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

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

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 Wardbenjamin.w...@bathspa.org

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

[Orgmode] [babel] some lisp/slime progress

2011-02-20 Thread Erik Iverson
-))) (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) test2 #+end_src #+results: : test2 value Best Regards, --Erik Iverson

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

[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

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

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
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 er...@ccbr.umn.edu 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 correct

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

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

2011-02-01 Thread Erik Iverson
Markus Heller wrote: Tassilo Horn tass...@member.fsf.org writes: Markus Heller helle...@gmail.com 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

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 e.fr...@ucl.ac.uk wrote: Matt Lundin m...@imapmail.org writes: Jeff Horn jrhorn...@gmail.com writes: On Wed, Jan 19, 2011 at 9:51 PM, Matt Lundin m...@imapmail.org wrote: alias emacs=emacsclient -t -a /usr/bin/emacs Thanks

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 dandavis...@gmail.com 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,

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

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

2011-01-20 Thread Erik Iverson
=/opt/local/bin:/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 er...@ccbr.umn.edu mailto:er...@ccbr.umn.edu wrote: Bryan Emrys wrote: Hi, Now getting

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

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 installed

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) te...@panix.com 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

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 Iversoner...@ccbr.umn.edu 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

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

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

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

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

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

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.

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 t...@tsdye.com 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

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

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] 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 message: http://www.mail

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

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

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

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

Re: [Orgmode] Inserting text into the head 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 head header, you can \misuse\ it to add arbitrary text to the header. See also the variable `org-export-html-style-extra'. However,

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 wxhgmqzgw...@spammotel.com writes: Sébastien Hello Maurizio, Sébastien Maurizio Vitale wrote: Hi, I

[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-TAB, 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

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 kjambunat...@gmail.com wrote: ** What is the easiest way to install latest

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 carsten.domi...@gmail.com 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
:03 PM, Erik Iverson er...@ccbr.umn.edu wrote: Jeff Horn wrote: On Fri, Oct 29, 2010 at 2:49 AM, Carsten Dominik carsten.domi...@gmail.com wrote: Implement MathJax support == Org-mode now uses MathJax to display math on web pages. We serve MathJax from the orgmode.org

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.

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

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

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 er...@ccbr.umn.edu 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

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.

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

2010-10-07 Thread Erik Iverson
Dan Davison wrote: Erik Iverson er...@ccbr.umn.edu 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

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

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

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

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

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.

Re: [Orgmode] Re: Org-mode screencasts

2010-09-23 Thread Erik Iverson
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 er...@ccbr.umn.edu mailto:er...@ccbr.umn.edu wrote: On 09/23/2010 07:45 PM, Richard Moreland wrote: I jumped the gun a bit and decided to put together a video

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

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.

[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

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

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

[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

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

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 rile...@gmail.com writes: On my

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

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 davi...@stats.ox.ac.uk 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,

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

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

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 Fragaucec...@ucl.ac.uk writes: On Thu, 02 Sep 2010 08:51:16 -0700, Dan Davisondavi...@stats.ox.ac.uk 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

  1   2   >