Re: [Orgmode] latex-export bug

2008-12-12 Thread Carsten Dominik
--Apple-Mail-1--438738747 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Fixed, I am now using \verb instead of \texttt for these strings, which works OK. Thanks. - Carsten On Nov 17, 2008, at 1:20 PM, Chris Gray w

Re: [Orgmode] possible bug in org-export (LaTeX), again

2008-12-12 Thread Carsten Dominik
Hi Rainer, I believe I have finally found this bug. Please verify. - Carsten On Oct 26, 2008, at 2:04 PM, Rainer Thiel wrote: > I now realise I sent my answeer only to Manish and not to the list, so > I am forwarding it now. In substance, my test file does (and did) > have a blank line at the

Re: [Orgmode] Tasks under COMMENT section are added to appt

2008-12-12 Thread Daniel Clemente
Carsten Dominik writes: > could you please try if the following patch fixes this problem? A simple patch, and it works! Thanks for commiting it. -- Daniel > > diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el > index ffcabde..25f2baa 100644 > --- a/lisp/org-agenda.el > +++ b/lisp/org-agend

[Orgmode] ido slow for outline path completion

2008-12-12 Thread Samuel Wales
ido for refiling works very well and makes refiling easier by orders of magnitude. Thank you Eric. Thank you Carsten. In org 6.14, I find that full path completion (which is the only way that org-goto can use ido) can take 22-45 seconds before it shows you the prompt. This is on a 1ghz mac and

Re: [Orgmode] RFC: Improvements to org-remember

2008-12-12 Thread Carsten Dominik
Hi James, two more feature requests for the new remember templates: - An :id switch which triggers automatic creation of an ID property You can create one by calling org-id-get-create in the entry, on the headline or below it. - A :link switch (or similarly named). When remember is called

Re: [Orgmode] Org + Images -> Tex -> PDF

2008-12-12 Thread Carsten Dominik
Sorry, this was incomplete. To exactly duplicate what you had: #+CAPTION: Server Load \scriptsize{(Source: RRD)} #+ATTR_LaTeX: scale=0.75 #+LABEL: gif:load [[./load.png]] And you can produce references to the figure with [[fig:load][the load plot]] HTH - Carsten On Dec 12, 2008

Re: [Orgmode] Org + Images -> Tex -> PDF

2008-12-12 Thread Carsten Dominik
Hi Manish, it has been a long time, but this does now work, with #+CAPTION: Server Load [[./load.png]] - Carsten On Oct 18, 2008, at 3:50 PM, Manish wrote: Hello, I wonder how to add an image (PNG) to an Org file so that it can be exported to latex and compiled using pdflatex? I tri

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-12 Thread Ulf Stegemann
Hi Tassilo, Tassilo Horn wrote: > Ulf Stegemann writes: > >> Yes, increasing the interval is certainly a good idea. But how about >> using the Fibonacci sequence (1, 2, 3, 5, 8 ...) for this :) > > The fibonacci sequence increases too slow. The current implementation > (which should hit the ma

Re: [Orgmode] Is this a patch? minor typo in org.texi?

2008-12-12 Thread Carsten Dominik
Yes, thank you, I am fixing this. You can make better patches by using "diff -u" instead of "diff" - Carsten On Dec 12, 2008, at 1:51 PM, Alan E. Davis wrote: I just noticed this little item, and I think it's a typo. I don't know the correct way to generate a patch: does this do the trick?

Re: [Orgmode] Saving column views in agenda

2008-12-12 Thread Matthew Lundin
Carsten Dominik writes: > > > Yes, this is not the first time that a request for a last-line > reference has come up. But the connection with org-collector.el > really seems to need this, so I finally took a look. > > I needed only a single line edit to make @0 refer to the last line. > Up in th

Re: [Orgmode] LaTeX export, table forumulas

2008-12-12 Thread Carsten Dominik
Hi, On Dec 10, 2008, at 9:05 PM, [AvataR] wrote: Hi Carsten, hi list! I have some questions about org 1. How about row formulas? Like coloumn, but row? This has been on my list for a long time, but I don't have had time to implement it so for, and I don't expect to do it soon. 2. How can

Re: [Orgmode] Timestamps and checkbox cookies on same line

2008-12-12 Thread Carsten Dominik
Hi Chris, this is a problem with Emacs regular expressions, not easy to fix. Put more text between the time stamp and the cookie (20 chars or so). - Carsten On Dec 10, 2008, at 7:01 AM, Chris Randle wrote: Hi Carsten When I edit a timestamp with the shifted cursor keys on a line such as:

[Orgmode] Is this a patch? minor typo in org.texi?

2008-12-12 Thread Alan E. Davis
I just noticed this little item, and I think it's a typo. I don't know the correct way to generate a patch: does this do the trick? 5472,5473c5472,5473 < @kindex C-c C-x < < @item C-c C-x < --- > @kindex C-c C-x > > @item C-c C-x > 5487c5487 < @kindex < --- > @kindex > Thank you, Alan D -- Al

Re: [Orgmode] Saving column views in agenda

2008-12-12 Thread Carsten Dominik
On Dec 11, 2008, at 10:34 PM, m...@imapmail.org wrote: "Eric Schulte" writes: Hi Matthew, Good idea. I've added a :conds parameter which can do just that, see the example below. Notice that :conds should be a list of tests, not just one single test, if this proves awkward it would be easy

Re: [Orgmode] Saving column views in agenda

2008-12-12 Thread Carsten Dominik
On Dec 11, 2008, at 10:34 PM, m...@imapmail.org wrote: "Eric Schulte" writes: Hi Matthew, Good idea. I've added a :conds parameter which can do just that, see the example below. Notice that :conds should be a list of tests, not just one single test, if this proves awkward it would be easy

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-12 Thread Tassilo Horn
Ulf Stegemann writes: Hi Ulf, > Yes, increasing the interval is certainly a good idea. But how about > using the Fibonacci sequence (1, 2, 3, 5, 8 ...) for this :) The fibonacci sequence increases too slow. The current implementation (which should hit the main tree soon) increases step by step

Re: [Orgmode] Tasks under COMMENT section are added to appt

2008-12-12 Thread Carsten Dominik
Hi Daniel, could you please try if the following patch fixes this problem? Thanks. - Carsten diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index ffcabde..25f2baa 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -5627,6 +5627,7 @@ belonging to the \"Work\" category."

Re: [Orgmode] Saving column views in agenda

2008-12-12 Thread Carsten Dominik
On Dec 11, 2008, at 10:34 PM, m...@imapmail.org wrote: "Eric Schulte" writes: Hi Matthew, Good idea. I've added a :conds parameter which can do just that, see the example below. Notice that :conds should be a list of tests, not just one single test, if this proves awkward it would be easy

Re: [Orgmode] Saving column views in agenda

2008-12-12 Thread Carsten Dominik
On Dec 11, 2008, at 8:09 PM, Eric Schulte wrote: Matthew Lundin writes: Eric, Thanks so much. The updated org-collector works beautifully. This is a very nice way to perform calculations on subsets of data. I don't suppose there's any chance of generating a table that contains only the i

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-12 Thread Ulf Stegemann
Hi Tassilo, Tassilo Horn wrote: > Ulf Stegemann writes: > >> Besides, my Gnus holds `gnus-large-newsgroup' as a string not as >> integer. > > What?!? Do you set it somewhere? The docs say it should be a number or > nil. Yes, I was investigating that, too ... and indeed I found that the value