[Orgmode] [PATCH 1/2] Load XML library if necessary.

2010-07-07 Thread David Maus
* org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML library if necessary. Function that use xml.el must require 'xml to make sure it is loaded at runtime. --- lisp/org-feed.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lisp/org-feed.el

[Orgmode] [PATCH 2/2] Change indentation to match coding style guideline.

2010-07-07 Thread David Maus
* org-feed.el: Change indentation to match coding style guideline. Cosmetic changes. --- lisp/org-feed.el | 88 ++ 1 files changed, 49 insertions(+), 39 deletions(-) diff --git a/lisp/org-feed.el b/lisp/org-feed.el index e41ad97..2af97e5

Re: [Orgmode] [Org-mode] feed.el

2010-07-07 Thread David Maus
Mark Scala wrote: I created a file in ~/org called feeds.org and in that file did C-c C-x g. A headline for Slashdot Entries appeared. But when I do C-c C-x g on that entry I get the following message: Symbol's value as variable is void: xml-entity-alist Nowhere do I find any information about

Re: [Orgmode] [BUG] org-capture : latest git pull, template selection broken ?

2010-07-07 Thread David Maus
Julien Fantin wrote: With the org-capture-templates described in the doc, right after the template selection, the buffer disappears, and the empty template gets written to the target file. The following messages are output : Clipboard pasted as level 2 subtree Has the template selection changed,

Re: [Orgmode] [PATCH 1/2] Load XML library if necessary.

2010-07-07 Thread Carsten Dominik
Appied, thanks. - Carsten On Jul 7, 2010, at 8:22 AM, David Maus wrote: * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML library if necessary. Function that use xml.el must require 'xml to make sure it is loaded at runtime. --- lisp/org-feed.el |2 ++ 1 files changed,

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Tassilo Horn
On Tuesday 06 July 2010 22:47:35 Eric S Fraga wrote: Hi Eric, --8---cut here---start-8--- * My 2 Column Frame :PROPERTIES: :BEAMER_env: columns :BEAMER_col: 0.5 0.5 :END: - left col text - more left col text - right col

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Carsten Dominik
On Jul 7, 2010, at 8:52 AM, Tassilo Horn wrote: On Tuesday 06 July 2010 22:47:35 Eric S Fraga wrote: Hi Eric, --8---cut here---start-8--- * My 2 Column Frame :PROPERTIES: :BEAMER_env: columns :BEAMER_col: 0.5 0.5 :END: - left col text - more left

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Tassilo Horn
Hi Carsten, the only way to understand this paragraph is historical. I guessed it, thanks for making that clear. In the early days of BEAMER export, Eric Fraga invented a way to make columns using an additional level of outline structure, just for making the columns.

Re: [Orgmode] Problem with HTML_CONTAINER_CLASS property

2010-07-07 Thread David Maus
Jan Janak wrote: Hello, I am using the HTML_CONTAINER_CLASS property in one of my documents to append additional classes to the corresponding div in the HTML document I export to: * Subsection :PROPERTIES: :HTML_CONTAINER_CLASS: span-9 last :END: When I publish the document, the resulting HTML

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Carsten Dominik
On Jul 7, 2010, at 9:14 AM, Tassilo Horn wrote: Hi Carsten, the only way to understand this paragraph is historical. I guessed it, thanks for making that clear. In the early days of BEAMER export, Eric Fraga invented a way to make columns using an additional level of outline structure,

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Carsten Dominik
On Jul 7, 2010, at 9:14 AM, Tassilo Horn wrote: Hi Carsten, the only way to understand this paragraph is historical. I guessed it, thanks for making that clear. In the early days of BEAMER export, Eric Fraga invented a way to make columns using an additional level of outline structure,

[Orgmode] Export of latex source to html

2010-07-07 Thread Rainer M Krug
Hi I created the attached latex.org based on the example with pgf/tikz and it exports fine into a pdf. But export to html causes the problem, that I get only a link to the created graph. If I change :file to :file fsa.png, an image is included but it is a) very small and b) nearly completely

Re: [Orgmode] Re: skip entry with inherited tags

2010-07-07 Thread Martin Pohlack
Hi Carsten, On 04.06.2010 14:11, Martin Pohlack wrote: On 04.06.2010 13:27, Carsten Dominik wrote: Hi Martin, maybe you can summarize this discussion so that I can see when should be done? Thanks. * org-agenda-filter-preset is ignored for multi-part agendas (broken) * I have a patch that

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Tassilo Horn
On Wednesday 07 July 2010 09:56:49 Carsten Dominik wrote: I think every property is explained in the info docs, and Eric's tutorial shows some nice and well explained examples, so the org-beamer.org file could be deleted. If you want, please go ahead and make these changes. The link in

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Eric S Fraga
On Wed, 7 Jul 2010 10:25:00 +0200, Tassilo Horn tass...@member.fsf.org wrote: On Wednesday 07 July 2010 09:56:49 Carsten Dominik wrote: I think every property is explained in the info docs, and Eric's tutorial shows some nice and well explained examples, so the org-beamer.org file

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Carsten Dominik
There is still a broken link, for the index page of the tutorials directory... - Carsten On Jul 7, 2010, at 12:38 PM, Eric S Fraga wrote: On Wed, 7 Jul 2010 10:25:00 +0200, Tassilo Horn tass...@member.fsf.org wrote: On Wednesday 07 July 2010 09:56:49 Carsten Dominik wrote: I think

Re: [Orgmode] Export of latex source to html

2010-07-07 Thread Eric S Fraga
On Wed, 7 Jul 2010 10:06:15 +0200, Rainer M Krug r.m.k...@gmail.com wrote: [1 multipart/alternative (7bit)] [1.1 text/plain; ISO-8859-1 (7bit)] Hi I created the attached latex.org based on the example with pgf/tikz and it exports fine into a pdf. But export to html causes the problem,

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Tassilo Horn
On Wednesday 07 July 2010 12:43:52 Carsten Dominik wrote: There is still a broken link, for the index page of the tutorials directory... Fixed, and the tutorial link now links org-beamer/tutorial.org instead of the directory. What's the presentation.org in that dir? Bye, Tassilo

Re: [Orgmode] Export of latex source to html

2010-07-07 Thread Eric S Fraga
Following up on my own message, one thing to consider is that generating the figure in latex creates a PDF that takes up the whole page but the figure is only a small part of this page. In latex, if I wanted the PDF to include only the tikz figure, I would do the following: --8---cut

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Eric S Fraga
On Wed, 7 Jul 2010 13:02:57 +0200, Tassilo Horn tass...@member.fsf.org wrote: On Wednesday 07 July 2010 12:43:52 Carsten Dominik wrote: There is still a broken link, for the index page of the tutorials directory... Fixed, and the tutorial link now links org-beamer/tutorial.org instead

[Orgmode] wrap text in table cell?

2010-07-07 Thread David Rogoff
I'm still learning org mode and have a question about table mode. Is there a way to wrap text in a cell? I search the docs I could find and the closest thing was putting N in a cell which forced that column to be N characters wide. That sort-or works, but isn't great. Am I missing

[Orgmode] fix for error of quoted and emphasized text in LaTeX export

2010-07-07 Thread Robert Hennig
Dear Orgmode List, In LaTeX export the following will fail: /Hello/ - ``/Hello/'' instead of /Hello/ - ``\emph{Hello}'' The fix I propose is to change the order of calling org-export-latex-quotation-marks AFTER org-export-latex-fontify in the org-export-latex-content function, because the

[Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-07 Thread Christian Egli
Bastien bastien.gue...@wikimedia.fr writes: the current CSS for orgmode.org and orgmode.org/Worg is nice: readable and simple. But I'm bugged by the feeling we can do better. What I'd like to see is something more aligned with the css for asciidoc which makes for a very pleasant and readable

[Orgmode] [PATCH] A few typos

2010-07-07 Thread Phil Rooke
Correct a few spelling mistakes. Some of these are American vs British spelling disagreements but the Org documentation uses the US spellings. diff --git a/doc/org.texi b/doc/org.texi index 25406c0..73289d2 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -434,7 +434,7 @@ Using header arguments

[Orgmode] [PATCH] The docstring of org-capture-templates

2010-07-07 Thread Phil Rooke
A few minor corrections and suggestions for the org-capture-templates docstring diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 2b02b77..8b6bd03 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -97,14 +97,16 @@ keys The keys that will select the template, as a

[Orgmode] remember template is slow

2010-07-07 Thread Buck Brody
I'm finding that my remember templates are slow to load. I've got a lag of about three to four seconds. I know that doesn't sound like much, but it's kind of puts a kink in the workflow. I use GNU emacs on Windows. I also have cygwin installed, and I have noticed that the problem doesn't occur

[Orgmode] org-mobile produces errors in normal org functions

2010-07-07 Thread Sven Bretfeld
Hi all I have strange errors since I'm working with org-mobile. They seem to have to do with the hash-code. The first error: org-mobile-push results in a Wrong-type-argument. A debug-message is included at the end of this mail. After an unsuccessful run of this function, the buffers of the

[Orgmode] [OT] org-mode mentioned in podcast

2010-07-07 Thread Samuel Wales
org-mode was mentioned in passing on a virology podcast: http://www.virology.ws/2010/07/04/twiv-89-where-do-viruses-vacation/?utm_source=feedburnerutm_medium=feedutm_campaign=Feed%3A+VirologyBlog+%28virology+blog%29utm_content=Google+Reader Maybe Alan is on this list. If you're on this list,

[Orgmode] italics regexp

2010-07-07 Thread Samuel Wales
I need an re to match italics the way org does. I did not find it in the code as it is mixed in with other emphasis. Anybody have an re or code to highlight italics (and perhaps the others) in non-org buffers? Thanks. -- Q: How many CDC scientists does it take to change a lightbulb? A: You

Re: [Orgmode] Google calendar to org mode script and a feature request for agenda

2010-07-07 Thread Daniel Martins
Eric, Your awk seems to get timed appts in GMT How can I adapt it to GMT-3 Daniel 2010/6/29 Eric S Fraga ucec...@ucl.ac.uk: Hello, I finally got myself an Android phone (and am loving it, especially with an all you can eat data plan :-).  I have tried mobileorg for Android but it's

[Orgmode] Re: Diary synchronising with Google calendar

2010-07-07 Thread Jordi Inglada
Hi Eric, I am sorry to ask this, but can you post detailed instructions on how to use your code? It seems that I am (at least) missing the add-to-google-calendar function. Thanks. Jordi On Tue, 6 Jul 2010 00:14:00 +0200, Daniel Mahler dmahler at gmail.com wrote: On Mon, Jul 5, 2010 at 11:54

Re: [Orgmode] Google calendar to org mode script and a feature request for agenda

2010-07-07 Thread Eric S Fraga
On Wed, 7 Jul 2010 17:38:45 -0300, Daniel Martins daniel...@gmail.com wrote: Eric, Your awk seems to get timed appts in GMT How can I adapt it to GMT-3 Daniel Daniel, yes, thanks for pointing this out. The script indeed does not translate the times to the local time zone. Google

[Orgmode] Re: Diary synchronising with Google calendar

2010-07-07 Thread Eric S Fraga
On Wed, 7 Jul 2010 23:19:04 +0200, Jordi Inglada jordi.ingl...@cesbio.cnes.fr wrote: Hi Eric, I am sorry to ask this, but can you post detailed instructions on how to use your code? It seems that I am (at least) missing the add-to-google-calendar function. Thanks. Jordi Jordi, the

Re: [Orgmode] Google calendar to org mode script and a feature request for agenda

2010-07-07 Thread Daniel Martins
OK Eric Thank you! Linux solution is fine! I think we share the same addiction at moment. Linux-Emacs-OrgMode-Android and due to Android the need of Google calendar syncing! I tried using gcaldaemon (there is a .deb file in

[Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-07 Thread Nicholas Putnam
I'm new to, but loving playing with org-mode. Thanks for this excellent code! I followed the directions for checking out the latest version with git, so have been trying to catch up to the new configuration for babel, at the same time that I'm learning the ropes of org-mode. I am finding that

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-07 Thread Eric Schulte
Hi Nicholas, I'm happy that you're enjoying Org-mode. Nicholas Putnam nput...@gmail.com writes: I'm new to, but loving playing with org-mode. Thanks for this excellent code! I followed the directions for checking out the latest version with git, so have been trying to catch up to the new

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-07 Thread Nicholas Putnam
re: org-export-htmlize , Symbol's value as variable is void Here's my .emacs file. The line that sets org-babel-tangle-lang-exts is commented out. Further down, is the debugging output when emacs is started. Requiring ob-R doesn't generate an error, by either ob-ruby or ob-python will, unless

[Orgmode] Patchwork: Patch 123 Accepted

2010-07-07 Thread Carsten Dominik
Patch 123 (http://patchwork.newartisans.com/patch/123/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3Cm2fwzvs2c2.fsf%40bo.yax.org.uk%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] Patchwork: Patch 124 Accepted

2010-07-07 Thread Carsten Dominik
Patch 124 (http://patchwork.newartisans.com/patch/124/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3Cm2lj9ns2c6.fsf%40bo.yax.org.uk%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-07 Thread Eric Schulte
Hi Nicholas, There are a couple of problems. The first was a missing autoload in org.el which I've now inserted (thanks for helping this issue come to light). The second has to do with your config. I believe you are loading an old version of Org-mode. Be sure to that the first instance of

[Orgmode] Re: Columns with LaTeX beamer export

2010-07-07 Thread Tassilo Horn
Eric S Fraga ucec...@ucl.ac.uk writes: Hi Eric, On Wednesday 07 July 2010 12:43:52 Carsten Dominik wrote: There is still a broken link, for the index page of the tutorials directory... Fixed, and the tutorial link now links org-beamer/tutorial.org instead of the directory. What's the