Re: [Orgmode] [PATCH] sha1 hash of latex fragments to avoid regeneration

2009-11-15 Thread Carsten Dominik
Hi Eric, this is fantastic, thank you for implementing it. I have wanted some speedup for this for a long time. I think your implementation still suffers from one issue: The produced image also depends on the variables org-format-latex- options, org-format-latex-header, org-export-latex-p

[Orgmode] Bug: Enabling Flyspell mode gave an error [6.33trans]

2009-11-15 Thread Raju Gandhi
I get this error everytime I fire up org-mode. I just upgraded to Emacs 23 yesterday, and started seeing this error. I searched around for fixed, and tried a few things but I can't seem to get flyspell to work. Emacs : GNU Emacs 23.1.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2009-08-

[Orgmode] Search in headings before searching in leaves

2009-11-15 Thread Leo Alekseyev
I thought it would be a rather useful behavior for isearch to search only in the displayed text. That is to say, if I have a structure such as * Folded Heading 1... * Folded Heading 2... [ whose body has 1 bazillion occurrences of SearchTerm ] * Folded Heading With SearchTerm... * Folded Headin

Re: [Orgmode] Minor buglet in orgmode Makefile

2009-11-15 Thread Noorul Islam
On Mon, Nov 16, 2009 at 7:49 AM, Robert P. Goldman wrote: > I just pulled an update from git for the first time in a long while, and when > I > tried to build org-mode, it failed with an undefined function error for the > function org-float-time in org-ascii. > > It only took me a moment to find

[Orgmode] Re: Request for advice on OrgMobile

2009-11-15 Thread Robert P . Goldman
Robert P. Goldman sift.info> writes: > > I just installed OrgMobile and I'm delighted with it. > > But I was wondering --- it seems to create only my custom agendas by default. > Is there any way to persuade it to create the daily and weekly agendas on > export? I'd really like to have those

[Orgmode] More on GTD, browse todos by priority or creation date

2009-11-15 Thread T o n g
Hi, I just found out this wonderful tool, and have gone through all the tutorials. What I haven't figured out is how to browse todo items by priority or creation date. Let me explain in details. On reading the tutorials, I just found that that I've developed a methodology to handle things I ne

[Orgmode] Request for advice on OrgMobile

2009-11-15 Thread Robert P . Goldman
I just installed OrgMobile and I'm delighted with it. But I was wondering --- it seems to create only my custom agendas by default. Is there any way to persuade it to create the daily and weekly agendas on export? I'd really like to have those at my fingertips. Thanks! _

[Orgmode] Minor buglet in orgmode Makefile

2009-11-15 Thread Robert P . Goldman
I just pulled an update from git for the first time in a long while, and when I tried to build org-mode, it failed with an undefined function error for the function org-float-time in org-ascii. It only took me a moment to find the fix --- it seems like we just need to push org-compat up the list o

Re: [Orgmode] Ignore some lines when using org-plot/gnuplot

2009-11-15 Thread Darlan Cavalcante Moreira
Don't worry about a late reply. Sometimes I need a lot of time just to read the E-Mails here in the list (this is one of the most active lists I have ever seen and a really good one to follow) and I wonder how you guys not only read it but also fix bugs and implement new features. Thanks for this

[Orgmode] [PATCH] sha1 hash of latex fragments to avoid regeneration

2009-11-15 Thread Eric Schulte
Hi, The attached patch changes the latex fragment image generation so that it saves images into files named by the sha1 hash of the latex source code. By checking for the existence of image files before image generation the regeneration of identical images is avoided. In practice I find that thi

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-15 Thread Eraldo Helal
> This patch fixes it. I've put the LINK_UP and ..._HOME directly after > the tag: > > > - HERE --- > > How can I now style them with css ...without messing with the other links? > By defining links in "body" for UP and HOME and defining links again in "content" for rest? Eraldo __

Re: [Orgmode] the great^n grand-daddy of orgmode? :)

2009-11-15 Thread Scot Becker
Awesome indeed, and amusing. As is the picture of the occasional struggle between Man and his Interface, which perhaps never will go away. (Appreciations however, for those who try to minimize it). Thanks. ___ Emacs-orgmode mailing list Remember: use `R

[Orgmode] Re: contact management in org-mode?

2009-11-15 Thread Sean Sieger
Matt Lundin writes: I'd agree with Russell's conclusion that if one does not use an emacs mail client, then there is not much point to using BBDB. But if one uses Gnus or the like, the integration BBDB offers (e.g., automated addition of new addresses, auto-notes, TAB completion

[Orgmode] [PATCH] Info: clarify all allowed values of PROPERTY in COLUMN definition

2009-11-15 Thread Gregory J. Grubbs
Add cross reference to Special properties/Column atrributes node to clarify what may be used in the PROPERTY definition --8<---cut here---start->8--- index d2b4d3c..3c6fe1a 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -4589,6 +4589,7 @@ optional. The indivi

[Orgmode] Colors for pre elem. on orgmode.org

2009-11-15 Thread Sebastian Rose
Hi, the colors on orgmode.org are made from an Emacs setup with a dark background. Because of the light background on the Web, code examples with syntax highlighting are hard to read. I even avoid #+BEGIN_SRC and use #+BEGIN_EXAMPLE instead. I played a little locally, and found, that the follo

Re: [Orgmode] Re: org-datetree Some Suggestions

2009-11-15 Thread Carsten Dominik
On Nov 15, 2009, at 4:35 PM, Ian Barton wrote: Tassilo Horn wrote: Ian Barton writes: Hi Ian, At the moment dates are inserted as plain text. It would nice to have an option to insert the date as either an active or inactive date. Perhaps if there was a remember variable the user could sim

Re: [Orgmode] Proposal: org-protocol handles redirects (finally)

2009-11-15 Thread Sebastian Rose
Sebastian Rose writes: > Carsten Dominik writes: >> Applied, thanks. >> >> - Carsten > > > Thank you Carsten. > > I'll go now and document the new feature on worg. DONE. Will be http://orgmode.org/worg/org-contrib/org-protocol.php#open-source-rewritten-urls once it's exported. Best wishe

[Orgmode] [PATCH] Removes obsolete functions, variable and fix typos.

2009-11-15 Thread Noorul Islam
Hello all, Attached is the patch which has following changes. * lisp/org-agenda.el: - Removed obsolete functions, org-highlight-until-next-command and org-unhighlight-once. - Removed obsolete variable org-agenda-remove-date. * lisp/org.el - Fixed some typos. Thanks and Regards, Noorul dif

Re: [Orgmode] Re: org-datetree Some Suggestions

2009-11-15 Thread Ian Barton
Tassilo Horn wrote: Ian Barton writes: Hi Ian, At the moment dates are inserted as plain text. It would nice to have an option to insert the date as either an active or inactive date. Perhaps if there was a remember variable the user could simply surround it with either "[" or "<" as appropri

[Orgmode] Re: org-agenda-diary-entry without date tree

2009-11-15 Thread Matthew Lundin
Carsten Dominik writes: > On Nov 14, 2009, at 1:33 PM, Matt Lundin wrote: > >> Hi Carsten, >> >> The new org-agenda-diary-entry looks quite convenient. >> >> Would it be possible to add an option to bypass the date tree so as to >> add each new appointment as a simple first level heading? I prefe

[Orgmode] Re: Re: Release 6.33

2009-11-15 Thread Uwe Jochum
Carsten Dominik wrote: > Alternative: > :ADRESSE: > :Stadt: Frankfurt am Main <2009-11-15 Sun +1y> > :Telephon: 069--7511--2660 (direkt) > :Telephon: 069--7511--1666 (Sekretärin) > :E-Post: mailto:g.musterf...@web.de > :Geburtstag: <1997-11-15 Sat +1y> > :END: Carsten, wow! I hadn't

Re: [Orgmode] Proposal: org-protocol handles redirects (finally)

2009-11-15 Thread Sebastian Rose
Carsten Dominik writes: > Applied, thanks. > > - Carsten Thank you Carsten. I'll go now and document the new feature on worg. Sebastian > On Nov 13, 2009, at 6:56 PM, Sebastian Rose wrote: > >> Hi, >> >> >> here is a little patch for org-protocol.el, I always wanted to have. It >> enhanc

Re: [Orgmode] Proposal: org-protocol handles redirects (finally)

2009-11-15 Thread Carsten Dominik
Applied, thanks. - Carsten On Nov 13, 2009, at 6:56 PM, Sebastian Rose wrote: Hi, here is a little patch for org-protocol.el, I always wanted to have. It enhances `org-protocol-open-source' to handle rewritten URLs to some extend. I tested it successfully with my projects here and on th

Re: [Orgmode] Folding last plain list entry

2009-11-15 Thread Carsten Dominik
Hi Dan, the folding implementation of plain lists is limited - it works by assuming, for the duration of the org-cycle instance, that these lines are just normal headlines. I believe it would be an awful lot of work to fix this. - Carsten On Nov 13, 2009, at 7:44 PM, Dan Davison wrote: Org-c

Re: [Orgmode] Bug: org-wl: from property not set as expected [6.33]

2009-11-15 Thread Carsten Dominik
Applied, thanks. - Carsten On Nov 14, 2009, at 12:43 PM, David Maus wrote: 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 w

Re: [Orgmode] Re: Release 6.33

2009-11-15 Thread Carsten Dominik
Hi Uwe, it i OK to just put the diary-anniversary line into the drawer. Alternative: #+DRAWERS: ADRESSE #+LANGUAGE: de #+OPTIONS: toc:nil f:t *:t <:t d:t #+CATEGORY: Geburtstag * Musterfrau, Gerda Irgendein

Re: [Orgmode] [PATCH] Typo

2009-11-15 Thread Carsten Dominik
Applied, thanks. - Carsten On Nov 14, 2009, at 5:10 PM, Noorul Islam wrote: Hi, I do not have public repository so I am attaching the patch. It is very small though! Thanks Noorul ___ Emacs-orgmode mailing list Remember: use `Reply All' to send rep

Re: [Orgmode] [PATCH] Remove unused function.

2009-11-15 Thread Carsten Dominik
Applied, thanks. - Carsten On Nov 14, 2009, at 5:22 PM, Noorul Islam wrote: Hi, Attached is the patch which removes the unused function "org-compact-display-after-subtree-move". Thanks and Regards Noorul ___ Emacs-orgmode mailing list Remember: use

Re: [Orgmode] Request: org-display-outline-path report full file path even when narrowed

2009-11-15 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 14, 2009, at 6:58 PM, Gregory J. Grubbs wrote: When the following file is narrowed to the "Sub Two" tree, org-display-outline reports the path relative to "Sub Two". It would be more useful to report, e.g. "Top One/Sub Two/Blah" Obviously, if you are narro

Re: [Orgmode] [PATCH] Meaningful prompt for org-set-effort

2009-11-15 Thread Carsten Dominik
Applied, thanks. - Carsten On Nov 14, 2009, at 6:40 PM, Gregory J. Grubbs wrote: I don't understand what I'm being prompted for with the current prompt. --8<---cut here---start->8--- diff --git a/lisp/org.el b/lisp/org.el index c5499a3..dcded8e 100644 ---

Re: [Orgmode] Speed commands

2009-11-15 Thread Carsten Dominik
Hi Dan, these are nice, but somehow I find the "n" command logical and the "p" command confusing :-) - Carsten On Nov 15, 2009, at 3:44 AM, Dan Davison wrote: Dan Davison writes: Carsten Dominik writes: <...> I am happy to have a discussion what additional commands should be present by

Re: [Orgmode] the great^n grand-daddy of orgmode? :)

2009-11-15 Thread Sebastian Rose
Carsten Dominik writes: > Hi Adam, > > this is awesome, thanks for the link > > - Carsten > > On Nov 14, 2009, at 1:27 PM, Adam Spiers wrote: > >> In case you haven't seen it, this is probably the first ever public >> demo of outlining software in 1968: >> >> http://www.youtube.com/watch?v=6epbmU

Re: [Orgmode] Re: Howto install from git under XEmacs (org-freemind problem)

2009-11-15 Thread Lennart Borgman
Thanks, I have seen this. Is not rx available at all in XEmacs? On Sun, Nov 15, 2009 at 12:17 PM, Carsten Dominik wrote: > > Hi Andreas, thanks for the additional information. > > It seems that Lennart is using calls to `rx' to make his regular > expressions, and that function does not seem to e

Re: [Orgmode] Release 6.33

2009-11-15 Thread Sebastian Rose
Carsten Dominik writes: > On Nov 14, 2009, at 12:03 AM, Sebastian Rose wrote: >>> Drawers are now exported properly >>> == >>> >>> Drawers are now exported when the configuration requires it, >>> i.e. if the variable `org-export-with-drawers' is t or a list >>> cont

Re: [Orgmode] Re: Howto install from git under XEmacs (org-freemind problem)

2009-11-15 Thread Carsten Dominik
Hi Andreas, thanks for the additional information. It seems that Lennart is using calls to `rx' to make his regular expressions, and that function does not seem to exist in your XEmacs installation. I believe all these rx calls could be just substituted by a regexp string. Maybe you can cont

[Orgmode] Re: Speed commands

2009-11-15 Thread Benjamin Andresen
Hey Dan, Dan Davison writes: > Here are simplified versions of the forward- and backward-scroll speed > commands that I'm suggesting. I love it! > Dan br, benny ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] Re: org-datetree Some Suggestions

2009-11-15 Thread Tassilo Horn
Ian Barton writes: Hi Ian, > At the moment dates are inserted as plain text. It would nice to have > an option to insert the date as either an active or inactive > date. Perhaps if there was a remember variable the user could simply > surround it with either "[" or "<" as appropriate. Or maybe t

[Orgmode] Re: Release 6.33

2009-11-15 Thread Uwe Jochum
Carsten Dominik wrote: >> I still cannot get the test file to work, that Uwe posted here lately: > > This is strange, that *did* work before I pushed the release. > Anyway, not it no longer does > > OK, fixed again, hope it works now. > > - Carsten Carsten, thanks again for the latest org

[Orgmode] org-datetree Some Suggestions

2009-11-15 Thread Ian Barton
This is a really nice addition to org. However, I have a couple of suggestions which I think might improve it. At the moment dates are inserted as plain text. It would nice to have an option to insert the date as either an active or inactive date. Perhaps if there was a remember variable the u