Re: [Orgmode] Re: "No link found" error during export of source block when headline has link

2010-10-08 Thread Hsiu-Khuern Tang
Hi Eric, I also confirm that the issue in my original post has been fixed. Thanks! -- Hsiu-Khuern. On Wed, Oct 6, 2010 at 7:52 AM, Eric Schulte wrote: > This issue should now be fixed. > > Best -- Eric ___ Emacs-orgmode mailing list Please use `Re

[Orgmode] Re: Version string (was Re: ELPA Howto)

2010-10-08 Thread Jambunathan K
kage manager expect that builtin packages be versioned in >a special way. For example, can the stable release be called 7.0.1 >while a daily snapshot be called 20101008? The package manager uses the most recent version of a package, as defined by `version-list-<'. > 4. Any g

Re: [Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-08 Thread suvayu ali
Hi everyone, On 8 October 2010 11:51, Nick Dokos wrote: > FYI: Karl Berry's reply - afaict, it does not solve everything ( the > regexp might mean different things in different locales), but is it > good enough for its limited purpose (detecting drive letters)? > I have filed a bug report on the

[Orgmode] TaskJuggler 3, revisited

2010-10-08 Thread John Hendy
Hi, I'm coming up on some serious need for a project manager. I really only need gantt chart creation at this point. I strongly dislike the Qt interface and the need to use that if one wants to get a gantt chart output from the process. I would much prefer being able to design my html charts, pri

Re: [Orgmode] Any equal setting of #+STARTUP: nologdone?

2010-10-08 Thread Water Lin
Juan Pechiar writes: > On Fri, Oct 08, 2010 at 04:39:26PM +0800, Water Lin wrote: >> I am using following setting >> --- >> #+STARTUP: nologdone >> --- >> to avoid done log note while I mark one entry as DONE. >> >> But I want to set it as a global setting to avoid use it for ever

[Orgmode] Re: bug with respect to org-read-date-prefer-future

2010-10-08 Thread Bernt Hansen
Eric S Fraga writes: > On Fri, 08 Oct 2010 15:01:49 -0400, Bernt Hansen wrote: >> >> Eric S Fraga writes: >> >> > Recently, but I cannot say for how long, I have found that dates >> > entered, for instance using "j" in the standard agenda view, no longer >> > choose a time/day in the future b

[Orgmode] Re: bug with respect to org-read-date-prefer-future

2010-10-08 Thread Eric S Fraga
On Fri, 08 Oct 2010 15:01:49 -0400, Bernt Hansen wrote: > > Eric S Fraga writes: > > > Recently, but I cannot say for how long, I have found that dates > > entered, for instance using "j" in the standard agenda view, no longer > > choose a time/day in the future but seem to default to the curre

[Orgmode] Re: bug with respect to org-read-date-prefer-future

2010-10-08 Thread Achim Gratz
Bernt Hansen writes: > The justification for this was at the start of a new month you need to > enter the year to go back to a date a week or two ago in the agenda > which seemed inconvenient. Fair enough, but at the end of the year you certainly wouldn't expect to jump back almost a year by the

[Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Achim Gratz
Nick Dokos writes: > I also found out to my surprise from the previously posted bug-texinfo > thread, that the ASCII characters between 'Z' and 'a' are (or were) legal > drive letters, but the assumption is that nobody would be so foolish as > to use them any more, so not checking for them is OK.

[Orgmode] Re: bug with respect to org-read-date-prefer-future

2010-10-08 Thread Bernt Hansen
Eric S Fraga writes: > Recently, but I cannot say for how long, I have found that dates > entered, for instance using "j" in the standard agenda view, no longer > choose a time/day in the future but seem to default to the current > year. For instance, today, typing "j 2 feb RET" (with a real spa

[Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-08 Thread Nick Dokos
FYI: Karl Berry's reply - afaict, it does not solve everything ( the regexp might mean different things in different locales), but is it good enough for its limited purpose (detecting drive letters)? Nick --- Forwarded Message Date:Fri, 08 Oct 2010 18:38:00 + From:k...@freefriend

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Nick Dokos
Achim Gratz wrote: > Otherwise you can't really use range expressions or character classes at > all since they either permit illegal drive letters or might not work > with due to the bugs in older versions of grep... it would however be > possible to spell out each drive letter bot in upper and l

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Eric S Fraga
On Fri, 08 Oct 2010 13:27:15 -0400, Nick Dokos wrote: > > There is a thread in the bugs-texinfo mailing list on the egrep > problem in texi2dvi: > > http://lists.gnu.org/archive/html/bug-texinfo/2010-03/msg00031.html > > Nick > Yeah, it sure looks like we're not the only runs bitten by this

[Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Achim Gratz
Nick Dokos writes: > There is a thread in the bugs-texinfo mailing list on the egrep > problem in texi2dvi: > > http://lists.gnu.org/archive/html/bug-texinfo/2010-03/msg00031.html They came to the same conclusion... :-) Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blof

[Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Achim Gratz
I'm pretty sure that this behaviour of egrep has been introduced with GNU grep version 2.6 (which says it fixed some long-standing bugs with regards to locale handling and character classes if you care to read the release notes). Unfortunately, as we see here, fixing bugs in one place often uncove

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Nick Dokos
There is a thread in the bugs-texinfo mailing list on the egrep problem in texi2dvi: http://lists.gnu.org/archive/html/bug-texinfo/2010-03/msg00031.html Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-or

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread suvayu ali
Hi Nick, On 8 October 2010 08:51, Nick Dokos wrote: > Eric S Fraga wrote: > >> This is a solution in one sense but the real bug is the egrep >> expression in texi2dvi which is why it is suggested that a bug report >> be filed. >> > > texi2dvi includes the following address for bug reports: > >  

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Nick Dokos
Eric S Fraga wrote: > This is a solution in one sense but the real bug is the egrep > expression in texi2dvi which is why it is suggested that a bug report > be filed. > texi2dvi includes the following address for bug reports: bug-texi...@gnu.org so maybe *one* of the people filing a

Re: [Orgmode] library of babel, bootabs question

2010-10-08 Thread Eric Schulte
Hi Robert, Currently the only way I know of inhibiting the export of the original table, is to move it to an un-exporting subtree. This can be done using the COMMENT header keyword by moving the table to a new subtree and pressing C-c ; which runs org-toggle-comment in that subtree. Best -- Eric

Re: [Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-08 Thread Rainer M Krug
On Fri, Oct 8, 2010 at 3:09 PM, Stephen Eglen wrote: > > > > Dan Davison writes: > > > Hi Chuck, > > > > I agree about making use of existing ESS tools and that a more > > traditional Org approach might be appropriate. > > this may be slightly off-topic, but another way of adding documentation >

[Orgmode] Re: Bibtex and latex export

2010-10-08 Thread suvayu ali
Hi Bernt, On 8 October 2010 05:01, Bernt Hansen wrote: > suvayu ali writes: > >> >> >> I have the exact same problem ever since I updated org today. (from >> commit 344785b 2010-10-03 Bernt Hansen to commit 0901585 2010-10-06 >> Eric Schulte) >> >> My locale is en_IN.utf8, and I am on Fedor

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread suvayu ali
On 8 October 2010 04:35, Eric S Fraga wrote: > On Fri, 8 Oct 2010 01:43:25 -0700, suvayu ali > wrote: > > [...] > Suvayu, > > the bug is due to the expression in the texi2dvi script used in an > egrep command.  The reason it is hitting you now and not before is > that the default sequence of com

[Orgmode] Re: Version string (was Re: ELPA Howto)

2010-10-08 Thread Jambunathan K
(Resent to mailing-list) Carsten Dominik writes: > On Oct 5, 2010, at 1:09 PM, Jambunathan K wrote: > >> >> In the context of ELPA packages, I think there might be a need to >> revisit how orgmode's version string is defined. >> >> For example, 7.01h wouldn't be successfully parsed by (version-

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-08 Thread Rainer M Krug
On Fri, Oct 8, 2010 at 2:10 PM, Dan Davison wrote: > Hi Chuck, > > I agree about making use of existing ESS tools and that a more > traditional Org approach might be appropriate. > OK. But I think I have a solution for the "One package in a single org file" approach - see below > > > If you do

[Orgmode] [BUG] MobileOrg blocked tasks showing up on agendas

2010-10-08 Thread Luke Amdor
I'm not quite sure if this is intended or not, but take this example. Say I have * Parent Project :PROPERTIES: :ORDERED: t :END: ** TODO task 1 ** TODO task 2 and I have org-enforce-todo-dependencies set to t and org-agenda-dim-blocked-tasks set to 'invisible When I do a a push and

[Orgmode] bug with respect to org-read-date-prefer-future

2010-10-08 Thread Eric S Fraga
Hi, Recently, but I cannot say for how long, I have found that dates entered, for instance using "j" in the standard agenda view, no longer choose a time/day in the future but seem to default to the current year. For instance, today, typing "j 2 feb RET" (with a real space between 2 and feb) jump

[Orgmode] how to reverse a region of outline items

2010-10-08 Thread Rainer Stengele
hi all! I have a region of outline items with subitems like - A * text below A * ... - B * text below B - C - D * text below D ... - E - .. I want to reverse the list to: - .. - E - D * text below D ... - C - B * text below B - A * text below A * ... without loosing the connect

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-08 Thread Stephen Eglen
Dan Davison writes: > Hi Chuck, > > I agree about making use of existing ESS tools and that a more > traditional Org approach might be appropriate. this may be slightly off-topic, but another way of adding documentation is to the 'roxygen' markup. http://roxygen.org/ ESS has some support f

Re: [Orgmode] Any equal setting of #+STARTUP: nologdone?

2010-10-08 Thread Juan Pechiar
On Fri, Oct 08, 2010 at 04:39:26PM +0800, Water Lin wrote: > I am using following setting > --- > #+STARTUP: nologdone > --- > to avoid done log note while I mark one entry as DONE. > > But I want to set it as a global setting to avoid use it for every org > file. Hi Water, The cu

[Orgmode] Re: Orgmode meetup at FOSDEM, February 2011. Who would come?

2010-10-08 Thread Richard Moreland
On Fri, Oct 8, 2010 at 8:25 AM, Christian Egli wrote: > Richard Moreland writes: >> If no one else volunteers, I will. > > We are getting close to the deadline for the application for a dev room. > I will be on holiday and off-line for a week tomorrow, so I do not have > time to work on this next

[Orgmode] Re: Orgmode meetup at FOSDEM, February 2011. Who would come?

2010-10-08 Thread Christian Egli
Richard Moreland writes: > On Mon, Oct 4, 2010 at 4:38 AM, Carsten Dominik > wrote: >> Still we need someone who says "I will organize this". >> Who will do that? > > If no one else volunteers, I will. We are getting close to the deadline for the application for a dev room. I will be on holiday

[Orgmode] Re: [babel] Writing R-packages the org way?

2010-10-08 Thread Dan Davison
Hi Chuck, I agree about making use of existing ESS tools and that a more traditional Org approach might be appropriate. > If you do decide to go all in for a 'one org file makes one package' > approach, you might try to get Rd language support added, so you can > edit Rd directly in an Org Src bu

[Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Bernt Hansen
suvayu ali writes: > On 7 October 2010 06:58, Eric S Fraga wrote: >> On Thu, 07 Oct 2010 09:29:59 -0400, Nick Dokos wrote: >>> >>> Eric S Fraga wrote: >>> >>> > On Wed, 06 Oct 2010 19:21:33 +0200, Achim Gratz wrote: >>> > > >>> > > Hi Eric, >>> > > >>> > > Eric S Fraga writes: >>> > > > | /u

[Orgmode] Re: Version string (was Re: ELPA Howto)

2010-10-08 Thread Carsten Dominik
Hi, so how do we move forward with generating packages? I have installed the code by Jambunthan in the Make file, but I guess we still need to negotiate with the EPLA on how to upload and update the package, about name conventions etc. Is there anyone whole is willing to sort this all ou

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Eric S Fraga
On Fri, 8 Oct 2010 01:43:25 -0700, suvayu ali wrote: [...] > > I have the exact same problem ever since I updated org today. (from > commit 344785b 2010-10-03 Bernt Hansen to commit 0901585 2010-10-06 > Eric Schulte) > > My locale is en_IN.utf8, and I am on Fedora 13. I couldn't quite > under

[Orgmode] library of babel, bootabs question

2010-10-08 Thread Robert Klein
I'm trying to export a document to LaTeX, using a lob-call to booktabs for a table. Unfortunately I seem to get two tables, the original one and the one from the lob call. The table looks like this: #+tblname: ma |---+---+-| | row 1 cell

[Orgmode] Feature idea: overwrite time at the prompt when rescheduling

2010-10-08 Thread Tom
I use rescheduling often and it would be convenient if I didn't have to delete the existing time at the schedule prompt and I could just type the new time (like 8am) which would automatically replace (overwrite) the previous text in the prompt. Sometimes it is also useful to edit the existing tim

Re: [Orgmode] Header levels and section numbering > 3, in LaTeX export

2010-10-08 Thread Indraneel Majumdar
I couldn't get easylist to understand the \star symbol that orgmode uses. Do you know how to do that? No. You might have seen the footnote in the easylist documentation (on p. 2) which says: "You might not be happy with the symbols and maybe you'd like to use another one, or simply have your

[Orgmode] Re: Version string (was Re: ELPA Howto)

2010-10-08 Thread Carsten Dominik
On Oct 5, 2010, at 1:09 PM, Jambunathan K wrote: In the context of ELPA packages, I think there might be a need to revisit how orgmode's version string is defined. For example, 7.01h wouldn't be successfully parsed by (version-to-list ...) which the package manager uses internally. So 7.01h

Re: [Orgmode] Option to prevent auto-insertion of blank lines by M-return?

2010-10-08 Thread James Harkins
Perfect! Thanks. In case anyone is searching list archives... the answer is: org-blank-before-new-entry. James PS Org-mode is *saving my bacon* on a big multimedia composition project due for performance in about 2 weeks. I might have been able to keep track of the details with something else, b

Re: [Orgmode] Option to prevent auto-insertion of blank lines by M-return?

2010-10-08 Thread Carsten Dominik
Hi James, this is a FAQ: http://orgmode.org/worg/org-faq.php#blank-line-after-headlines-and-list-items - Carsten On Oct 8, 2010, at 11:29 AM, James Harkins wrote: Sorry if this is an obvious question, but I'm not having much luck finding the right org-mode customization options (due to the

[Orgmode] Option to prevent auto-insertion of blank lines by M-return?

2010-10-08 Thread James Harkins
Sorry if this is an obvious question, but I'm not having much luck finding the right org-mode customization options (due to the fact that there are so many of them, in combination with my relative noobness). Here's the behavior I would like to change: I have outline headings with a blank line in b

[Orgmode] entities and removing some markup in ascii export

2010-10-08 Thread Ezequiel Birman
I was trying to get rid of some markup (or get it properly "translated") when exporting to ascii/latin1/utf8. For example: ORG-BLOCKQUOTE-START I have nothing to say and I am Saying it. ORG-BLOCKQUOTE-END could be exported as: I have nothing to say and I am Saying it. Regarding LaTeX marku

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread suvayu ali
On 7 October 2010 06:58, Eric S Fraga wrote: > On Thu, 07 Oct 2010 09:29:59 -0400, Nick Dokos wrote: >> >> Eric S Fraga wrote: >> >> > On Wed, 06 Oct 2010 19:21:33 +0200, Achim Gratz wrote: >> > > >> > > Hi Eric, >> > > >> > > Eric S Fraga writes: >> > > > | /usr/bin/texi2dvi: Processing /home

[Orgmode] Any equal setting of #+STARTUP: nologdone?

2010-10-08 Thread Water Lin
I am using following setting --- #+STARTUP: nologdone --- to avoid done log note while I mark one entry as DONE. But I want to set it as a global setting to avoid use it for every org file. Is there any equal setting of #+STARTUP: nologdone while I am setting my project using fol

[Orgmode] How can I just publish entry marked as DONE?

2010-10-08 Thread Water Lin
I am using org project to build my web page. I have written a lot of stuff but while I am publishing the org files, I just want to publish the part which are marked as DONE( the keyword ). Is it possbile? Thanks Water Lin -- The Big Bang on Busy Reading: http://bigbang.WaterLin.org Email: wat

Re: [Orgmode] Re: [BUG] define "just", preamble and postamble placement

2010-10-08 Thread Nick Dokos
Łukasz Stelmach wrote: > |---+-| > | Preamble| > |---+-| > | | | > | Content | TOC | > | | | > |---+-| > | Postamble | > |---+-| > > I'd like to have a layout like the above one, with (pre|post)ambles of

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Eric S Fraga
On Thu, 07 Oct 2010 16:11:32 -0400, Nick Dokos wrote: > > Eric S Fraga wrote: > > > > echo /foo | egrep '^(/|[A-z]:/)' > > > > > > do you get the bad range end error message? If so, then your egrep > > > is indeed stricter than mine. > > > > I do indeed: > > > > : egrep: Invalid range e