[Orgmode] Call org-remember on a RE: post raises error in gnus

2010-06-30 Thread Kane Dou
The error is: org-replace-escapes: Wrong type argument: stringp, nil And org-remember works fine on a parent post. It seems that gnus doesn't print the title of a reply post, so org-remember can't catch it and this leads to the error. Any workaround?

Re: [Orgmode] LaTeX export works but not in HTML

2010-06-30 Thread Nick Dokos
Uri Avalos uriava...@yahoo.com wrote: The following latex options produce the right format (an article scaled up to 20pts using the arev font): #+LaTeX_CLASS: article #+LaTeX_CLASS_OPTIONS: [12pt] #+LATEX_HEADER: \usepackage{amsmath,amsthm,amssymb} \usepackage[T1]{fontenc}

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

2010-06-30 Thread David Maus
* org-wl.el (org-wl-disable-folder-check): New customization variable. (org-wl-open): Disable folder check depending on `orrg-wl-disable-folder-check'. --- lisp/org-wl.el | 63 1 files changed, 36 insertions(+), 27 deletions(-)

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

2010-06-30 Thread Eric S Fraga
On Wed, 30 Jun 2010 06:43:38 +0100, Stephen Eglen s.j.eg...@damtp.cam.ac.uk wrote: does not get exported as a timed event. Obviously, the easy solution is to put the time in the date stamp. However, I like using the insert diary function in the agenda view for defining appointments

Re: [Orgmode] [PATCH] org-feed: Fix RSS feed parsing when item as attributes

2010-06-30 Thread Carsten Dominik
Hi Julien, that patch does look good, if it is in the queue on the patchwork server (is it?), then it will be applied when someone finds the time. Cheers - Carsten On Jun 30, 2010, at 7:37 AM, Julien Danjou wrote: On Tue, Jun 22 2010, Julien Danjou wrote: I've RSS feeds with item foo=bar

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

2010-06-30 Thread Carsten Dominik
Hi Matt, hi Eric, Matt, thanks a lot for bringing this up. This is indeed a very important and serious issue. We need to address it. We need to step back and reconsider this carefully. Don't get me wrong, I absolutely think that Org Babel should give you enough rope to hang yourself. But we

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

2010-06-30 Thread Scot Becker
On Tue, Jun 29, 2010 at 11:03 PM, Eric Schulte schulte.e...@gmail.comwrote: - Org-babel adds rather specific and complex functionality to org-mode that those who use it as a simple outliner and todo manager do not require. (In other words, an option to turn it off might be nice

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

2010-06-30 Thread Noorul Islam K M
Carsten Dominik carsten.domi...@gmail.com writes: On Jun 28, 2010, at 1:36 PM, Leo wrote: On 2010-06-28 11:19 +0100, Tassilo Horn wrote: (setq org-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no-new-news) (file .

[Orgmode] Re: Tables and environment with parameters

2010-06-30 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: On Jun 28, 2010, at 4:30 PM, Sébastien Vauban wrote: Carsten Dominik wrote: On Jun 23, 2010, at 11:30 PM, Sébastien Vauban wrote: Since one of the last updates -- I guess --, I now have a problem exporting the tables: I see the meta-tags in the PDF output!

[Orgmode] [PATCH] Unwanted #+ATTR_Backend and #+Backend stuff

2010-06-30 Thread Nicolas Goaziou
Hello, Sebastian Rose writes: What's the status of this? What about the following patch ? I think it should fix it. -- Nicolas From 115a7e9d04fd5463913e1086ad3ff807ae579e16 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou n.goaz...@gmail.com Date: Wed, 30 Jun 2010 12:28:32 +0200 Subject:

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

2010-06-30 Thread Nicolas Goaziou
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 status of this patch ?

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

2010-06-30 Thread Sebastian Rose
Nathan Neff nathan.n...@gmail.com writes: Some time ago, I set up a blog using org-jekyll. I recently tried to publish my blog, but when I run: org-jekyll-export-blog I get the message: Symbol's function definition is void: org-publish-initialize-files-alist I grepped for this function,

[Orgmode] [babel] Evaluating all source blocks in a document?

2010-06-30 Thread Rainer M Krug
Hi I use Org-babel for literate programming in R, but the tangling takes quite long. Therefore my question: as it is possible to evaluate a single code block, is it possible to evaluate ALL code blocks i a document? that would make debugging much easier. Also: is it possible, to get some kind of

[Orgmode] [Patch] Remove obsolete function call and declaration

2010-06-30 Thread Sebastian Rose
This patch removes an obsolete declaration and call of the function `org-publish-initialize-files-alist' from org-protocol.el. This function does not exist anymore. It was removed when we implemented the new publishing cache. diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index

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

2010-06-30 Thread Sebastian Rose
Nathan Neff nathan.n...@gmail.com writes: Some time ago, I set up a blog using org-jekyll. I recently tried to publish my blog, but when I run: org-jekyll-export-blog I get the message: Symbol's function definition is void: org-publish-initialize-files-alist I grepped for this function,

[Orgmode] Re: [PATCH] Unwanted #+ATTR_Backend and #+Backend stuff

2010-06-30 Thread Sebastian Rose
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Sebastian Rose writes: What's the status of this? What about the following patch ? I think it should fix it. -- Nicolas From 115a7e9d04fd5463913e1086ad3ff807ae579e16 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou n.goaz...@gmail.com

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

2010-06-30 Thread Matthew Lundin
Hi Carsten, Thanks so much both for thinking this through. And thanks again, Eric, for your work in integrating org-babel into org-mode---including taking into account a humble user's concerns! :) Carsten Dominik carsten.domi...@gmail.com writes: Here is what I propose (several items are

[Orgmode] Re: Call org-remember on a RE: post raises error in gnus

2010-06-30 Thread Kane Dou
Bernt Hansen be...@norang.ca writes: Kane Dou douqil...@gmail.com writes: The error is: org-replace-escapes: Wrong type argument: stringp, nil And org-remember works fine on a parent post. It seems that gnus doesn't print the title of a reply post, so org-remember can't catch it and this

[Orgmode] Re: [PATCH] Unwanted #+ATTR_Backend and #+Backend stuff (v.2)

2010-06-30 Thread Nicolas Goaziou
Sebastian Rose writes: Ahhh - it nearly does! But look at this: --8---cut here---start-8-- *Tempolauf* #+ATTR_HTML: style=margin-left:auto;margin-right:auto;text-align:center; | Z | Station | Meter | Etappe | Zeit | Rnd.

[Orgmode] Re: Call org-remember on a RE: post raises error in gnus

2010-06-30 Thread Kane Dou
Seems the byte code can not be sent. Here's what follows the byte-code line: * org-replace-escapes(Email from %f: %.30s ((%c) (%F . Istvan ADAM istvan.a...@yahoo.com) (%f . Istvan ADAM) (%T) (%t . ?) (%s . Erroneous display when working on remote Unix machine) (%m .

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

2010-06-30 Thread Carsten Dominik
On Jun 30, 2010, at 2:53 PM, Matthew Lundin wrote: Hi Carsten, Thanks so much both for thinking this through. And thanks again, Eric, for your work in integrating org-babel into org-mode---including taking into account a humble user's concerns! :) Carsten Dominik carsten.domi...@gmail.com

Re: [Orgmode] [babel] Evaluating all source blocks in a document?

2010-06-30 Thread Russell Adams
On Wed, Jun 30, 2010 at 01:35:04PM +0200, Rainer M Krug wrote: Hi I use Org-babel for literate programming in R, but the tangling takes quite long. Therefore my question: as it is possible to evaluate a single code block, is it possible to evaluate ALL code blocks i a document? that would

Re: [Orgmode] Estimate ranges in column view

2010-06-30 Thread Carsten Dominik
Hi Michael, I was about to apply the patch, but I don't think I got a reply from you regarding copyright issues. Did I miss that, or did you not say anything about it? Unfortunately the patch is larger than the maximum that I can take without copyright assignment. - Carsten On Jun 22,

[Orgmode] Re: [PATCH] Unwanted #+ATTR_Backend and #+Backend stuff (v.2)

2010-06-30 Thread Sebastian Rose
Nicolas Goaziou n.goaz...@gmail.com writes: Sebastian Rose writes: Ahhh - it nearly does! But look at this: --8---cut here---start-8-- *Tempolauf* #+ATTR_HTML: style=margin-left:auto;margin-right:auto;text-align:center; | Z |

Re: [Orgmode] [babel] Evaluating all source blocks in a document?

2010-06-30 Thread Rainer M Krug
Hi Russel On Wed, Jun 30, 2010 at 3:33 PM, Russell Adams rlad...@adamsinfoserv.comwrote: On Wed, Jun 30, 2010 at 01:35:04PM +0200, Rainer M Krug wrote: Hi I use Org-babel for literate programming in R, but the tangling takes quite long. Therefore my question: as it is possible to

[Orgmode] org-freemind-to-org-mode

2010-06-30 Thread J. David Boyd
How is this used. My lisp-fu is week, or I would read the source and figure it out I've tried several variants, and gotten nowhere. Dave ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

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

2010-06-30 Thread Nathan Neff
On Wed, Jun 30, 2010 at 6:45 AM, Sebastian Rose sebastian_r...@gmx.de wrote: Nathan Neff nathan.n...@gmail.com writes: Some time ago, I set up a blog using org-jekyll.  I recently tried to publish my blog, but when I run: org-jekyll-export-blog I get the message:  Symbol's function

Re: [Orgmode] [babel] Evaluating all source blocks in a document?

2010-06-30 Thread Erik Iverson
Hello, On Wed, Jun 30, 2010 at 01:35:04PM +0200, Rainer M Krug wrote: Hi I use Org-babel for literate programming in R, but the tangling takes quite long. Therefore my question: as it is possible to evaluate a single code block, is it possible to

Re: [Orgmode] mobileorg - No executable found to compute checksums

2010-06-30 Thread Buck Brody
Nick, thanks for your help. Unfortunately, when I try to save my customization (~/other/sha1sum.exe), I get the following message: Symbol's value as variable is void: ~/other/sha1sum\.exe On Tue, Jun 29, 2010 at 7:45 PM, Nick Dokos nicholas.do...@hp.com wrote: Buck Brody buckbr...@gmail.com

[Orgmode] org-capture file+function match [PATCH] + question

2010-06-30 Thread Juan
Hi Carsten, Below is a patch for file+function matching (nth 1 instead of nth 2 when calling the match function). Question: I'm having trouble with both file+function and file+regexp capture targets. My actual capture text ends up at the end of the file (or top of file if :prepend is set),

Re: [Orgmode] mobileorg - No executable found to compute checksums

2010-06-30 Thread Nick Dokos
Buck Brody buckbr...@gmail.com wrote: Nick, thanks for your help.  Unfortunately, when I try to save my customization (~/other/sha1sum.exe), I get the following message:  Symbol's value as variable is void: ~/other/sha1sum\.exe I have no idea why that would be: the type of the variable

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

2010-06-30 Thread Eric Schulte
Hi Carsten, Matt, Scott, Carsten Dominik carsten.domi...@gmail.com writes: Hi Matt, hi Eric, Matt, thanks a lot for bringing this up. This is indeed a very important and serious issue. We need to address it. We need to step back and reconsider this carefully. Don't get me wrong, I

[Orgmode] Re: Supress Contents frame in LaTeX beamer export

2010-06-30 Thread Tassilo Horn
Nick Dokos nicholas.do...@hp.com writes: Hi Nick, 1. How do I supress the contents frame? I only have 1-star headlines, each representing a frame. So there are no sections at all, and the contents frame is empty. :-( I think #+OPTIONS: toc:nil should do it. It does. Thanks a

[Orgmode] Re: org-capture: Formatting of entries

2010-06-30 Thread Markus Heller
On 6/29/2010 8:19 PM, Puneeth wrote: Hi On Wed, Jun 30, 2010 at 5:08 AM, Markus Hellerhelle...@gmail.com wrote: Just adding a space before the :PROPERTIES: drawer will work, right? (setq org-capture-templates '((t Task entry (file h:/org/refile.org) * TODO %^{Todo}

[Orgmode] org-freemind-to-org-mode

2010-06-30 Thread J. David Boyd
How is this used? My lisp-fu is week, or I would read the source and figure it out I've tried several variants, and gotten nowhere. Dave ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

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

2010-06-30 Thread Markus Heller
On 6/30/2010 11:29 AM, Markus Heller wrote: Hello all, the following 2 templates yield identical results, although the second should give date + time according to my understanding. Of course, I need to correct myself: the *first* template (using %^T) should give date + time, not the second.

[Orgmode] Bug: #+ATTR_LaTeX broken in LaTeX export [6.36trans (release_6.36.461.g798e)]

2010-06-30 Thread Tassilo Horn
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.

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-30 Thread Eric Schulte
This booktabs function has now been added to the library of babel. Cheers -- Eric Eric Schulte schulte.e...@gmail.com writes: Hi Tom, How about the following proposed library of babel function which constructs a booktabs environment using a toprule, (conditionally) a midrule, and a

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

2010-06-30 Thread Sebastian Rose
Nathan Neff nathan.n...@gmail.com writes: ... Below is the code where org-publish-initialize-files-alist is called in org-jekyll. It looks like in both cases, the code is trying to figure out what project the current file belongs to. Can anyone suggest a fix? I don't mean to push this on

[Orgmode] Re: org-capture: Formatting of entries

2010-06-30 Thread Tassilo Horn
Markus Heller helle...@gmail.com writes: Hi Markus, No, adding a space between \n and :PROPERTIES:, :Created, and :END: does just that, it adds a space, but does NOT yield the proper indent. This becomes more obvious when you refile a capture note to a second-level headline. Any other

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

2010-06-30 Thread Eric Schulte
Matt Lundin m...@imapmail.org writes: [...] When I run make clean make make install I find that the language directory is not installed. Does the langs directory require a manual installation? Also, with make install, the ob-* files are installed on the same level as the org-files, yet

[Orgmode] Re: org-capture: Formatting of entries

2010-06-30 Thread Markus Heller
On 6/30/2010 12:05 PM, Tassilo Horn wrote: Markus Hellerhelle...@gmail.com writes: Hi Markus, No, adding a space between \n and :PROPERTIES:, :Created, and :END: does just that, it adds a space, but does NOT yield the proper indent. This becomes more obvious when you refile a capture note

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

2010-06-30 Thread Eric Schulte
Hi, To add some concreteness to my suggestions I'm attaching to possible patches. The first introduces a global `org-confirm-babel-evaluate' variable which defaults to t, meaning all code block evaluations will require explicit confirmation from the user. The second patch adds an

[Orgmode] Re: Bug: #+ATTR_LaTeX broken in LaTeX export [6.36trans (release_6.36.461.g798e)]

2010-06-30 Thread Sébastien Vauban
Hi Tassilo, Tassilo Horn wrote: * Implementieren ** Composite Pattern #+ATTR_LaTeX: width=\textwidth [[./composite-pattern.png]] Unfortunately, the image doesn't show up, but the #+ATTR_LaTeX is displayed literally. Here's the LaTeX code produced by the LaTeX export. Just for

[Orgmode] Bug in timeline report

2010-06-30 Thread Sébastien Vauban
Hello, Finally reporting the following bug. Has been there for as long as I can remember, but never did report it when seeing it. And kept forgetting. So, now... --8---cut here---start-8--- * 2010 ** 2010-06 June *** Admin Organization :LOGBOOK:

[Orgmode] Re: [org-babel] Does org-babel needs some simplification?

2010-06-30 Thread Daniel Brunner
Hello everyone, thanks for bringing this topic up. I do not want to be misunderstood: org-mode is one of the greatest things developed the last years. I use it every day and it is a great help. I also appreciate the work of all those developers contributing to org-mode / babel. My setup is: I

Re: [Orgmode] Estimate ranges in column view

2010-06-30 Thread Juan
On Thu, Jul 01, 2010 at 06:19:02AM +1200, Michael Gauland wrote: I send the from to ass...@gnu.org just before I sent the patch, but I haven't received a reply. Should I expect one, or is that all I need to do? It goes like this: - submit form online - wait some days - receive a contract to

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

2010-06-30 Thread Matthew Lundin
Eric Schulte schulte.e...@gmail.com writes: Matt Lundin m...@imapmail.org writes: [...] When I run make clean make make install I find that the language directory is not installed. Does the langs directory require a manual installation? Also, with make install, the ob-* files are

Re: [Orgmode] Re: Bug: #+ATTR_LaTeX broken in LaTeX export [6.36trans (release_6.36.461.g798e)]

2010-06-30 Thread Nicolas Goaziou
I don't know about #+BEGIN_changemargin (but as far as I understand, it's coming from org-exp-blocks and should be handled during preprocess-hook, so it is beyond the scope of this patch). There is some design choice involved here. Until recently, there was a catch-all function called

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

2010-06-30 Thread Eric S Fraga
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 passable (given my less than brilliant elisp expertise...).

[Orgmode] Re: [org-babel] Does org-babel needs some simplification?

2010-06-30 Thread Bernt Hansen
Daniel Brunner dan...@dbrunner.de writes: I know, org-mode is a growing project and I really really like the org-babel features. But for me it is now not advisable any more to keep on the master branch. Today I spent several hours for finding the reasons why something is not working any more.

Re: [Orgmode] [org-babel] Does org-babel needs some simplification?

2010-06-30 Thread Torsten Wagner
Hi, many thanks for the nice thoughts and posts. To sum up, I think it might not be easy to remove parts of org-babel since it is difficult to determine and a highly personal decision to define what is important and what is unimportant. Nevertheless Carten and Eric pointed out that the

Re: [Orgmode] [PATCH] resubmitted patch to contrib/lisp/org-mac-link-grabber.el

2010-06-30 Thread Carsten Dominik
On Jun 30, 2010, at 7:32 AM, David Maus wrote: Anthony Lander wrote: [1 text/plain; US-ASCII (7bit)] This patch fixes an issue with opening AddressBook.app and Together.app links. This is just a reply with the patch attached in a way the patchtracker[1] will catch it. Applied, thanks. -

[Orgmode] Re: Bug: #+ATTR_LaTeX broken in LaTeX export [6.36trans (release_6.36.461.g798e)]

2010-06-30 Thread Tassilo Horn
Eric Schulte schulte.e...@gmail.com writes: Hi Eric, I've applied your patch. I agree that a catchall cleanup function at the end of the export process is not solution. Especially when it makes some perfectly valid constructs (e.g. nested blocks) impossible to export. I can confirm that