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

2010-06-30 Thread Tassilo Horn
"Eric Schulte" 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 it works for me, n

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 ] 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. - Carsten __

[Orgmode] Re: Exporting narrowed subtrees to HTML

2010-06-30 Thread Matt Lundin
Hi Bernt, Bernt Hansen writes: > > I am working in a deeply nested org file and have narrowed to subtree > for the part of the file I'm working on which happens to start at > heading level 5. > > I want to export this narrowed subtree to HTML but the first HTML > heading level matches the file in

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 overhelmin

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

2010-06-30 Thread Bernt Hansen
Daniel Brunner 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. And that is to

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

2010-06-30 Thread Matthew Lundin
Dan Davison writes: > "Eric Schulte" writes: > >> Carsten Dominik writes: >> >>> You main proposal was to make Org Babel an optional module. >>> This will not solve the problem fully, I think, because we also >>> don't want that people who turn it on automatically commit >>> to potentially dang

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

2010-06-30 Thread Stephan Schmitt
Hi, just to throw yet another idea into the discussion: Execute source blocks only after the user confirmed it ("Do you know what you are doing (Type y, n, !, or SPC)?"). ! and SPC will add the current org file to the variables org-babel-trusted-files and org-babel-trusted-permanently-files (al

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

2010-06-30 Thread Eric Schulte
"Eric Schulte" writes: [...] > > I'll add a function for clearing out tblname and tblfm lines, and insert > it at the appropriate place in the export process. > done -- Eric ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

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

2010-06-30 Thread Eric Schulte
Hi Nicolas, Nicolas Goaziou writes: > 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, th

[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...). eri

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 org-export-h

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

2010-06-30 Thread Jonathan Arkell
__ Jonathan Arkell Tech Lead Inspired By Drum & Bass, Scheme, Kawaii p. 403.206.4377 402 -- 11th Ave SE Calgary, AB, Canada T2G 0Y4 jonath...@criticalmass.com criticalmass.com Hi Daniel I would say, that if you absolutely need a productive environment, th

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

2010-06-30 Thread Eric Schulte
Hi Nicolas, Nicolas Goaziou writes: > Hi Eric, > > I do not think this is the right fix. You are only allowing lines > like : > > --- > # a line of text > --- > > to be treated as comments, when they are not! The first regex is the > one matching comments definition (# on column 0 and '#+ '

Re: [Orgmode] Good way to try new org-mode code?

2010-06-30 Thread Bastien
Hi Nathan, Nathan Neff writes: > Is there a way to run new code without restarting Emacs? I wouldn't use make and make install at all. Switch to your testing branch and do M-x org-reload RET should do it. HTH, -- Bastien ___ Emacs-orgmode mailin

[Orgmode] Re: Good way to try new org-mode code?

2010-06-30 Thread Sébastien Vauban
Hi Nathan, Nathan Neff wrote: > I'm using git to track org-mode, and would like to know if there's a way > to switch branches / mess with code in org-mode without having to > run make and make install when I want to test the new code. > > Currently, I have org-mode code in my ~/.emacs.d/src/org >

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

2010-06-30 Thread Nicolas Goaziou
Hi Eric, I do not think this is the right fix. You are only allowing lines like : --- # a line of text --- to be treated as comments, when they are not! The first regex is the one matching comments definition (# on column 0 and '#+ ' everywhere). Handling of lines like #+ATTR_LaTeX should b

Re: [Orgmode] Good way to try new org-mode code?

2010-06-30 Thread Eric Schulte
Hi Nathan, There are a couple of options here. If you are only playing around with a couple of functions, or in a single file, you can interactively evaluate single functions by pressing C-M-x `eval-defun' with your cursor over the function, similarly you can interactively evaluate entire files w

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

2010-06-30 Thread Sébastien Vauban
Hi Eric, > The attached patch fixes this issue (and I believe the issue Sébastien > mentioned earlier) on my system. > > Subject: [PATCH] org-exp: comment regexp now matches indented comments > > * lisp/org-exp.el (org-export-handle-comments): comment regexp no > longer requires comments to star

Re: [Orgmode] Good way to try new org-mode code?

2010-06-30 Thread Erik Iverson
Is there a way to have emacs read the org-mode source code "on the fly" without having to run make, make install, etc? Is there a way to run new code without restarting Emacs? I think M-x org-reload is what you're after. ___ Emacs-orgmode mailin

[Orgmode] Good way to try new org-mode code?

2010-06-30 Thread Nathan Neff
I'm using git to track org-mode, and would like to know if there's a way to switch branches / mess with code in org-mode without having to run make and make install when I want to test the new code. Currently, I have org-mode code in my ~/.emacs.d/src/org directory, and I add this directory to my

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

2010-06-30 Thread Eric Schulte
Hi, The attached patch fixes this issue (and I believe the issue Sébastien mentioned earlier) on my system. Best -- Eric >From 9a80e142eb9d39d70dbaa4a574653bea76abb31b Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Wed, 30 Jun 2010 13:41:13 -0700 Subject: [PATCH] org-exp: comment regexp now

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

2010-06-30 Thread Matthew Lundin
"Eric Schulte" writes: > Matt Lundin 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 le

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: [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 use

Re: [Orgmode] Estimate ranges in column view

2010-06-30 Thread Michael Gauland
Carsten, 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? Thanks, Mike ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. E

[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: 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. Ju

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 `org-babel-disa

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

2010-06-30 Thread Markus Heller
On 6/30/2010 12:05 PM, Tassilo Horn wrote: Markus Heller 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-

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

2010-06-30 Thread Eric Schulte
Matt Lundin 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 lines 10

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

2010-06-30 Thread Tassilo Horn
Markus Heller 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 ideas/su

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

2010-06-30 Thread Sebastian Rose
Nathan Neff 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 anyone, but I r

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" 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 bottomrule. > > *** boo

[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. -

[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] org-capture: active timestamp in template doesn't seem to work

2010-06-30 Thread Markus Heller
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") "* Subject: %^{Subject} \t\t\t:MEETING:\n :PROPERTIES:\n :Created: %U\

[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 h

[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 Heller 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} \n:PROPERTIES:\n:Created

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

2010-06-30 Thread Markus Heller
On 6/29/2010 10:24 PM, David Maus wrote: Puneeth wrote: Hi On Wed, Jun 30, 2010 at 5:08 AM, Markus Heller 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} \n

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

2010-06-30 Thread Eric Schulte
Dan Davison writes: > "Eric Schulte" writes: > >> Hi Carsten, Matt, Scott, >> >> Carsten Dominik writes: >> [...] >>> 1. A new variable org-turn-on-babel. We can discuss the default. >>>If it is nil, org-babel should not be loaded. >>>A default of t would be fine with me if we implemen

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

2010-06-30 Thread Dan Davison
"Eric Schulte" writes: > Hi Carsten, Matt, Scott, > > Carsten Dominik 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 g

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

2010-06-30 Thread Tassilo Horn
Nick Dokos 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 lot, Ta

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

2010-06-30 Thread Buck Brody
No luck. I'll keep searching around, and I'll post if I find a solution. Really appreciate your help, however. On Wed, Jun 30, 2010 at 9:21 AM, Nick Dokos wrote: > Buck Brody wrote: > > > Nick, thanks for your help. Unfortunately, when I try to save my > customization (~/other/sha1sum.exe),

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

2010-06-30 Thread Eric Schulte
Russell Adams writes: [...] > > OTOH this may not make it easier to debug, the babel error window > doesn't list line numbers or blocks where the error occurred. Perhaps > that should be a feature request to log what src block or org file > line number the errors occurred in. > I think most of t

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

2010-06-30 Thread Eric Schulte
Hi Carsten, Matt, Scott, Carsten Dominik 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 absolutely think that O

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

2010-06-30 Thread Nick Dokos
Buck Brody 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 is string, so wh

[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), ins

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 wrote: > Buck Brody wrote: > > > Could you give me an example

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 ev

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 wrote: > Nathan Neff 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-ini

[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 h

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 wrote: > 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 cod

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

2010-06-30 Thread Sebastian Rose
Nicolas Goaziou 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] 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,

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 woul

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 writes: Here is what I p

[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 ") ("%f" . "Istvan ADAM") ("%T") ("%t" . "?") ("%s" . "Erroneous display when working on remote Unix machine") ("%m" . "20060509074313.51846.

[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

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

2010-06-30 Thread Kane Dou
Bernt Hansen writes: > Kane Dou 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 leads to the error. >

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 writes: > Here is what I propose (several items are similar to what Eric proposes)

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

2010-06-30 Thread Sebastian Rose
Nicolas Goaziou 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 > Date: Wed, 30 Jun 2010

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

2010-06-30 Thread Matthew Lundin
Hi Eric, Thanks so much for taking these observations into account. "Eric Schulte" writes: > Thanks for raising the point about potentially dangerous code blocks. > > Matt Lundin writes: > >> Hi Eric, >> >> Thanks again for all the work that you, Dan, and Tom have put into >> org-babel. I'm gl

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

2010-06-30 Thread Sebastian Rose
Nathan Neff 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, and noticed

[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 a02a1

[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

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

2010-06-30 Thread Sebastian Rose
Nathan Neff 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, and noticed

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

2010-06-30 Thread Bernt Hansen
Kane Dou 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 leads to the error. > Any workaround? This works fin

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 p

[Orgmode] Re: GTD: Tags or Custom TODO states?

2010-06-30 Thread Noorul Islam K M
Jonathan Arkell writes: > > Bernt's Doc has been invaluable to my own implementation process. > http://doc.norang.ca/org-mode.html > Indeed invaluable. Thanks and Regards Noorul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

[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 Date: Wed, 30 Jun 2010 12:28:32 +0200 Subject: [PATCH] Remove unwa

[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

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

2010-06-30 Thread Noorul Islam K M
Carsten Dominik 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 . find-file-other-win

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 wrote: > > - 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 for > > those w

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] [PATCH] org-feed: Fix RSS feed parsing when 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 which does not

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 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 > > and this does

[Orgmode] Problem export to html

2010-06-30 Thread Rainer M Krug
Hi I am using the newest git version of org-mode, and have problems exporting to html. The attached org file produces, when exporting to html, the following error messages and no html file: Select command: Exporting... org-babel-exp processing... Fontifying *temp*... (regexps.) org-b

[Orgmode] [PATCH] org-wl: Disable folder scan when link open

2010-06-30 Thread David Maus
This patch for org-wl.el adds a customization variable `org-wl-disable-folder-check' which disables checking folders for new messages when a WL link is opened. Default value is t. This will change current behavior of `org-wl-open', but I think it is reasonable to assume, that if a user opens a lin

[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(-) diff