Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-05 Thread Ben Finney
Bernt Hansen writes: > I don't think the org-clock-sum function does what you think/want it > to do. The docstring says it sets text properties on the headline - so > I don't think it is intended to update a CLOCKSUM property in the > headings. I don't underastand the distinction. Isn't the CLOC

Re: [O] Agenda todo filter order

2011-05-05 Thread Carsten Dominik
Hi Bernt, I don't see a compelling reason why these two skipping checks could not be exchanged: --- diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 609edd4..a386a18 100644 --- a/lisp/org-agenda.el +++ b/lisp

Re: [O] [semi-OT] issue trackers?

2011-05-05 Thread Michael Markert
Hi Matt, On 6 May 2011, Matt Price wrote: > I'm collaborating on a project where I'm starting to feel the need for a > shared issue tracker.  Anyone have any suggestions? I have my own server > (running ubuntu maverick, so pretty up-to-date), and can install pretty well > whatever I want there.  I

Re: [O] [semi-OT] issue trackers?

2011-05-05 Thread Ben Finney
Matt Price writes: > I'm collaborating on a project where I'm starting to feel the need for a > shared issue tracker. Anyone have any suggestions? Roundup http://www.roundup-tracker.org/> is a self-contained issue tracker that communicates via web and email interfaces, and is quite extensively

[O] outline formatting in html

2011-05-05 Thread Skip Collins
I thought this would be easy. But I cannot find a way to get html formatted the way I want. I would like to view org content in "traditional" outline format, with indentation, Roman numerals for the top level heading, etc: I. This is a top level heading II. Here is another level-1 heading A.

[O] emacs-orgmode export problem solved

2011-05-05 Thread Jude DaShiell
the emacs-w3m.SlackBuild script had a defect in it on line 59. Once I fixed that defect emacs-w3m works correctly and that makes org-mode work correctly too. This was smoke from a distant fire on which org-mode depended.

[O] [semi-OT] issue trackers?

2011-05-05 Thread Matt Price
Hi everyone, I'm collaborating on a project where I'm starting to feel the need for a shared issue tracker. Anyone have any suggestions? I have my own server (running ubuntu maverick, so pretty up-to-date), and can install pretty well whatever I want there. I'd love something that integrates wit

Re: [O] [PATCH] Don't prompt for bad links during babel export.

2011-05-05 Thread Eric Schulte
Applied. Thanks for the patch -- Eric rpgold...@sift.info writes: > From: Robert P. Goldman > > Previously, when trying to look for the header of a source block during > export, org would prompt the user to add a new heading if it couldn't > find a match. This prompt is not appropriate for non

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-05 Thread Bernt Hansen
Ben Finney writes: > Ben Finney writes: > >> When I use ‘org-clock-sum’ in Org-mode version 7.4, nothing appears to >> happen: the items in the subtree are not updated and no ‘CLOCKSUM’ >> property appears. >> >> Org-mode version 7.4 >> GNU Emacs 23.2.1 (powerpc-unknown-linux-gnu, GTK+ Version 2

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-05 Thread Ben Finney
Ben Finney writes: > When I use ‘org-clock-sum’ in Org-mode version 7.4, nothing appears to > happen: the items in the subtree are not updated and no ‘CLOCKSUM’ > property appears. > > Org-mode version 7.4 > GNU Emacs 23.2.1 (powerpc-unknown-linux-gnu, GTK+ Version 2.20.1) of > 2010-12-12 on porp

Re: [O] Bug in :minlevel for INCLUDE

2011-05-05 Thread Robert Goldman
On 5/5/11 May 5 -6:03 PM, Nick Dokos wrote: > Robert Goldman wrote: > >> AFAICT there is an off-by-one-error here. I.e., if I tell it that the >> :minlevel is 2, then my included level one headers get level 3, and if I >> tell it that the :minlevel is 1, then they get level 2. >> > > I think th

Re: [O] org-babel ocaml List append problems

2011-05-05 Thread James Hurford
I ran the same code with C-c C-c and the result was the same #+begin_src ocaml [3;2;3] @ [3;2;3;4;5];; #+end_src #+results: | 3 | 2 | 3 | 3 | 2 | 3 | 4 | 5 | Thank you James On 6 May 2011 08:45, Eric Schulte wrote: > Hi James, > > I get the following... > > #+begin_src ocaml >  [3;2;3] @ [3;

Re: [O] [Orgmode] Grouping clock report by tag?

2011-05-05 Thread Bernt Hansen
John Hendy writes: > Following up on this again... It's been almost 2mos. Is there any way > to add a tag grouping to clock reports rather than needing to create > clock reports for every tag? > > Many thanks, > John > > My initial example: > > A rough idea might be like this: > > --

Re: [O] Bug in :minlevel for INCLUDE

2011-05-05 Thread Nick Dokos
Robert Goldman wrote: > AFAICT there is an off-by-one-error here. I.e., if I tell it that the > :minlevel is 2, then my included level one headers get level 3, and if I > tell it that the :minlevel is 1, then they get level 2. > I think that's the desired behavior. That allows text before the

[O] footnotes header not handled properly by INCLUDE files?

2011-05-05 Thread Robert Goldman
I just included a file that had a footnotes header, and the footnotes header appeared in the main text as a separate region, rather than correctly being interpreted as footnotes. I guess I'm not /terribly/ surprised this fails, but it does suggest the need for some link rewriting on import, or the

[O] Bug in :minlevel for INCLUDE

2011-05-05 Thread Robert Goldman
AFAICT there is an off-by-one-error here. I.e., if I tell it that the :minlevel is 2, then my included level one headers get level 3, and if I tell it that the :minlevel is 1, then they get level 2. So it seems like :minlevel is actually being interpreted as a level *increment*, rather than a min

[O] [PATCH] Don't prompt for bad links during babel export.

2011-05-05 Thread rpgoldman
From: Robert P. Goldman Previously, when trying to look for the header of a source block during export, org would prompt the user to add a new heading if it couldn't find a match. This prompt is not appropriate for non-interactive use. Patch to org-babel-exp-in-export-file macro to bind org-lin

Re: [O] Org babel does not work properly with included files

2011-05-05 Thread Robert Goldman
On 5/5/11 May 5 -4:27 PM, Eric Schulte wrote: >>> >>> I'm not sure that the current behavior is a bug. Is it reasonable to >>> place code block parameters into an included file? These parameters >>> would not be successfully found during interactive evaluation, and could >>> only plausibly be use

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Nick Dokos
Here is Tom's patch as a text/plain attachment (I can't get to the patchwork server right now - anybody? - but note that the version on patchwork is probably line-break damaged). Nick >From 825fe69d493dd2e7eef414b85340e8e27400f78d Mon Sep 17 00:00:00 2001 From: Tom Dye Date: Thu, 5 May 2011 08:2

Re: [O] Org babel does not work properly with included files

2011-05-05 Thread Eric Schulte
>> >> I'm not sure that the current behavior is a bug. Is it reasonable to >> place code block parameters into an included file? These parameters >> would not be successfully found during interactive evaluation, and could >> only plausibly be used during export as you anticipated. > > Aren't the

Re: [O] Org babel does not work properly with included files

2011-05-05 Thread Robert Goldman
On 5/5/11 May 5 -11:56 AM, Eric Schulte wrote: > Robert Goldman writes: > >> Looking over this some more, I see that the challenge is to: >> >> 1. read the file parameters (whatever they are) from the original file >> (hence opening the file from the link) and >> >> 2. read the header parameter

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Nick Dokos
Nick Dokos wrote: > Thomas S. Dye wrote: > > > Hi Nick, > > > > Thanks for fixing the documentation link. > > > > Here is a patch that adds a reference to language-specific header > > arguments. > > > > I think it's still the case that attachments of MIME type > application/octet-stream wil

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Eric Schulte
Applied, Thanks -- Eric "Thomas S. Dye" writes: > Hi Nick, > > Thanks for fixing the documentation link. > > Here is a patch that adds a reference to language-specific header > arguments. > > All the best, > Tom > > > > > > On May 5, 2011, at 7:45 AM, Nick Dokos wrote: > >> Thomas S. Dye wrote:

Re: [O] org-export-latex-verbatim-wrap has no effect on Babel results

2011-05-05 Thread Eric Schulte
Hi Avdi, I can't reproduce your issue, specifically, when I run the first code block in the following example to customize the value of `org-export-latex-verbatim-wrap' --8<---cut here---start->8--- ** simple latex verbatim wrap example #+begin_src emacs-lisp :

Re: [O] org-babel ocaml List append problems

2011-05-05 Thread Eric Schulte
Hi James, I get the following... #+begin_src ocaml [3;2;3] @ [3;2;3;4;5];; #+end_src #+results: | 3 | 2 | 3 | 3 | 2 | 3 | 4 | 5 | I recently (in the last month) pushed some changes up to the Org-mode git repository which fix result handling for ocaml. Please try with the latest version of Or

Re: [O] PERL, org-mode and literal document input.

2011-05-05 Thread Eric Schulte
Hi Allen, Judging from your example org-mode text below I would suggest the following... First, the block of yaml is miss-formed, you have a "#+source:" line, and a "#end_src" line, but you are missing a required "#+begin_src yaml". Second, if you will be referencing the contents of a yaml code

Re: [O] Request for suggestions including source code

2011-05-05 Thread Eric Schulte
Robert Goldman writes: > On 5/4/11 May 4 -5:23 PM, Thomas S. Dye wrote: >> >> On May 4, 2011, at 11:59 AM, Robert Goldman wrote: >> >>> On 5/4/11 May 4 -4:13 PM, Thomas S. Dye wrote: Aloha Robert, Have a look at the listings and minted packages. You can specify font size on

Re: [O] Org babel does not work properly with included files

2011-05-05 Thread Eric Schulte
Robert Goldman writes: > Looking over this some more, I see that the challenge is to: > > 1. read the file parameters (whatever they are) from the original file > (hence opening the file from the link) and > > 2. read the header parameters from the export buffer, since the header > may not actu

Re: [O] orgtbl multicolumn support

2011-05-05 Thread Michael Bach
Michael Bach writes: # edit > Dear org-mode Users and Developers, > I just wanted to know whether there are plans to support multicolumns in > default orgtbl-to-latex. Something along these lines: > > #+ORGTBL: SEND multicol orgtbl-to-latex :splice t :skip 0 :hline "\\midrule" > | | a | b

[O] orgtbl multicolumn support

2011-05-05 Thread Michael Bach
Dear org-mode Users and Developers, I just wanted to know whether there are plans to support multicolumns in default orgtbl-to-latex. Something along these lines: #+ORGTBL: SEND multicol orgtbl-to-latex :splice t :skip 0 :hline "\\midrule" | | a | b | c | |---+---+-+---|

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Nick Dokos
Thomas S. Dye wrote: > Ack. There were problems earlier with my Mac Mail client and line > breaks, IIRC, but here is the patch in-line. I'm not sure how to make > attachments follow specific MIME requirements. > And as you feared, the line-break ogre struck again. They add all these shiny kno

Re: [O] [Orgmode] Grouping clock report by tag?

2011-05-05 Thread John Hendy
Following up on this again... It's been almost 2mos. Is there any way to add a tag grouping to clock reports rather than needing to create clock reports for every tag? Many thanks, John My initial example: A rough idea might be like this: --- #+BEGIN: clocktable :maxlevel 2 :scope

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Thomas S. Dye
Ack. There were problems earlier with my Mac Mail client and line breaks, IIRC, but here is the patch in-line. I'm not sure how to make attachments follow specific MIME requirements. All the best, Tom From 825fe69d493dd2e7eef414b85340e8e27400f78d Mon Sep 17 00:00:00 2001 From: Tom Dye Dat

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Nick Dokos
Thomas S. Dye wrote: > Hi Nick, > > Thanks for fixing the documentation link. > > Here is a patch that adds a reference to language-specific header > arguments. > I think it's still the case that attachments of MIME type application/octet-stream will not be recorded in patchwork. Please use

[O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Thomas S. Dye
Hi Nick, Thanks for fixing the documentation link. Here is a patch that adds a reference to language-specific header arguments. All the best, Tom 0001-Refer-to-language-specific-Babel-header-arguments.patch Description: Binary data On May 5, 2011, at 7:45 AM, Nick Dokos wrote: Thoma

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread Suvayu Ali
On Thu, 05 May 2011 17:45:13 + chris.m.mal...@gmail.com wrote: > Hi Suvayu, > > I think Matt's lisp code /should/ work for doing exactly what we are > talking about, but for some reason I can't get it to work with LaTeX > export. > I just tried Matt's code, worked very smoothly for me. :)

Re: [O] Spurious source-code output?

2011-05-05 Thread Nick Dokos
Thomas S. Dye wrote: > Hi Nick, > > Without claiming to be a babel expert, :results graphics is a language- > specific option used for e.g. R code blocks. You can find it > documented in the appropriate language-specific sections. > OK - thanks for the clarification! It might be a good ide

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread chris . m . malone
Hi Suvayu, I think Matt's lisp code /should/ work for doing exactly what we are talking about, but for some reason I can't get it to work with LaTeX export. Anyway, good luck on your defense! Chris On May 5, 2011 1:37pm, Suvayu Ali wrote: Hello Chris, Sorry for the delay, had to atte

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread Suvayu Ali
Hello Chris, Sorry for the delay, had to attend a meeting. On Thu, 5 May 2011 11:37:41 -0400 Chris Malone wrote: > Hi Suvayu, > > Thanks for sharing your use case - I'm interested in a few more > details: > > > For example for my appendix and bibliography I use the following: > > > > #+INCLUD

Re: [O] Clocktable question

2011-05-05 Thread Bernt Hansen
Jason Knight writes: > I'm working on several grant-funded projects which require not only > the amount of time spent on a project but the start and end times for > each task. I've not been able to figure out how to get clocktable to > do this for me. > > If what I've got in my .org files is this

Re: [O] Spurious source-code output?

2011-05-05 Thread Thomas S. Dye
Hi Nick, Without claiming to be a babel expert, :results graphics is a language- specific option used for e.g. R code blocks. You can find it documented in the appropriate language-specific sections. All the best, Tom On May 5, 2011, at 5:55 AM, Nick Dokos wrote: wrote: On 5/5/11 10

Re: [O] Spurious source-code output?

2011-05-05 Thread Nick Dokos
wrote: > > > On 5/5/11 10:37 AM, "Nick Dokos" wrote: > > > wrote: > > > >> Hi, > >> > >> I've got the following source-code section in a sample org-mode > >>document: > >> > >> #+BEGIN_SRC R :exports output :results graphics :file t.png > >> plot(1:10, 1:10) > >> #+END_SRC > >> > >> > >Try

Re: [O] Clocktable question

2011-05-05 Thread Nick Dokos
Jason Knight wrote: > I'm working on several grant-funded projects which require not only > the amount of time spent on a project but the start and end times for > each task. I've not been able to figure out how to get clocktable to > do this for me. > > If what I've got in my .org files is this

Re: [O] Clocktable question

2011-05-05 Thread brian powell
* I hope you can learn how to do this using EMACS OrgMode--best thing for what you seek to do. ** In the meantime, I suggest using timeclock.el *** Some functions: (believe me, its really easy to use--puts a log into ~/.timelog or something like that) "Click on a completion to select it. In thi

Re: [O] Spurious source-code output?

2011-05-05 Thread Ken.Williams
On 5/5/11 10:37 AM, "Nick Dokos" wrote: > wrote: > >> Hi, >> >> I've got the following source-code section in a sample org-mode >>document: >> >> #+BEGIN_SRC R :exports output :results graphics :file t.png >> plot(1:10, 1:10) >> #+END_SRC >> >> >Try ``:exports results'' - the Org manual says

Re: [O] Spurious source-code output?

2011-05-05 Thread Nick Dokos
wrote: > Hi, > > I've got the following source-code section in a sample org-mode document: > > #+BEGIN_SRC R :exports output :results graphics :file t.png > plot(1:10, 1:10) > #+END_SRC > > My intention is to show just the figure, not the source code, when I export= > to HTML. But when I do

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread Chris Malone
Hi Suvayu, Thanks for sharing your use case - I'm interested in a few more details: > For example for my appendix and bibliography I use the following: > > #+INCLUDE: thesis-appendix.org :minlevel 1 > > \backmatter > \newpage > \addcontentsline{toc}{chapter}{\bibname} > > \bibliographystyle{plain

[O] Spurious source-code output?

2011-05-05 Thread Ken.Williams
Hi, I've got the following source-code section in a sample org-mode document: #+BEGIN_SRC R :exports output :results graphics :file t.png plot(1:10, 1:10) #+END_SRC My intention is to show just the figure, not the source code, when I export to HTML. But when I do 'C-c C-c' to evaluate the code

[O] Clocktable question

2011-05-05 Thread Jason Knight
I'm working on several grant-funded projects which require not only the amount of time spent on a project but the start and end times for each task. I've not been able to figure out how to get clocktable to do this for me. If what I've got in my .org files is this: CLOCK: [2011-05-04 Wed 11:19]--

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread Suvayu Ali
Hi Chris, On Thu, 5 May 2011 10:23:50 -0400 Chris Malone wrote: > @Suvayu: Thanks for the suggestion. That is essentially what I am > doing now with the #+LaTeX_HEADER lines, but the problem is that I > have a bunch of things which must follow the \begin{document} in > LaTeX. I know I could pu

Re: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Jambunathan K
Nick Dokos writes: > Robert Pluim wrote: > >> (I thought this would be a FAQ, but I can't find anything similar) >> >> Hi, >> >> I'm exporting from org to html, which is working well. Since my final >> target is MSWord, I'd like to add style information to various >> paragraphs, ie bold, under

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread Chris Malone
Hi Matt and Suvayu, @Matt: I can get your example to work fine for html export, but not LaTeX export where the entire contents of the headline are removed as well. =org-version=: 7.5 (release_7.5.105.g8d0c) if that makes any difference. @Suvayu: Thanks for the suggestion. That is essentially w

Re: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Nick Dokos
Robert Pluim wrote: > (I thought this would be a FAQ, but I can't find anything similar) > > Hi, > > I'm exporting from org to html, which is working well. Since my final > target is MSWord, I'd like to add style information to various > paragraphs, ie bold, underline etc. I can see how to do e

[O] typo

2011-05-05 Thread Cor Ninaber
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: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Robert Pluim
Jambunathan K writes: > Robert Pluim writes: > >> Jambunathan K writes: >> >>> Robert Pluim writes: >>> (I thought this would be a FAQ, but I can't find anything similar) Hi, I'm exporting from org to html, which is working well. Since my final target is MSWord, I

Re: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Jambunathan K
Robert Pluim writes: > Jambunathan K writes: > >> Robert Pluim writes: >> >>> (I thought this would be a FAQ, but I can't find anything similar) >>> >>> Hi, >>> >>> I'm exporting from org to html, which is working well. Since my final >>> target is MSWord, I'd like to add style information to v

Re: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Jambunathan K
Robert Pluim writes: > Jambunathan K writes: > >> Robert Pluim writes: >> >>> (I thought this would be a FAQ, but I can't find anything similar) >>> >>> Hi, >>> >>> I'm exporting from org to html, which is working well. Since my final >>> target is MSWord, I'd like to add style information to v

Re: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Robert Pluim
Jambunathan K writes: > Robert Pluim writes: > >> (I thought this would be a FAQ, but I can't find anything similar) >> >> Hi, >> >> I'm exporting from org to html, which is working well. Since my final >> target is MSWord, I'd like to add style information to various >> paragraphs, ie bold, und

Re: [O] Applying style to a paragraph for HTML export

2011-05-05 Thread Jambunathan K
Robert Pluim writes: > (I thought this would be a FAQ, but I can't find anything similar) > > Hi, > > I'm exporting from org to html, which is working well. Since my final > target is MSWord, I'd like to add style information to various > paragraphs, ie bold, underline etc. I can see how to do eg

Re: [O] Row formula in orgtbl mode

2011-05-05 Thread Michael Bach
Michael Brand writes: > Your range formula @4$2..@4$5=@-1*@-2 will work if you upgrade at > least to this commitdiff > http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=8237c9ae6d587a22646333e0315683675e2db538 I am now running the 7.5 development version checked out today. I knew I would have

Re: [O] LaTeX beamer class text

2011-05-05 Thread John Tait
Thanks for your reply. I think a global option would be useful because I mightn't know in advance whether I'd need slides for particular headings or not. I'm thinking of a use case where I have produced a long LaTeX article and have selected certain tags to do so, and I would build a beamer present

Re: [O] Export options being ignored

2011-05-05 Thread Carsten Dominik
On 5.5.2011, at 12:40, Eden Cardim wrote: >> "Carsten" == Carsten Dominik writes: > >Carsten> This is fixed now, by looking for white space instead of >Carsten> beginning-of-word. Thanks for the analysis. > > Still needs the following patch for it to work: Yes, thanks. - Carsten

Re: [O] Export options being ignored

2011-05-05 Thread Eden Cardim
> "Carsten" == Carsten Dominik writes: Carsten> This is fixed now, by looking for white space instead of Carsten> beginning-of-word. Thanks for the analysis. Still needs the following patch for it to work: --8<---cut here---start->8--- diff --git

[O] PyOrgMode: Any idea how to get the properties of a node?

2011-05-05 Thread Miguel Ruiz
I am using PyOrgMode to process the nodes of an orgmode file. I have had no problem with the OrgDataStructure class, but, as you can see https://github.com/bjonnh/PyOrgMode/blob/master/PyOrgMode.py the drawer and properties are parsed by another class, OrgDrawer, and I cannot, i.e., I am not so

[O] Applying style to a paragraph for HTML export

2011-05-05 Thread Robert Pluim
(I thought this would be a FAQ, but I can't find anything similar) Hi, I'm exporting from org to html, which is working well. Since my final target is MSWord, I'd like to add style information to various paragraphs, ie bold, underline etc. I can see how to do eg *bold* for individual words, but h

Re: [O] org-capture in message-mode buffer

2011-05-05 Thread Ulf Stegemann
Leo wrote: > On 2011-05-05 15:02 +0800, Ulf Stegemann wrote: >> Hmmm, is it? Suppose that linking to a message yet to be archived >> wouldn't be there, then `org-store-link' will tell you `org-store-link: >> Cannot link to a buffer which is not visiting a file' when called in a >> message buffer

Re: [O] LaTeX beamer class text

2011-05-05 Thread Eric S Fraga
John Tait writes: > Matt (and Daniel Bausch -- sorry for double post earlier) > > I've found that beamer "allowframebreaks" doesn't work for Org files that > have been included with #+INCLUDE: . [...] > Is there a way to "allowframebreaks" work globally or at least in included > files? I've go

Re: [O] [PATCH] Revised my #+index preprocessor to fontify index entries.

2011-05-05 Thread Carsten Dominik
On 4.5.2011, at 15:10, Robert Goldman wrote: > On 5/4/11 May 4 -3:03 AM, Carsten Dominik wrote: >> Hi Robert, >> >> I am rejecting this part of the patch for now. More thinking is needed here, >> also about special characters etc. No sure yet what the right course will >> be, >> but this is m

Re: [O] org-capture in message-mode buffer

2011-05-05 Thread Leo
On 2011-05-05 15:59 +0800, Leo wrote: > I believe the following patch is due. Think about it some more, there is a reason to signal an error when calling org-store-link interactively but it should not when invoked by org-capture. Otherwise it will get in the way. Leo

Re: [O] Problems with capture in tables

2011-05-05 Thread Thomas Holst
Hi Aankhen, thanks for your answer. · Aankhen wrote: > Hi, > > On Wed, May 4, 2011 at 12:55, Thomas Holst wrote: >> I am trying to put a line into a table via org capture. >> >> My org file looks like this: >> [snip] >> >> My capture template looks like this: >> #+begin_src emacs-lisp >> (setq

Re: [O] Export options being ignored

2011-05-05 Thread Lawrence Mitchell
Carsten Dominik wrote: > On 5.5.2011, at 07:08, Nick Dokos wrote: [...] >> explains the problem: \< matches the empty string at the beginning of a >> word (i.e. if the syntax class of the next character is "word") but it >> does not at the beginning of a char that is of some other syntax class >>

Re: [O] org-capture in message-mode buffer

2011-05-05 Thread Leo
On 2011-05-05 15:02 +0800, Ulf Stegemann wrote: > Hmmm, is it? Suppose that linking to a message yet to be archived > wouldn't be there, then `org-store-link' will tell you `org-store-link: > Cannot link to a buffer which is not visiting a file' when called in a > message buffer (like in any other

Re: [O] Problems with capture in tables

2011-05-05 Thread Aankhen
Hi, On Wed, May 4, 2011 at 12:55, Thomas Holst wrote: > I am trying to put a line into a table via org capture. > > My org file looks like this: > [snip] > > My capture template looks like this: > #+begin_src emacs-lisp > (setq org-capture-templates >      '(("x" "Testing" table-line >       (fil

Re: [O] Export options being ignored

2011-05-05 Thread Carsten Dominik
On 5.5.2011, at 07:08, Nick Dokos wrote: > Nick Dokos wrote: > >> , >> | aa6dba8a74016587755c250bb8cc4743a4082ea1 is the first bad commit >> ` >> > > Taking a look at the commit: > > , > | commit aa6dba8a74016587755c250bb8cc4743a4082ea1 > | Author: Lawrence Mitchell > | Date:

Re: [O] org-capture in message-mode buffer

2011-05-05 Thread Ulf Stegemann
Leo wrote: > On 2011-05-04 21:14 +0800, Ulf Stegemann wrote: >> The idea behind `org-store-link' (which is triggered by `org-capture') >> in message mode is to store a link to a /sent/ message even though the >> message has not been sent by the time you call `org-store-link'. This >> currently w