Re: [Orgmode] Re: [PATCH] Suppress extra newlines around source code in LaTeX export

2009-12-15 Thread Nicolas Girard
2009/12/14 Carsten Dominik carsten.domi...@gmail.com: Actually,  I cannot reproduce this problem - I do not see the extra newline. Hi Carsten, you're absolutely right, I performed yet another git pull and couldn't reproduce this either. Great ! Now, speaking of extra newlines, I'm puzzled

Re: [Orgmode] [Bug] Logbook mode doesn't honor org-log-note-headings

2009-12-15 Thread Nicolas Girard
2009/12/14 Carsten Dominik carsten.domi...@gmail.com: Hi Nicolas, On Dec 10, 2009, at 11:20 PM, Nicolas Girard wrote: Hi, Org offers the ability to customize how state changes should be recorded via the 'org-log-note-headings' variable; and I couldn't prevent myself from doing so. I just

Re: [Orgmode] Agenda view forgets about including inactive timestamps when refreshed

2009-12-15 Thread Nicolas Girard
2009/12/14 Carsten Dominik carsten.domi...@gmail.com: On Dec 10, 2009, at 11:26 PM, Nicolas Girard wrote: Hi, after the inactive timestamps were included into the agenda view by typing '[', they get lost when the view is refreshed by typing 'g'. I'm not sure, but it looks like a bug to me.

Re: [Orgmode] Feature request: Remote editing inactive timestamps from the agenda view

2009-12-15 Thread Nicolas Girard
2009/12/14 Carsten Dominik carsten.domi...@gmail.com: Hi Nicolas, On Dec 10, 2009, at 11:51 PM, Nicolas Girard wrote: Hi, in the agenda view, the '' key can be used to change the timestamp associated with the current line. 1. It seems inacurrately described in the manual (Change the

[Orgmode] Quoting latex code

2009-12-15 Thread andrea
I want to do something which I think should be really simple. I'm writing a small guide of latex for org-users, useful for people working with me that don't know latex but must insert some symbols in org-files. So I want to create simple tables where I insert the symbol and the output. But

Re: [Orgmode] Quoting latex code

2009-12-15 Thread Nicolas Girard
2009/12/15 andrea andrea.crott...@gmail.com: I want to do something which I think should be really simple. I'm writing a small guide of latex for org-users, useful for people working with me that don't know latex but must insert some symbols in org-files. So I want to create simple tables

[Orgmode] Re: Quoting latex code

2009-12-15 Thread andrea
Nicolas Girard nicolas.gir...@nerim.net writes: Hi Andrea, what about =\phi= ? Nice thanks, I didn't see it in the doc.. Anyway in the table I still have troubles, when I write this --8---cut here---start-8--- | \pi | #ERROR | | || #+TBLFM:

Re: [Orgmode] Re: Quoting latex code

2009-12-15 Thread Carsten Dominik
On Dec 15, 2009, at 1:49 PM, andrea wrote: Nicolas Girard nicolas.gir...@nerim.net writes: Hi Andrea, what about =\phi= ? Nice thanks, I didn't see it in the doc.. Anyway in the table I still have troubles, when I write this --8---cut here---start-8---

Re: [Orgmode] Integrating ctags org mode (patch)

2009-12-15 Thread Carsten Dominik
Another issue is the following: How should we handle export of such links? Maybe we need another function that does not *jump* to the link location, but just returns the file in which the target is, so that the exporters can make use of this? - Carsten On Dec 15, 2009, at 8:20 AM, Carsten

Re: [Orgmode] Beamer support in Org-mode

2009-12-15 Thread Eric S Fraga
At Thu, 10 Dec 2009 17:09:33 +0100, Carsten Dominik wrote: [...] One option would be to turn all those notes into footnotes for other export. Carsten, I wonder if simply turning this on its head wouldn't be a good solution? By this I mean to use org-mode footnotes to represent beamer

[Orgmode] Bug: Column mode breaks beamer export [6.33trans]

2009-12-15 Thread Robin Green
After I enable column view of properties in the attached file, export to PDF via LaTeX fails with the following error in the minibuffer: org-export-as-latex: Text is read-only: Type `e' to edit property Emacs : GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.0) of 2009-09-27 on

Re: [Orgmode] Beamer support in Org-mode

2009-12-15 Thread Daniel Martins
Good idea Eric (footnotes - \notes) The only minor problem is number of lines per footnote/note. When I make notes on Bemaer in general my notes have more than one line. AFAIK footnotes in org are single lines or you have to separate them with \par which is not so good. Daniel 2009/12/15 Eric

Re: [Orgmode] [babel] changing size of R graphics in pdf output

2009-12-15 Thread Dan Davison
Hi Graham, I think your solution is sensible, and thanks for bringing up these issues. Perhaps, as you suggest, we should be automatically setting these attributes in the latex output; we'll get back to you on that. Regarding the number of copies of the figure in the output, it should work as

Re: [Orgmode] Beamer support in Org-mode

2009-12-15 Thread Darlan Cavalcante Moreira
I also thought about suggesting this approach, but the problem is that footnotes and beamer notes are really two different things. Beamer notes can be anything such as tables, figures, several lines of text (with itemize), display equations, etc.. At least for me, these examples of beamer notes

Re: [Orgmode] [babel] changing size of R graphics in pdf output

2009-12-15 Thread Graham Smith
Dan, Before running the export, do you have a link to the image *already* in your org buffer? If no, then you should just get one copy of the image. If yes, then, if the link is positioned in such a way that it will get replaced by the output (no intervening lines between end of source

Re: [Orgmode] [org-mac-protocol] How to actually set it up and use it?

2009-12-15 Thread Ron Parker
On Dec 13, 2009, at 8:48 AM, Christopher Suckling wrote: On Sat, 12 Dec 2009 12:56:00 -0600, Ron Parker r...@inthefaith.net wrote: After reading this message I downloaded org-mac-protocol and installed it. The scripts work for me if I open them in Script Editor and run them, but they do

[Orgmode] Re: Integrating ctags org mode (patch)

2009-12-15 Thread Paul Sexton
Carsten Dominik carsten.dominik at gmail.com writes: Hi Paul, I like this very much. But I would like to change the implementation so that there will be a hook. Then people can do different things, including matching tags in source code files etc. Would you be interested to turn

[Orgmode] Re: Integrating ctags org mode (patch)

2009-12-15 Thread Paul Sexton
Also I realised there was a misplaced parenthesis in the (if (y-or-n-p... clause. Corrected patch follows. BEGIN PATCH for org.el (delete this line) 8349,8369c8349,8350 { (condition-case nil (eval cmd) { ;; ORG-TAGS { (error {(progn

[Orgmode] Re: Integrating ctags org mode (patch)

2009-12-15 Thread Paul Sexton
Sorry guys, I seem to be spamming this topic, but I just fixed another problem -- properties on the link string were causing problems with find-tag, which expected a propertyless string. Fixed patch follows. BEGIN PATCH for org.el (delete this line) 8349,8369c8349,8350 {

Re: [Orgmode] Re: Integrating ctags org mode (patch)

2009-12-15 Thread Nick Dokos
Paul, Can these patches be applied using the standard patch(1) command? I tried and I get $ patch ~/Mail/inbox/1265 patch: Only garbage was found in the patch input. If they cannot be applied that way, can you please provide them in a more standard format? Unified diff format is

Re: [Orgmode] Customizing how inactive timestamps are displayed

2009-12-15 Thread Nicolas Girard
2009/12/14 Carsten Dominik carsten.domi...@gmail.com: On Dec 10, 2009, at 11:34 PM, Nicolas Girard wrote: Hi again, in the agenda view, inactive timestamps are displayed like:  category: 12:50.. [ Some stuff Is the '[ ' intentional, or is caused by a bug in my configuration ? I find

[Orgmode] Re: Integrating ctags org mode (patch)

2009-12-15 Thread Óscar Fuentes
Nick Dokos nicholas.do...@hp.com writes: Can these patches be applied using the standard patch(1) command? I tried and I get $ patch ~/Mail/inbox/1265 patch: Only garbage was found in the patch input. You have to replace `{' with `' and `}' with `' in the patch before applying it.

[Orgmode] Question about searches (ultimately for agenda)

2009-12-15 Thread Mueen Nawaz
Hi, In the docs (10.3.3 Matching tags and properties), I see ways to do tag searches that can also search TODO states. Can I also search TODO levels? For example, in one file covered by the agenda, I use the usual DONE to denote done. In another, which is focused on simply stuff that I have

[Orgmode] Can embed css stylesheet directly?

2009-12-15 Thread Water Lin
I use org-mode to build my note sites. For some reason, I don't want to create a seperately css stylesheet which is linked by something like following in my org-publish-project-alist: - :style link rel=\stylesheet\ href=\../common/stylesheet.css\ type=\text/css\/ -

[Orgmode] Re: Question about searches (ultimately for agenda)

2009-12-15 Thread Matt Lundin
Mueen Nawaz mu...@nawaz.org writes: In the docs (10.3.3 Matching tags and properties), I see ways to do tag searches that can also search TODO states. Can I also search TODO levels? For example, in one file covered by the agenda, I use the usual DONE to denote done. In another, which is

[Orgmode] Re: Question about searches (ultimately for agenda)

2009-12-15 Thread Mueen Nawaz
On 12/15/09 21:26, Matt Lundin wrote: Provided DONE and RETURNED are inactive todos than the following should suffice: C-a M Jack [RET] I think you meant C-c a M Jack [RET] It actually does filter out inactive TODO's, but I actually wanted to do C-c a m Jack [RET]. I don't want to

Re: [Orgmode] keep newlines on pdf export

2009-12-15 Thread Carsten Dominik
On Dec 16, 2009, at 5:05 AM, Eraldo Helal wrote: Hi Carsten I am always much more interested in thinking about a solution if I am not just presented with an abstract wish, but rather with a concrete example where this might be useful. First of all I want to thank all of you (again) for this

Re: [Orgmode] Can embed css stylesheet directly?

2009-12-15 Thread Carsten Dominik
Whay don't you just try? The answer is yes, you need to surround the text by style.../style. - Carsten On Dec 16, 2009, at 3:10 AM, Water Lin wrote: I use org-mode to build my note sites. For some reason, I don't want to create a seperately css stylesheet which is linked by something like

Re: [Orgmode] Customizing how inactive timestamps are displayed

2009-12-15 Thread Carsten Dominik
On Dec 15, 2009, at 10:57 PM, Nicolas Girard wrote: 2009/12/14 Carsten Dominik carsten.domi...@gmail.com: On Dec 10, 2009, at 11:34 PM, Nicolas Girard wrote: Hi again, in the agenda view, inactive timestamps are displayed like: category: 12:50.. [ Some stuff Is the '[ ' intentional,