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

2010-08-24 Thread Benjamin Beckwith
Rafael, I had my shortcodes setup to accept the language directly. Your change should work as you indicated. I have an additional fix to my code that should behave better for you. I add a property, org-protected, that prevents processing of the text. I tried it on your code blocks by calling or

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

2010-08-24 Thread Rafael
Benjamin Beckwith writes: > Hi, I also was interested in posting these blocks (through org2blog in > wordpress). The code I posted below is added to > 'org-export-preprocess-hooks' where it looks for BEGIN_SRC blocks as > well as ':' blocks of code. > > In the case of BEGIN_SRC blocks, I add a h

Re: [Orgmode] [For Worg?] Gnuplot unevenly spaced non-numeric data plot?

2010-08-24 Thread Eric Schulte
John Hendy writes: [...] > Cool -- I'm game. That's Great. > What exactly is required? Can my generated html just be plopped in or > should I revise anything? If there's an example page we're modeling > after I can rearrange the pieces to match that? Whatever you think is best. Other language

Re: [Orgmode] Eliminate line breaks in html

2010-08-24 Thread John Hendy
Just tying up loose ends on this... Tim Burt was kind enough to go offline with me for a while on this, but I realized I should put my final solution out there. There is an option in blogger to post in raw html, so for those just starting, that's an option. Just C-u C-c C-e C-R and paste into blog

Re: [Orgmode] [For Worg?] Gnuplot unevenly spaced non-numeric data plot?

2010-08-24 Thread John Hendy
On Wed, Aug 25, 2010 at 12:32 AM, Eric Schulte wrote: > Hi John, > > Nick Dokos writes: > > > John Hendy wrote: > > > >> Alright Nick, careful what you wish for :) For anyone else who could use > this or do something with it: > >> > >> - Over the weekend I figured out a bunch of stuff with gnupl

Re: [Orgmode] Re: From state table to state diagram

2010-08-24 Thread Eric Schulte
Babel does support generating diagrams with graphviz via "dot" code blocks. Babel is also capable of converting Org-mode tables to list objects in a number of languages, so I'd recommend writing a table->dot script in your favorite language, and then using babel to handle the coordination and Org-

Re: [Orgmode] [For Worg?] Gnuplot unevenly spaced non-numeric data plot?

2010-08-24 Thread Eric Schulte
Hi John, Nick Dokos writes: > John Hendy wrote: > >> Alright Nick, careful what you wish for :) For anyone else who could use >> this or do something with it: >> >> - Over the weekend I figured out a bunch of stuff with gnuplot >> - I modified what I found to make it generic and wrote it up i

Re: [Orgmode] Re: From state table to state diagram

2010-08-24 Thread Eric S Fraga
On Tue, 24 Aug 2010 14:06:32 +0200, Gary wrote: > > Eric S Fraga wrote: > > > Sorry, that should have been graphviz... typing on a phone. :-( > > :)) > > Okay, thanks. I know about graphviz, but it is not really what I am > looking for. Ideally I would create a state transition table and the

Re: [Orgmode] properties in agenda prefix

2010-08-24 Thread Skip Collins
On Thu, Aug 19, 2010 at 2:46 AM, Jan Böcker wrote: > Look at "7.5.3 Capturing column view" in the manual, it provides a > solution to the "column view is not printable" problem. I can use column mode in the agenda, which is very useful because it can display properties. I know I can capture colum

[Orgmode] Bug: habit: better error handling required [TAG=7.01g]

2010-08-24 Thread paulusm
Hi org-mode people, Whilst playing with the "shaving" example from http://orgmode.org/manual/Tracking-your-habits.html I accidentally put a bad character in the SCHEDULED timestamp. Instead of: "SCHEDULED: <2010-08-26 Thu .+2d/4d>" I had: "SCHEDULED: <2010-08-26 Thu .+2nd/4d>" When trying t

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 export seems to look nice. Hi Erik

Re: [Orgmode] mathjax HTML export question

2010-08-24 Thread Jan Böcker
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 export seems > to look nice. Hi Erik, when MathJax

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

2010-08-24 Thread Graham Smith
Erik, > Great, see > http://eschulte.github.com/babel-dev/DONE-document-configuration-changes-for-Babel-integration.html > > for a description of why/when this done. Thanks, very useful. Graham ___ Emacs-orgmode mailing list Please use `Reply All' to

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] [babel] "No org-babel-execute function for R!" after update

2010-08-24 Thread Graham Smith
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. Graham ___ E

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] file+olp problem in org-capture.

2010-08-24 Thread Carsten Dominik
Hi everyone, this begins to smell like it should be a FAQ entry :) - Carsten On Aug 24, 2010, at 2:58 PM, Erik Iverson wrote: 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/

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

2010-08-24 Thread Benjamin Beckwith
Hi, I also was interested in posting these blocks (through org2blog in wordpress). The code I posted below is added to 'org-export-preprocess-hooks' where it looks for BEGIN_SRC blocks as well as ':' blocks of code. In the case of BEGIN_SRC blocks, I add a header option, :syntaxhl where I can pas

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] From state table to state diagram

2010-08-24 Thread Eric S Fraga
Sorry, that should have been graphviz... typing on a phone. :-( "Eric S Fraga" wrote: >Check out graphic. I imagine it would be straightforward to integrate this via >babel if it hasn't already been done. > >"Gary" wrote: > >>I know there are already features in orgmode to create tables and

Re: [Orgmode] Mark your Calendars: Carsten will be on the FLOSS Weekly

2010-08-24 Thread Carsten Dominik
On Aug 22, 2010, at 4:35 PM, Anupam Sengupta wrote: Hello fellow Org-mode users, Carsten is going to be the guest on the FLOSS weekly podcast on 22nd September. Link to the show: http://www.twit.tv/floss Carsten, Looking forward to the show! Me too - I am really looking forward to this.

Re: [Orgmode] From state table to state diagram

2010-08-24 Thread Eric S Fraga
Check out graphic. I imagine it would be straightforward to integrate this via babel if it hasn't already been done. "Gary" wrote: >I know there are already features in orgmode to create tables and to >generate images from text diagrams (via ditaa). It is also possible, >theoretically speaking,

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

2010-08-24 Thread Graham Smith
I have been away from emacs/org/babel for a coupe of months and I have just updated the Emacs starter kit for orgmode (http://github.com/eschulte/emacs-starter-kit.git) with the commands : git pull : git submodule update I now get the error "No org-babel-execute function for R!" when I try to

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

2010-08-24 Thread Tim O'Callaghan
Hi, first, am i right i assuming that the file+olp is designed so that i can specify the top of a tree, and the headings in the tree i want to be able to capture to? That is what i am trying to do with the "1" option. It does not evaluate the concat operation and so fails. ;; constant used in lo

[Orgmode] Re: Fix typo in org-find-exact-headling-in-buffer

2010-08-24 Thread Noorul Islam K M
Jambunathan K writes: > Still thinkling but have no inkling about headling. > > Jambunathan K. > > From a49dcabccf5d4589d553115d7ce8a648ab4328f2 Mon Sep 17 00:00:00 2001 > From: Jambunathan K > Date: Tue, 24 Aug 2010 03:05:04 +0530 > Subject: [PATCH] Fix typo in org-find-exact-headling-in-buffer