[Orgmode] { in Latex fragments

2010-08-25 Thread Christian Wittern
Hi there, In my org-mode document, I have a special sequence to switch to a Japanese font defined as \J. When using this, I have to do something like {\J (Japanese characters here}. However, when I run the org-mode export, the braces { and } are escaped as \{ and \} and thus loosing their

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

2010-08-25 Thread Eric S Fraga
On Tue, 24 Aug 2010 21:36:40 -0500, Rafael rvf0...@gmail.com wrote: Benjamin Beckwith bnbeckw...@gmail.com 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

Re: [Orgmode] { in Latex fragments

2010-08-25 Thread Giovanni Ridolfi
Christian Wittern cwitt...@gmail.com writes: In my org-mode document, I have a special sequence to switch to a Japanese font defined as \J. When using this, I have to do something like {\J (Japanese characters here}. However, when I run the org-mode export, the braces { and } are escaped as

Re: [Orgmode] { in Latex fragments

2010-08-25 Thread Scot Becker
Or what about \J{japanese characters here}? I do the same with Hebrew, \heb{לִפְנֵי יְהוָה} and (without claiming to have done extensive testing), it seems to work. Org mode is set up to let arbitrary macros of the format \mymacro{data} pass through to LaTeX. You might not even have to change

Re: [Orgmode] { in Latex fragments

2010-08-25 Thread Eric S Fraga
On Wed, 25 Aug 2010 10:21:43 +0200, Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: Christian Wittern cwitt...@gmail.com writes: In my org-mode document, I have a special sequence to switch to a Japanese font defined as \J. When using this, I have to do something like {\J (Japanese

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

2010-08-25 Thread Noorul Islam K M
paulusm paul...@bigpond.com writes: 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:

Re: [Orgmode] { in Latex fragments

2010-08-25 Thread Christian Wittern
Christian Wittern, on the road On Aug 25, 2010, at 17:39, Eric S Fraga ucec...@ucl.ac.uk wrote: to hello [\J ウ ] or: (\J ウ) [] and () are not escaped cheers, Giovanni I think because the {}'s define a scope in latex and so the \J only affects text surrounded by the {}.

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

2010-08-25 Thread Carsten Dominik
Patch 241 (http://patchwork.newartisans.com/patch/241/) is now Accepted. Maintainer comment: Hat to fix the commit message to contain propert ChangeLog. Please take a look for next time This relates to the following submission:

[Accepted] [Orgmode] Recognize underscores in URL

2010-08-25 Thread Carsten Dominik
Patch 214 (http://patchwork.newartisans.com/patch/214/) is now Accepted. Maintainer comment: Tanks This relates to the following submission: http://mid.gmane.org/%3C877hjv90fo.wl%25n.goaziou%40gmail.com%3E Here is the original message containing the patch: Content-Type: text/plain;

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

2010-08-25 Thread Puneeth
Hi All, I'm not sure if I should've jumped into the discussion much earlier, but anyways, On Wed, Aug 25, 2010 at 5:53 PM, Rafael rvf0...@gmail.com wrote: I think Benjamin means that he has customized this http://en.support.wordpress.com/shortcodes/ so that his code works directly. But it

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

2010-08-25 Thread Eric S Fraga
On Wed, 25 Aug 2010 18:21:22 +0530, Puneeth puncha...@gmail.com wrote: Hi All, I'm not sure if I should've jumped into the discussion much earlier, but anyways, On Wed, Aug 25, 2010 at 5:53 PM, Rafael rvf0...@gmail.com wrote: I think Benjamin means that he has customized this

[Orgmode] Mark days in calendar based on agenda

2010-08-25 Thread Claudius Hubig
Good day, I’m quite new to org-mode so please forgive me in case this question already has been answered somewhere else – if that is the case, I wasn’t able to find it. Anyway, I would like my calendar to mark days based on agenda entries. For example, I have a line like the following:

Re: [Orgmode] [babel] help debugging org-babel-execute-buffer

2010-08-25 Thread Eric Schulte
Hi Nick, Thanks for hunting this bug down. Nick Dokos nicholas.do...@hp.com writes: Austin Frank austin.fr...@gmail.com wrote: I have a document that always throws an error when I call org-babel-execute-buffer. I'd guess that there's one particular block that is to blame, but I can't

[Orgmode] [babel] support plantuml

2010-08-25 Thread zwz
I came across Ian Yang's [[http://www.emacswiki.org/emacs/org-export-blocks-format-plantuml.el][org-export-blocks-format-plantuml]] a few days ago, which brought me in front of the great software [[http://plantuml.sourceforge.net/][Plantuml]]. It is an open-source tool in java that allows to

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

2010-08-25 Thread Benjamin Beckwith
Eric, I should mention that I am using the Syntaxhighlighter Evolved plugin for Wordpress. It allows shortcodes with just the language name. I probably should use the [sourcecode lang=...] variant instead. Maybe that is why my version did not work for you? My latest page created with my code

Re: [Orgmode] [Patch] org-capture.el

2010-08-25 Thread Mark Scala
Bastien, I've had a chance to look into this again today, and I've found something that might help you track down the bug (if it is a bug). I've found that when I use this capture template: (L reference entry (*file+headline* ~/code/org/reference.org Test) * %^{Description} %^G \n%? \n %U

Re: [Orgmode] Re: [babel] exports, caching, remote execution

2010-08-25 Thread Eric Schulte
Hi Tom, Thanks for pointing this out. It appears that during export the code block is evaluated in an altered version of the original buffer in which (for some reason) Babel is sometimes not able to find properties which are tucked away in either a #+Babel: line at the top of the file, or as

[Orgmode] Making folded items less dangerous

2010-08-25 Thread Dave Abrahams
Hi All, I've gotten myself in trouble several times today by backspacing after an org-link that ends a headline. That's a typical pattern for editing an org-link, right? Well it turns out that if the item is folded, then the backspace writes over the end of the un-folded item but **appears to

Re: [Orgmode] Making folded items less dangerous

2010-08-25 Thread John Hendy
On Wed, Aug 25, 2010 at 1:09 PM, Dave Abrahams d...@boostpro.com wrote: Hi All, I've gotten myself in trouble several times today by backspacing after an org-link that ends a headline. That's a typical pattern for editing an org-link, right? Well it turns out that if the item is folded,

Re: [Orgmode] Re: [SOLVED] [org-babel] References Not Expanding

2010-08-25 Thread Eric Schulte
Thanks for this patch, I've just applied it. -- Eric aditya siram aditya.si...@gmail.com writes: The last patch is formatted for email. Here's the correct one. Sorry. -deech On Sun, Aug 22, 2010 at 4:21 PM, aditya siram aditya.si...@gmail.comwrote: The function that loads the code block

Re: [Orgmode] [babel] support plantuml

2010-08-25 Thread Eric Schulte
Hi, I agree plantuml certainly makes sense as a new code block type. I'd like to include your ob-plantuml.el file into Org-mode/Babel, would you be willing to complete the FSF assignment process for contributing to Org-mode as described at http://orgmode.org/worg/org-contribute.php? Thanks! --

[Orgmode] Backspacing into folded items

2010-08-25 Thread David Abrahams
Hi All, I've gotten myself in trouble several times today by backspacing after an org-link that ends a headline. That's a typical pattern for editing an org-link, right? Well it turns out that if the item is folded, then the backspace writes over the end of the un-folded item but **appears to

[Orgmode] Argument to org-insert-subheading should be optional [7.01trans]

2010-08-25 Thread M. Creidieki Crouch
The (org-insert-subheading arg) function in org.el should probably have arg as an optional argument. It's used only as a parameter to (org-insert-heading (optional force-heading invisible-ok)), so it doesn't make much sense as a mandatory parameter. I believe that this is also true of

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

2010-08-25 Thread John Hendy
On Tue, Aug 24, 2010 at 8:35 PM, Eric Schulte schulte.e...@gmail.comwrote: John Hendy jw.he...@gmail.com 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

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

2010-08-25 Thread Eric Schulte
John Hendy jw.he...@gmail.com writes: [...] I'll post back if I have further questions. I kind of anticipate them. For instance, how do I include my .png files? Do I need to put them on some other personal server (google doc/site) and have them link to those? Or is there a Worg pic

[Orgmode] Re: Mark days in calendar based on agenda

2010-08-25 Thread Claudius Hubig
Richard Riley rile...@gmail.com wrote: Claudius Hubig nfs_2...@chubig.net writes: Anyway, I would like my calendar to mark days based on agenda entries. For example, I have a line like the following: Is there any way to achieve this? Well, you probably know d can show org-mode items by

[Orgmode] Re: Mark days in calendar based on agenda

2010-08-25 Thread Richard Riley
Claudius Hubig nfs_2...@chubig.net writes: Richard Riley rile...@gmail.com wrote: Claudius Hubig nfs_2...@chubig.net writes: Anyway, I would like my calendar to mark days based on agenda entries. For example, I have a line like the following: Is there any way to achieve this? Well, you

[Orgmode] Re: Org file rendering/manipulation too slow

2010-08-25 Thread Bernt Hansen
Hi Marcelo, I don't use a Mac but someone on the #org-mode IRC channel mentioned trying this: (setq font-lock-verbose nil) HTH, Bernt Marcelo de Moraes Serpa celose...@gmail.com writes: Any hints on this one? It's really annoying to handle (not so) large org files in the OSX version of

[Orgmode] Re: Mark days in calendar based on agenda

2010-08-25 Thread Claudius Hubig
Richard Riley rile...@gmail.com wrote: Claudius Hubig nfs_2...@chubig.net writes: Richard Riley rile...@gmail.com wrote: Claudius Hubig nfs_2...@chubig.net writes: Anyway, I would like my calendar to mark days based on agenda entries. For example, I have a line like the following: Is there

Re: [Orgmode] Backspacing into folded items

2010-08-25 Thread Martin Pohlack
Hi David, On 25.08.2010 11:22, David Abrahams wrote: I've gotten myself in trouble several times today by backspacing after an org-link that ends a headline. That's a typical pattern for editing an org-link, right? Well it turns out that if the item is folded, then the backspace writes over

[Orgmode] Gollum

2010-08-25 Thread Bastien
Guys, some exciting news: the Github team just released Gollum, a simple wiki system built on top of Git [...] Read this: http://github.com/github/gollum#readme And the announcement: http://github.com/blog/699-making-github-more-open-git-backed-wikis Among the list of formats that Gollum

[Orgmode] Table of Contents in html export

2010-08-25 Thread Andrei Jirnyi
Hi all, Are there any options to modify the table of contents in the exported html files (other than whether to show it and to what level)? Or, if there are no such options, perhaps I could modify some elisp functions? Specifically, what I wanted to do was to: - change its name to just

[Orgmode] merging column view headings across files

2010-08-25 Thread Neil Hepburn
Greetings all, I have column view configured differently in several different org files. In some the columns include things like priority and tags, another file has columns like blocker and so on. When I do an agenda search for special todo keywords (in particular STALLED) the search returns

Re: [Orgmode] Gollum

2010-08-25 Thread Eric Schulte
Hi Bastien, I agree it would be great to have web-based editing of Org-mode files on Worg. Unfortunately the Gollum wiki at github uses org-ruby [1] which is a very minimal clone of Org-mode's exported written in ruby. This means that org-mode pages exported by Gollum would in most cases fall

[Orgmode] Re: [babel] support plantuml

2010-08-25 Thread Mike Gauland
This looks very useful, but I'm having trouble getting it to work. Do you have an example? I tried this: #+BEGIN_SRC plantuml :file uml.png Alice - Bob: Authentication Request Bob -- Alice: Authentication Response Alice - Bob: Another authentication Request Alice -- Bob:

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

2010-08-25 Thread Rafael
Puneeth puncha...@gmail.com writes: The line breaks being stripped off is due to code in org2blog. It has nothing to do with org-mode's export. Wordpress does not ignore linebreaks in the content, which looks very ugly for normal posts. Code in org2blog strips off the line breaks from the

[Orgmode] Re: [babel] support plantuml

2010-08-25 Thread Mike Gauland
Mike Gauland mikelygee at gmail.com writes: I can get an image if I evaluate the block manually (e.g., via 'C-c C-c' with the cursor on the BEGIN block), but when I export the file the image is invalid. I figured it out. I was getting extra carriage returns in the file. I've fixed them by

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

2010-08-25 Thread Andrei Jirnyi
On Mon, 23 Aug 2010 14:03:23 -0500, Erik Iverson wrote: post-process the html file generated by the export process, (there is probably a hook so you can do this automatically): apparently it's org-export-html-final-hook --aj ___ Emacs-orgmode

[Orgmode] Re: Argument to org-insert-subheading should be optional [7.01trans]

2010-08-25 Thread Noorul Islam K M
M. Creidieki Crouch creidi...@gmail.com writes: The (org-insert-subheading arg) function in org.el should probably have arg as an optional argument. It's used only as a parameter to (org-insert-heading (optional force-heading invisible-ok)), so it doesn't make much sense as a mandatory