Re: [Orgmode] org-babel-tangle-w-comments has no effect in R?

2010-07-02 Thread Rainer M Krug
On Thu, Jul 1, 2010 at 5:41 PM, Eric Schulte schulte.e...@gmail.com wrote: Hi Rainer, Hi Eric There is one more requirement for tangling with comments, that is the presence of a :comments header argument. If this argument is not set for a code block then that code block *will not* be

[Orgmode] [BABEL] reload source code file after tangling?

2010-07-02 Thread Rainer M Krug
Hi is it possible to open (if not open yet) or re-load the new tangled source code after tangling? I usually have the tangled source code open and submit the file to R for debugging and if it would be automatically reloaded, my life would be a little bit easier. Cheers, Rainer -- NEW GERMAN

Re: [Orgmode] Make distfile error

2010-07-02 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jul 1, 2010, at 8:02 PM, Maciek Starzyk wrote: Hi, In the current org-mode git there is a bug in the distfile target: $ make distfile -e TAG=xxx gives: cp: target `org-xxx/lisp/babel' is not a directory make: *** [distfile] Error 1 -- Maciek

Re: [Orgmode] [patch] icalendar extended to define alarm triggers for timed events

2010-07-02 Thread Carsten Dominik
Hi Eric, On Jul 1, 2010, at 12:44 AM, Eric S Fraga wrote: Hello, attached is a rudimentary patch for org-icalendar.el to add the definition of alarm triggers for timed events that are exported to icalendar format. The default is to behave as it does at the moment however. I hope it proves

Re: [Orgmode] Re: org-iswitchb documentation

2010-07-02 Thread Carsten Dominik
On Jun 29, 2010, at 11:44 AM, Richard Riley wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Jun 29, 2010, at 10:14 AM, Stephen Eglen wrote: THe doc string now reads: Use `org-icompleting-read' to prompt for an Org buffer to switch to. With a prefix argument, restrict available

Re: [Orgmode] org-capture: active timestamp in template doesn't seem to work

2010-07-02 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jun 30, 2010, at 8:29 PM, Markus Heller wrote: Hello all, the following 2 templates yield identical results, although the second should give date + time according to my understanding. (setq org-capture-templates '((m Meeting entry (file h:/org/refile.org)

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-02 Thread Leo
On 2010-07-02 05:44 +0100, Carsten Dominik wrote: Hi, do we have an agreement that the default frame setup for gnus should be org-gnus-no-new-news? - Carsten I vote for it. Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-02 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: do we have an agreement that the default frame setup for gnus should be org-gnus-no-new-news? +1 (FWIW) -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] org tables - modified field

2010-07-02 Thread Seweryn Kokot
Hi, I have the following table #+TBLNAME: table_three |+| | 1 | 2 | |+| | 2.00 | *4.00* | | *4.00* | #ERROR | |+| #+TBLFM: @2$1...@1$1;%.2f::@2$2...@1$2;*%.2f*::@3$1...@2$1;*%.2f*::@3$2...@2 $2;*%.2f* in which I would like to have some

[Orgmode] Re: Proposed tweak to org-agenda-skip-entry-when-regexp-matches-in-subtree

2010-07-02 Thread eric johnson
Nope! I solved my issues thanks to Bernt's approach. On Friday, July 2, 2010, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Eric, is there still an action item left here? Thanks. - Carsten On Jun 28, 2010, at 2:44 PM, Bernt Hansen wrote: eric johnson johnson.e...@gmail.com

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-07-02 Thread Carsten Dominik
Hi Eric, thanks, I think we have a good solution, at least for the time being. I have started the security section in the manual, please feel free to add to it. - Carsten On Jul 1, 2010, at 4:55 PM, Eric Schulte wrote: Hi, Thanks for finding such a good compromises solution. This new

[Orgmode] Re: New to org-capture (and org-remember)

2010-07-02 Thread Stephen Eglen
Memnon Anon gegendosenflei...@googlemail.com wrote: Stephen Eglen s.j.eg...@damtp.cam.ac.uk writes: I'd like to try out org-capture. I've never used org-remember before so I have no templates to convert. Do I make the new ones in pretty much the same way as the manual describes for

Re: [Orgmode] Re: New to org-capture (and org-remember)

2010-07-02 Thread Carsten Dominik
Hi Stephen, On Jul 2, 2010, at 10:43 AM, Stephen Eglen wrote: Memnon Anon gegendosenflei...@googlemail.com wrote: Stephen Eglen s.j.eg...@damtp.cam.ac.uk writes: I'd like to try out org-capture. I've never used org-remember before so I have no templates to convert. Do I make the new

[Orgmode] capture-clock-out nil!

2010-07-02 Thread Giovanni Ridolfi
Hello everybody, I'm migrating from remember to capture. The template conversion went smoothly. Thanks. Great work! But. I have this capture-template: (setq org-capture-templates '( (s Task entry (file+headline c:/Documents and Settings/My-user/Documenti/aaa.txt lab-book) *** %^{prompt}

[Orgmode] [ANN] New lists definition

2010-07-02 Thread Nicolas Goaziou
Hello, I'd like to announce an attempt to change the internals of lists in org-mode. Now a list is still started by `org-item-re' but is now ended by `org-list-end-re', which defaults to one or two blank lines, depending on the value of `org-empty-line-terminates-plain-lists'. Obviously, headings

[Orgmode] [PATCH] fixes typo in doc

2010-07-02 Thread Giovanni Ridolfi
This patch fixes a typo in the capture documentation. cheers, Giovanni --- org.texi2010-07-01 23:00:14.0 +0200 +++ org-gio.texi2010-07-02 11:45:44.035569700 +0200 @@ -6135,5 +6135,5 @@ @item :clock-resume -If Starting the capture interrupted a clock, restart that clock

Re: [Orgmode] [ANN] New lists definition

2010-07-02 Thread Carsten Dominik
Hi Nicolas, this sounds interesting! Take you time in cleaning it up and testing it - we will not include this before release 7, to big a change for this moment in time. Thanks! - Carsten On Jul 2, 2010, at 11:48 AM, Nicolas Goaziou wrote: Hello, I'd like to announce an attempt to

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-02 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: do we have an agreement that the default frame setup for gnus should be org-gnus-no-new-news? Yes. -Bernt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] Re: Getting a Google Maps' map for an entry

2010-07-02 Thread d . tchin
d.tchin writes: Julien Danjou julien at danjou.info writes: Hi there, I've recently wrote a Google Maps extension for Emacs[1]. Therefore, I've extended org-mode to display a Google Maps' map for an event location. The extension, which is very simple, is available here[2]

[Orgmode] Re: [BABEL] reload source code file after tangling?

2010-07-02 Thread Bernt Hansen
Rainer M Krug r.m.k...@gmail.com writes: is it possible to open (if not open yet) or re-load the new tangled source code after tangling? I usually have the tangled source code open and submit the file to R for debugging and if it would be automatically reloaded, my life would be a little

Re: [Orgmode] [BABEL] html export for R not working, but for sh and others

2010-07-02 Thread Rainer M Krug
Hi Eric I traced the problem to the following section in my emacs.org file: * Syntax highlighting for functions in R based on https://mail.google.com/mail/#label/Lists%2FESS/125131ed24688970 The following code needs to be run in R: obj - do.call(c, sapply(c(package:base, package:stats,

[Orgmode] [BABEL] literate Lisp games development questions

2010-07-02 Thread David O'Toole
Hello orgmoders. We on freenode#lispgames are having the month-long 2010 International Lisp Games Expo, and I'd like to apply literate programming principles, using org-babel, to Lisp game development. I have several reasons for doing this. The resources for a given game object or entity may be

[Orgmode] Code block switches buffer-wide?

2010-07-02 Thread Rainer M Krug
Hi I would like to include the -n code block switch (number lines) into all my code blocks in a buffer. Is there a way to define a kind of buffer-wide switches, like it is with the #+BABEL keyword for header arguments? Thanks, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD

[Orgmode] Bug: logging PROPERTIES [6.36trans]

2010-07-02 Thread Giovanni Ridolfi
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[Orgmode] Re: [BABEL] reload source code file after tangling?

2010-07-02 Thread Rainer M Krug
On Fri, Jul 2, 2010 at 2:09 PM, Bernt Hansen be...@norang.ca wrote: Rainer M Krug r.m.k...@gmail.com writes: is it possible to open (if not open yet) or re-load the new tangled source code after tangling? I usually have the tangled source code open and submit the file to R for

Re: [Orgmode] [patch] icalendar extended to define alarm triggers for timed events

2010-07-02 Thread Eric S Fraga
On Fri, 2 Jul 2010 08:53:06 +0200, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Eric, On Jul 1, 2010, at 12:44 AM, Eric S Fraga wrote: Hello, attached is a rudimentary patch for org-icalendar.el to add the definition of alarm triggers for timed events that are exported to

[Orgmode] Re: [BABEL] reload source code file after tangling?

2010-07-02 Thread Bernt Hansen
Rainer M Krug r.m.k...@gmail.com writes: On Fri, Jul 2, 2010 at 2:09 PM, Bernt Hansen be...@norang.ca wrote: Rainer M Krug r.m.k...@gmail.com writes: is it possible to open (if not open yet) or re-load the new tangled source code after tangling? Would

Re: [Orgmode] Re: [BABEL] reload source code file after tangling?

2010-07-02 Thread Rainer M Krug
On Fri, Jul 2, 2010 at 3:11 PM, Bernt Hansen be...@norang.ca wrote: Rainer M Krug r.m.k...@gmail.com writes: On Fri, Jul 2, 2010 at 2:09 PM, Bernt Hansen be...@norang.ca wrote: Rainer M Krug r.m.k...@gmail.com writes: is it possible to open (if not open yet) or re-load the

Re: [Orgmode] [PATCH] Remove superfluous lambda.

2010-07-02 Thread Sebastian Rose
David Maus dm...@ictsoc.de writes: Carsten Dominik wrote: Hmm, the catcher did not see this. Why? He did: http://patchwork.newartisans.com/patch/105/ -- patch is already applied. Where can I see that? I read Accepted which is not Applied, is it? And there are accepted patches, that are

Re: [Orgmode] [PATCH] Remove superfluous lambda.

2010-07-02 Thread John Wiegley
On Jul 2, 2010, at 9:21 AM, Sebastian Rose wrote: I read Accepted which is not Applied, is it? Accepted = Applied. Is it possible to link to the commit a patch was applied? After today, patches which are merged in using pw will note the resulting commit. John

Re: [Orgmode] Re: [BABEL] reload source code file after tangling?

2010-07-02 Thread Bernt Hansen
Rainer M Krug r.m.k...@gmail.com writes: On Fri, Jul 2, 2010 at 3:11 PM, Bernt Hansen be...@norang.ca wrote: Rainer M Krug r.m.k...@gmail.com writes: On Fri, Jul 2, 2010 at 2:09 PM, Bernt Hansen be...@norang.ca wrote:     Rainer M Krug r.m.k...@gmail.com writes:

Re: [Orgmode] [PATCH] Remove superfluous lambda.

2010-07-02 Thread Sebastian Rose
John Wiegley jwieg...@gmail.com writes: On Jul 2, 2010, at 9:21 AM, Sebastian Rose wrote: I read Accepted which is not Applied, is it? Accepted = Applied. http://patchwork.newartisans.com/patch/73/ was never aplied. I just diffed my branch against the current head. Sebastian

Re: [Orgmode] [PATCH] Remove superfluous lambda.

2010-07-02 Thread John Wiegley
On Jul 2, 2010, at 9:49 AM, Sebastian Rose wrote: John Wiegley jwieg...@gmail.com writes: On Jul 2, 2010, at 9:21 AM, Sebastian Rose wrote: I read Accepted which is not Applied, is it? Accepted = Applied. http://patchwork.newartisans.com/patch/73/ was never aplied. I just

Re: [Orgmode] [PATCH] Remove superfluous lambda.

2010-07-02 Thread Sebastian Rose
John Wiegley jwieg...@gmail.com writes: On Jul 2, 2010, at 9:49 AM, Sebastian Rose wrote: John Wiegley jwieg...@gmail.com writes: On Jul 2, 2010, at 9:21 AM, Sebastian Rose wrote: I read Accepted which is not Applied, is it? Accepted = Applied.

Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-07-02 Thread Juan Reyero
Nathan, I've just pushed a version of org-jekyll that should solve the problem, following Sebastian's suggestions, and it's available at http://github.com/juanre/org-jekyll. Sorry it's taken me so long to respond; I am pretty much off-line lately for personal reasons. And thanks for bringing it

[Orgmode] FEATURE FREEZE, for a short time

2010-07-02 Thread Carsten Dominik
Dear all, I would like to ask for a feature freeze for the Org-mode master branch until about July 18. During the period I would like to ask the committers to only process bug fixes (and only reasonably simple ones) and release-related stuff like Makefile issues, doc fixes, typos etc. Please

Re: [Orgmode] Org+table.el = mutli line cells?

2010-07-02 Thread John Hendy
- Thanks for the table link, though I only see how to change frames and borders on the provided link. Do I just need to pass some html/css option through #+ATTR_HTML? - Also... stupid me. I meant to specify that I'm looking to do this in LaTeX, not necessarily html, though I'm glad to have

Re: [Orgmode] [PATCH] orphaned captions and labels

2010-07-02 Thread David Maus
Nicolas Goaziou wrote: Hello, David Maus writes: Thanks for the patch. Merely it wasn't catched by Org modes patch tracker[1] so I include it in the reply. Problem was, that you've sent it as attachment of MIME media type application/binary, not text/plain. Speaking of this, what is the

Re: [Orgmode] [ANN] Org-babel integrated into Org-mode

2010-07-02 Thread Christopher Witte
Eric, Thanks, it all appears to be working now. Cheers, Chris. On 28 June 2010 18:59, Eric Schulte schulte.e...@gmail.com wrote: Hi Christopher, Christopher Witte ch...@witte.net.au writes: I'm having trouble getting the new version of babel to work with haskell and R under Ubuntu 10.04

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-07-02 Thread Eric Schulte
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: Hi Eric, thanks for this. I would actually like to have a variable that will exclude evaluation from being added to the C-c C-c hook. I think users will understand better how to use this, and customizing it will work for sure.

[Orgmode] Re: FEATURE FREEZE, for a short time

2010-07-02 Thread Eric Schulte
Carsten Dominik carsten.domi...@gmail.com writes: [...] P.S. Eric and Dan, please decide yourself how to get to a good and stable state in this time frame, babel integration is by far the biggest thing in this release. Hi Carsten, I'm looking forward to a feature-quiet period of

Re: [Orgmode] [PATCH] Provide customization variable to disable folder check when open link.

2010-07-02 Thread Darlan Cavalcante Moreira
As an org-mode and wanderlust user I can say that this is indeed much better now. Thanks -- Darlan At Thu, 1 Jul 2010 15:50:23 +0200, Carsten Dominik carsten.domi...@gmail.com wrote: Applied, thanks. - Carsten On Jun 30, 2010, at 9:54 AM, David Maus wrote: * org-wl.el

[Orgmode] [PATCH] double-O-LaTeX: retain meta-information during LaTeX Export

2010-07-02 Thread Eric Schulte
Revoking org-latex's license to kill. Hi, I've noticed a sneaky bug when exporting to LaTeX. Org-babel uses top-level #+BABEL: or #+PARAMETERS: lines to set global values for header arguments. When exporting to latex, the latex exporter removes *all* meta-information header lines when

Re: [Orgmode] Literal examples and indentation

2010-07-02 Thread Francis Moreau
Hello, On Thu, Jul 1, 2010 at 7:51 PM, Juan pech...@computer.org wrote: How are you 'rendering'? To HTML, PDF, ASCII? To ASCII -- Francis ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: [BABEL] literate Lisp games development questions

2010-07-02 Thread Dan Davison
... Hi David, That sounds fun, and I look forward to looking at it, when I have more time for fun. 1. the html output fontification of source blocks is nice. the pop-out editing of the blocks is nice too. However, can I get the syntax highlighting to show up INLINE in the begin-src block?

Re: [Orgmode] [BABEL] literate Lisp games development questions

2010-07-02 Thread Eric Schulte
Hi David, David O'Toole dto1...@gmail.com writes: [...] I have gotten some very basic support working, where you can execute Common Lisp blocks via slime, and basic tangling works as well. See http://github.com/dto/org-babel-lisp/ for my very basic code. Feel free to use this, I already

Re: [Orgmode] [BABEL] html export for R not working, but for sh and others

2010-07-02 Thread Eric Schulte
Hi Rainer, My guess would be that the `htmlize-buffer' command which is used to fontify code in html export is choking because the elisp below is defining new fonts for R code. If htmlize-buffer can't find the definitions for these fonts then it will throw an error. I'm not sure what the

[Orgmode] No subscript when exporting

2010-07-02 Thread Ivanov Dmitry
I create a program documentation in org mode. When I export to html names with underscore, the second part is a subscript (like in LaTeX): manufacturer_id - id is a subscript. How can I avoid this? ___ Emacs-orgmode mailing list Please use `Reply

Re: [Orgmode] No subscript when exporting

2010-07-02 Thread Eric Schulte
Hi Ivanov, add something like the following to the top of your file #+OPTIONS: ^:nil see http://orgmode.org/manual/Export-options.html#Export-options for more information -- Eric Ivanov Dmitry usr...@gmail.com writes: I create a program documentation in org mode. When I export to html names

Re: [Orgmode] [PATCH] double-O-LaTeX: retain meta-information during LaTeX Export

2010-07-02 Thread Carsten Dominik
Hi Eric, no, you cannot remove this, unfortunately. This is necessary code in the case when the document title is taken from the document. Try (with you patch) to export --- #+OPTIONS: skip:nil text before first * Test \begin{equation} E=mc^2 \end{equation}