Re: [Orgmode] org-feed.el and sha1-string

2009-04-07 Thread Carsten Dominik
Fixed, thanks. - Carsten On Apr 7, 2009, at 10:51 AM, Harri Kiiskinen wrote: Hello (again)! Trying out org-feed.el and when updating a feed I get this in the *Messages*: Contacting host: partialrecall.blogspot.com:80 Reading [application/rss+xml; charset=UTF-8]... 46k of 46k (100%) Symbol

[Orgmode] Re: Time computation errors

2009-04-07 Thread Francesco Pizzolante
Bernt Hansen, Bernt Hansen wrote: > "Francesco Pizzolante" > writes: > Problems: 1) The sum of Time1 for Test headline is wrong: 3:30 instead of 2:30; 2) I'm unable to sum times through a formula (see Time3 column). The same formula works perfectly when yo

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-07 Thread Carsten Dominik
On Apr 7, 2009, at 10:37 PM, Samuel Wales wrote: Thanks, Carsten. That sounds like exactly the right solution. One question. Are there any org .elc files that perform actions upon loading? e..g. defining a key that the user might have redefined in a hook or setting a variable that the user

Re: [Orgmode] Org dependencies request

2009-04-07 Thread Carsten Dominik
Hi Matt, work-around: C-u C-u C-u C-c C-t will switch off all dependency checking for the duration of this command. - Carsten On Apr 8, 2009, at 12:34 AM, Matthew Lundin wrote: I have started using dependencies in org-mode to make sure that I have completed all todos in a project before ma

Re: [Orgmode] Sectioning in LaTeX export

2009-04-07 Thread Manish
On Wed, Apr 8, 2009 at 7:46 AM, Mark Elston wrote: > Mark Elston wrote: >> >> I have an org file I use specifically for exporting a collection of >> other org files to pdf (using LaTeX). However, the resulting output >> is not very much like I would like it to be. >> >> I am using t

Re: [Orgmode] Important

2009-04-07 Thread David Maus
On 07 Apr 09, Mark Elston wrote: > Matthew Lundin wrote: > > I ran into this also. However, a "make clean" then "make" solved the > problem. Oops. Right: make clean fixed the problem for me, too. Regards, -- David -- Email. maus.da...@gmail.com Jabber dmj...@jabber.org ICQ... 2

Re: [Orgmode] feed.el missing in Makefile

2009-04-07 Thread Carsten Dominik
Fixed, thanks. - Carsten On Apr 7, 2009, at 10:20 AM, Harri Kiiskinen wrote: Hello! Just updated with git and noticed, that feed.el is missing in the Makefile, thus does not get compiled nor installed. Harri K. ___ Emacs-orgmode mailing list Reme

[Orgmode] Re: BUG: Task tag inheritance is broken

2009-04-07 Thread Carsten Dominik
Hi Bernt, this changes continues to make trouble. I hope I have squashed the bug now. - Carsten On Apr 6, 2009, at 3:50 PM, Bernt Hansen wrote: Hi Carsten :) The following commit commit 8cc49120fa669f9ae1335b58b2e5f3

Re: [Orgmode] Sectioning in LaTeX export

2009-04-07 Thread Mark Elston
Mark Elston wrote: I have an org file I use specifically for exporting a collection of other org files to pdf (using LaTeX). However, the resulting output is not very much like I would like it to be. I am using the book class for now but will likely add my own LaTeX_CLASS entry later once I get

[Orgmode] Sectioning in LaTeX export

2009-04-07 Thread Mark Elston
I have an org file I use specifically for exporting a collection of other org files to pdf (using LaTeX). However, the resulting output is not very much like I would like it to be. I am using the book class for now but will likely add my own LaTeX_CLASS entry later once I get this all figured ou

Re: [Orgmode] Important

2009-04-07 Thread Mark Elston
Matthew Lundin wrote: Hi Carsten, Carsten Dominik writes: Hi, with the current git release, I have again moved some code to new files. The exporters for HTML, XOXO, ASCII, and iCalendar now all have their own files. I hope that this will make things more transparent. However, such a split

Re: [Orgmode] how to express relative path for grandparent folder?

2009-04-07 Thread Nick Dokos
Nick Dokos wrote: > goodh...@gmail.com wrote: > > > no, it is not working. > > Since my grandparent folder is out of home folder(~) > > > > Any one know it? > > > > Thanks > > > > Manish wrote: > > > On Mon, Apr 6, 2009 at 10:55 PM, goodh...@gmail.com wrote: > > > > > >> I tried ../.., do

Re: [Orgmode] how to express relative path for grandparent folder?

2009-04-07 Thread goodh...@gmail.com
I solved it. but do not ask me why. (setq org-agenda-files (list "~/../../Plans/PhD.org" "~/../../Plans/Others.org" I add ~/ and restart emacs, which make it work, although ../ works for parent folder without ~/ Jack Manish wrote: On Mon, Apr 6, 2009 at 10:55 PM, goodh...@gmai

Re: [Orgmode] Time computation errors

2009-04-07 Thread Daniel Clemente
El mar, abr 07 2009, Francesco Pizzolante va escriure: > Consider the following example: > > | Description | Time1 | Time2 | Time3 | > |-+---+---+| > | * Test | 3:30 | 3:00 | #ERROR | > | *** Item 1 | -1:30 | 1:00 | #ERROR | > | *** Item 2 | 4:00 | 2:00 | #E

Re: [Orgmode] how to express relative path for grandparent folder?

2009-04-07 Thread Nick Dokos
goodh...@gmail.com wrote: > no, it is not working. > Since my grandparent folder is out of home folder(~) > > Any one know it? > > Thanks > > Manish wrote: > > On Mon, Apr 6, 2009 at 10:55 PM, goodh...@gmail.com wrote: > > > >> I tried ../.., does not work. ../ works for parents folder. > >

[Orgmode] Org dependencies request

2009-04-07 Thread Matthew Lundin
I have started using dependencies in org-mode to make sure that I have completed all todos in a project before marking it done. There are, however, some projects that I would like to exclude from dependency tracking. For example, I have a multi-step project for paying the rent every month: ,

Re: [Orgmode] how to express relative path for grandparent folder?

2009-04-07 Thread goodh...@gmail.com
no, it is not working. Since my grandparent folder is out of home folder(~) Any one know it? Thanks Manish wrote: On Mon, Apr 6, 2009 at 10:55 PM, goodh...@gmail.com wrote: I tried ../.., does not work. ../ works for parents folder. ../.. does not work, because emacs or "setq org-agenda-fi

Re: [Orgmode] Patch for growl notifications without uncommenting hacks

2009-04-07 Thread Christopher Suckling
Hi Carsten, Hopefully this is the last of the org-mac-message.el patches and it supersedes everything from yesterday morning onwards... It adds Growl detection AppleScript, fixes the commentary, tidies the indentation and fixes two bugs (message:// regex and some formatting) Best, Christ

Re: [Orgmode] Important

2009-04-07 Thread David Maus
Good Evening, On 07 Apr 09, Matthew Lundin wrote: > > Just pulled the new commits from the git repo. When I type "make", I get > the following error message: > > , > | In toplevel form: > | lisp/org-export-latex.el:53:1:Error: Symbol's function definition is void: > org-create-multibrace-re

Re: [Orgmode] Important

2009-04-07 Thread Sebastian Rose
Hi Carsten, updated my test data to match current Org-mode. Pulled and exported to HTML without a problem. Validation: * [X] Horizontal line not in * [X] Encodings (iso-8859-1, iso-8859-15, utf-8) * [X] Named Section Anchors in Headlines * [X] Footnotes * [X] #+SETUPFILE

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-07 Thread Samuel Wales
Thanks, Carsten. That sounds like exactly the right solution. One question. Are there any org .elc files that perform actions upon loading? e..g. defining a key that the user might have redefined in a hook or setting a variable that the user might have reset? If so, reloading might cause unexp

Re: [Orgmode] Important

2009-04-07 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > Hi, > > with the current git release, I have again moved some > code to new files. The exporters for HTML, XOXO, ASCII, > and iCalendar now all have their own files. I hope > that this will make things more transparent. > > However, such a splitting operat

Re: [Orgmode] Moving headlines and content.

2009-04-07 Thread Samuel Wales
Not that I know of. It might be possible, however, to (1) make a command that tags each entry with :MARK: (similar to marking in dired -- you don't need this, but would add completeness) (2) make a command that tags /matching/ items (you need this) and (3) make a command that moves all marked entr

[Orgmode] Important

2009-04-07 Thread Carsten Dominik
Hi, with the current git release, I have again moved some code to new files. The exporters for HTML, XOXO, ASCII, and iCalendar now all have their own files. I hope that this will make things more transparent. However, such a splitting operation is complex, and it is possible that in some envi

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-07 Thread Carsten Dominik
I have fixed org-reload, it will now only reload files that actually have been loaded before. Also, the reloading will now also cover any files from the contrib/lisp directory. - Carsten On Apr 6, 2009, at 12:57 PM, Carsten Dominik wrote: I believe I know what s causing this. Reloading Org

Re: [Orgmode] bug in "simple dependencies" handling (?)

2009-04-07 Thread Daniel
Hello Carsten, thanks a million for optimizing and including this blocking-behavior into org-mode! :) It seems to work like a charm. Best regards, Daniel Carsten Dominik wrote: Hi Daniel, thanks for your continuing efforts. I have now implemented this change, with some speed optimizations.

Re: [Orgmode] table of contents--html export

2009-04-07 Thread Matthew Lundin
Jörg, Jörg Hagmann writes: > Thanks. I presently have "table of contents" turned off, and I dont > want the same in a different language. Did you try to customize the variable org-export-language-setup, as I suggested? The variable allows you to change the name of the "Table of Contents" head

Re: [Orgmode] org-protocol: firefox issues

2009-04-07 Thread Sebastian Rose
Hi Rustom, Please add: javascript:location.href='org-protocol://store-link://'+encodeURIComponent(location.href) ^^^ Sorry for the inconvenience, thanks for finding the failure in the docs. Regards, Sebastian (who's going to fix the docs now) Rustom Mody writes: > When I try to

Re: [Orgmode] table of contents--html export

2009-04-07 Thread Sebastian Rose
Jörg Hagmann writes: > Hi, > > When exporting to html, is it possible to change "Table of Contents" in the > exported file to something of one's own choice? (I don't mean a different > language). I can't find another way than what you probably found already: M-x customize-variable RET org-export

Re: [Orgmode] table of contents--html export

2009-04-07 Thread Jörg Hagmann
Hi Matthew, Thanks. I presently have "table of contents" turned off, and I dont want the same in a different language. What I want is something like "On this page", because otherwise users think they are dealing with links to other pages and, depending on where exactly the "table of contents"

[Orgmode] Re: Time computation errors

2009-04-07 Thread Francesco Pizzolante
Hi Bernt, Thanks for your answer. >> Consider the following example: >> >> --8<---cut here---start->8--- >> * Test >> #+COLUMNS: %25ITEM(Description) %Time1{:} %Time2{:} %Time3{:} >> >> #+BEGIN: columnview :hlines 1 :id local >> | Description | Time1 | Time2 |

[Orgmode] org-protocol: firefox issues

2009-04-07 Thread Rustom Mody
When I try to make a new bookmark in firefox containing location.href='org-protocol://store-link://'+encodeURIComponent(location.href) as the location, the save changes button in firefox becomes inactive! Fiddling around with the =' etc changin it to : makes it active but then of course the lin

Re: [Orgmode] table of contents--html export

2009-04-07 Thread Matthew Lundin
Hi Jörg, Jörg Hagmann writes: > When exporting to html, is it possible to change "Table of Contents" > in the exported file to something of one's own choice? (I don't mean a > different language). Try customizing the variable org-export-language-setup. This will enable you to change the title o

[Orgmode] table of contents--html export

2009-04-07 Thread Jörg Hagmann
Hi, When exporting to html, is it possible to change "Table of Contents" in the exported file to something of one's own choice? (I don't mean a different language). Thanks, Jörg ___ Emacs-orgmode mailing list Remember: use `Reply All' to send repl

[Orgmode] Time computation errors

2009-04-07 Thread Francesco Pizzolante
Hi, Going on in discovering org-mode, I found 2 problems when trying to make computations on times. Consider the following example: --8<---cut here---start->8--- * Test #+COLUMNS: %25ITEM(Description) %Time1{:} %Time2{:} %Time3{:} #+BEGIN: columnview :hlines

Re: [Orgmode] Adding time to deadline and schedule timestamps

2009-04-07 Thread Matthew Lundin
Hi Cameron, Cameron Horsburgh writes: > Hi folks, > > I'm trying to get a little more control over my DEADLINE and SCHEDULED > timestamps. Specifically, I'd like to be able to add the time (not > just the date) when I hit C-c C-d or C-c C-s. When I type something like C-c C-d wed 13:30 RET, the

[Orgmode] Re: Adding time to deadline and schedule timestamps

2009-04-07 Thread Cameron Horsburgh
On Tue, Apr 07, 2009 at 08:32:36AM -0400, Bernt Hansen wrote: > To add a time I just enter the time when you get the SCHEDULED or > DEADLINE date prompt. > > eg. Date+time [2009-04-07]: mon 7pm > > Lots of formats are supported. > > Entering the time at the prompt works for me. > > ,[ Examp

Re: [Orgmode] Adding time to deadline and schedule timestamps

2009-04-07 Thread Cameron Horsburgh
On Tue, Apr 07, 2009 at 12:24:33PM +, Giovanni Ridolfi wrote: > > --- Mar 7/4/09, Cameron Horsburgh ha scritto: > > I'm trying to get a little more control over my > > DEADLINE and SCHEDULED > > timestamps. > > The manual (8.3 Deadlines and scheduling) states: > > [...] special keywords

[Orgmode] Moving headlines and content.

2009-04-07 Thread Deric Bytes
Is there a way to MOVE multiple headlines, along with their content, that match a search to a new file. C-c a m +orgmode+howto moved to file ~/notes/org/howto-090704.org C-c a m +orgmode+diary moved to file~/notes/org/diary-090704.org

[Orgmode] Re: Adding time to deadline and schedule timestamps

2009-04-07 Thread Bernt Hansen
Cameron Horsburgh writes: > I'm trying to get a little more control over my DEADLINE and SCHEDULED > timestamps. Specifically, I'd like to be able to add the time (not > just the date) when I hit C-c C-d or C-c C-s. > > I tried adding the prefix, which is how you would do it when putting > in a p

Re: [Orgmode] Adding time to deadline and schedule timestamps

2009-04-07 Thread Giovanni Ridolfi
--- Mar 7/4/09, Cameron Horsburgh ha scritto: > I'm trying to get a little more control over my > DEADLINE and SCHEDULED > timestamps. The manual (8.3 Deadlines and scheduling) states: [...] special keywords to facilitate *planning* DEADLINE Meaning: the task (most likely a TODO item,

Re: [Orgmode] Patch for growl notifications without uncommenting hacks

2009-04-07 Thread David Abrahams
On Apr 6, 2009, at 6:27 PM, Christopher Suckling wrote: On 6 Apr 2009, at 01:49, David Abrahams wrote: This patch to org-mac-message.el should make it show growl notifications when searching for flagged messages and growl is running, and work silently otherwise. Thanks, works nicely.

[Orgmode] How you guys implement orgmode into cell phone?

2009-04-07 Thread Yue Wu
orgmode is great, but for my job, I can't touch PC much of my work time, but I have cell phone, which I think is quite suitable for gtd, but manage two gtd system is pain, could anyone give me some hints about how to simplify my gtd system? Maybe a little off topic, but it's still a little

Re: [Orgmode] org-protocol and encoding

2009-04-07 Thread Sebastian Rose
Sebastian Rose writes: > This seems to be a emacs/remember problem though. > > > If I open a file `xy.txt' and select this text: > > lkäüüäüpüpjüpjsf > > and then 'C-x r' to remember it, I get this in my remember buffer: > > [[file:~/xy.txt::lk%20p%20pj%20pjsf][file:~/xy.txt::lk p pj pjsf]] >

Re: [Orgmode] Record extra info for each time block

2009-04-07 Thread Francesco Pizzolante
Hi Matthew, First of all, thanks for your quick answer. >> But sometimes, you also need to record some other information related >> to that time block, for example, the distance you had to drive to go >> to the meeting or some costs (like parking costs) that you had to pay >> for it. >> >> Exampl

[Orgmode] Adding time to deadline and schedule timestamps

2009-04-07 Thread Cameron Horsburgh
Hi folks, I'm trying to get a little more control over my DEADLINE and SCHEDULED timestamps. Specifically, I'd like to be able to add the time (not just the date) when I hit C-c C-d or C-c C-s. I tried adding the prefix, which is how you would do it when putting in a plain timestamp (C-u C-c .) H

[Orgmode] org-feed.el and sha1-string

2009-04-07 Thread Harri Kiiskinen
Hello (again)! Trying out org-feed.el and when updating a feed I get this in the *Messages*: Contacting host: partialrecall.blogspot.com:80 Reading [application/rss+xml; charset=UTF-8]... 46k of 46k (100%) Symbol's function definition is void: sha1-string and I cannot find the function sha1-stri

[Orgmode] feed.el missing in Makefile

2009-04-07 Thread Harri Kiiskinen
Hello! Just updated with git and noticed, that feed.el is missing in the Makefile, thus does not get compiled nor installed. Harri K. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://li

Re: [Orgmode] Patch for growl notifications without uncommenting hacks

2009-04-07 Thread Christopher Suckling
On 7 Apr 2009, at 01:16, David Abrahams wrote: On Apr 6, 2009, at 6:27 PM, Christopher Suckling wrote: On 6 Apr 2009, at 01:49, David Abrahams wrote: This patch to org-mac-message.el should make it show growl notifications when searching for flagged messages and growl is running, and w