Re: [Orgmode] PROPERTIES before the first headline

2010-02-17 Thread Christian Wittern
Hi Stephan, Thanks, your comments were very helpful! On 2010-02-17 23:01, Stephan Schmitt wrote: > #+PROPERTY: myprop don't ask > I in fact had it like this, but made the spelling error in the mail... > (don't forget to refresh the buffer > setup by typing C-c C-c with the cursor > in that li

[Orgmode] Re: error on using org-sort by property

2010-02-17 Thread Dev Gupta
Actually ignore me, there were some weird property definitions that were throwing a wrench in everything. On Wed, Feb 17, 2010 at 5:51 PM, Dev Gupta wrote: > I'm running GNU Emacs 23 on OS X and am using the most recent version of > org-mode from github. When attempting to sort a list of items

[Orgmode] error on using org-sort by property

2010-02-17 Thread Dev Gupta
I'm running GNU Emacs 23 on OS X and am using the most recent version of org-mode from github. When attempting to sort a list of items via org-sort and selecting p[r]operty, I get the following error: wront type argument: integer-or-marker-p, nil Any ideas? Thanks, Dev _

Re: [Orgmode] org-export [with respect to lists] to HTML

2010-02-17 Thread Livin Stephen Sharma
Well, here's the complaint then: I upgraded to the 'released' version [6.34c], but that did NOT fix the problem for me! Then I turned off some customizations [selected by *intelligent* guessing!]. Looks like this one makes all the difference: > (setq org-empty-line-terminates-plain-lists t) Set

Re: [Orgmode] Ordered lists with alphabetic tags?

2010-02-17 Thread Simon Guest
At Mon, 15 Feb 2010 14:51:49 +0100, Darlan Cavalcante Moreira wrote: > > > Maybe there is a better solution, but you can achieve this with > > ** What's your favourite subject? > #+LaTeX: \renewcommand{\theenumi}{\Alph{enumi}} > 1. Math > 2. Science > 3. English > #+LaTeX: \renewcommand{\theenum

[Orgmode] Re: Custom Agenda Filter Entire Files

2010-02-17 Thread Nick Parker
I found the answer, for those wondering, you can define org-agenda-files list within the org-agenda-custom-commands section which limits the scope of the custom agenda to only those files. For reference: http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php#sec-2.1 Nick Parker www

[Orgmode] Custom Agenda Filter Entire Files

2010-02-17 Thread Nick Parker
Is it possible to tell orgmode to ignore the contents of an entire file when rendering a custom agenda even if that file is included in my org-agenda-file property? Nick Parker www.developernotes.com ___ Emacs-orgmode mailing list Please use `Reply All'

[Orgmode] Re: Linking/referencing static HTML

2010-02-17 Thread Matt Lundin
Zachary Young writes: > I've looked around at the orgmode and org babel manuals, and I am still > not sure that I want to do is possible... > > I have an HTML file that is an e-mail signature that I use. Up to now > I've had copies of the HTML in couple of template ORG files, like so: > > #+BEGIN

[Orgmode] Linking/referencing static HTML

2010-02-17 Thread Zachary Young
Hi all, I've looked around at the orgmode and org babel manuals, and I am still not sure that I want to do is possible... I have an HTML file that is an e-mail signature that I use. Up to now I've had copies of the HTML in couple of template ORG files, like so: #+BEGIN_HTML signature and corp

Re: [Orgmode] Unique IDs, not so unique - SOLVED

2010-02-17 Thread David A. Gershman
Hello All, My memory was right, it *is* a timing issue. The internal 'org' routine generates unique IDs using some accuracy time values (not sure if its 1 second or what). However, 'org-mobile-push' demands IDs at a rate of several per second...thus duplicate IDs. If you slow the ID generation

Re: [Orgmode] Skipping deadlined items until scheduled day in agenda

2010-02-17 Thread Carsten Dominik
Git master for now, will eventually be in release 6.35, but that may still be some time away. - Carsten On Feb 17, 2010, at 11:42 PM, Norbert Zeh wrote: Carsten Dominik [2010.02.17 2328 +0100]: On Feb 17, 2010, at 4:20 PM, Robert Goldman wrote: I would like to be able to skip entries in a

Re: [Orgmode] Deadline->scheduled workflow

2010-02-17 Thread Norbert Zeh
Carsten Dominik [2010.02.17 2328 +0100]: > Hi Norbert, > > Robert Goldman had the same request - that makes two of you. > > Implemented now, please use the variable Thanks a million, Carsten. I don't know how I would make it through the day without org-mode! Cheers, Norbert ___

Re: [Orgmode] Skipping deadlined items until scheduled day in agenda

2010-02-17 Thread Norbert Zeh
Carsten Dominik [2010.02.17 2328 +0100]: > > On Feb 17, 2010, at 4:20 PM, Robert Goldman wrote: > >> I would like to be able to skip entries in a daily agenda view if they >> are being displayed because of the deadline, but they have been >> scheduled. >> >> For example, if I have a TODO whose de

Re: [Orgmode] Github understands us

2010-02-17 Thread Kyle Sexton
On Wed, Feb 17, 2010 at 4:26 PM, Scot Becker wrote: > Wow.  That's nice.  Now if only I could fork Github itself > > On Wed, Feb 17, 2010 at 1:32 PM, Sebastian Rose > wrote: >> >> Andrea Crotti writes: >> > Maybe some of you already noticed, but I found out that actually github >> > understa

Re: [Orgmode] Deadline->scheduled workflow

2010-02-17 Thread Carsten Dominik
Hi Norbert, Robert Goldman had the same request - that makes two of you. Implemented now, please use the variable org-agenda-skip-deadline-prewarning-if-scheduled. To get the two-level system you were proposing, set the variable to a number like 7. (setq org-deadline-warning-days 30 org

Re: [Orgmode] Skipping deadlined items until scheduled day in agenda

2010-02-17 Thread Carsten Dominik
On Feb 17, 2010, at 4:20 PM, Robert Goldman wrote: I would like to be able to skip entries in a daily agenda view if they are being displayed because of the deadline, but they have been scheduled. For example, if I have a TODO whose deadline is 7 days in the future, but I have scheduled to

[Orgmode] Unique IDs, not so unique

2010-02-17 Thread David A. Gershman
I posted a message earlier about a problem between Org mode and MobileOrg. I think the issue may just be the Unique IDs being generated are not unique. I found org-id-method is set to 'org'. So why am I not getting unique IDs? I had asked about this before and I thought Carsten said something

Re: [Orgmode] Github understands us

2010-02-17 Thread Scot Becker
Wow. That's nice. Now if only I could fork Github itself On Wed, Feb 17, 2010 at 1:32 PM, Sebastian Rose wrote: > Andrea Crotti writes: > > Maybe some of you already noticed, but I found out that actually github > > understands org-mode! > > > > If you put a README.org it just works, there

[Orgmode] org-publish-validate-link

2010-02-17 Thread Thomas S. Dye
Aloha all, org-publish-validate-link rejects a valid link to a file when the file is created during an editing session. With ./test.org and ./support/test.pdf present at the start of a session, the first link in test.org (below) is validated. When ./ support/test-copy.pdf is added during

Re: [Orgmode] Mobile Org and idisk.me.com

2010-02-17 Thread Richard Moreland
Hi Ross, You'll want to set org-mobile-directory to something like /Volumes/rosslaird/org (or wherever your iDisk is mounted, typically under /Volumes/mobilemeusername). You can poke around and find your org folder under /Volumes to identify the precise location. Your iDisk folder should then sy

[Orgmode] Mobile Org and idisk.me.com

2010-02-17 Thread Ross A. Laird
I have carefully followed the instructions in the orgmode manual and on the Mobile Org site for connecting my org files to my iPod. I am using idisk.me.com. When I setup the iPod using the instructions on http://mobileorg.ncogni.to/, I can connect my iPhone to my org files on idisk.me.com. (I prev

Re: [Orgmode] org-export [with respect to lists] to HTML

2010-02-17 Thread Mark Elston
Livin, On 2/17/2010 7:23 AM, Livin Stephen Sharma wrote: If it works for you, then I can't complain! Well, you *could*, but it would be better to upgrade first... :) Mark Thank you so much... I'll play with the settings, or move to the new version. On 17 February 2010 19:57, Mark Elston

Re: [Orgmode] Automatic tagging based on # of todo items as children

2010-02-17 Thread mrb
On Tue 16-Feb-2010 05:53 Carsten Dominik wrote: > there is not simple other way, because only when making TODO > statistics are the TODO children counted. You can hook into `org- > after-todo-state-change-hook' with a function that moves back up to > the parent and then counts children with

Re: [Orgmode] [babel] org-babel for matlab?

2010-02-17 Thread Dan Davison
Darlan Cavalcante Moreira writes: > This is also important for me (in fact, for octave). For now I used the > template > file and I can tangle the code correctly, but since I didn't implement any > function for code execution tangling is all I've got. > > - Darlan I was also going to suggest th

Re: [Orgmode] [PATCH] avoid infinite loop in org-babel-execute-buffer

2010-02-17 Thread Eric Schulte
Applied, Thanks! -- Eric Stephan Schmitt writes: > --- > contrib/babel/lisp/org-babel.el |7 --- > 1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/contrib/babel/lisp/org-babel.el b/contrib/babel/lisp/org-babel.el > index 01b730d..7fe4302 100644 > --- a/contrib/babel/li

Re: [Orgmode] org-export [with respect to lists] to HTML

2010-02-17 Thread Livin Stephen Sharma
If it works for you, then I can't complain! Thank you so much... I'll play with the settings, or move to the new version. On 17 February 2010 19:57, Mark Elston wrote: > Livin, > > When I export your file to html I get proper numbering. I'm > not sure why you don't. > > You are using an older

[Orgmode] Skipping deadlined items until scheduled day in agenda

2010-02-17 Thread Robert Goldman
I would like to be able to skip entries in a daily agenda view if they are being displayed because of the deadline, but they have been scheduled. For example, if I have a TODO whose deadline is 7 days in the future, but I have scheduled to do it two days in the future, I don't want to see it in my

Re: [Orgmode] org-export [with respect to lists] to HTML

2010-02-17 Thread Sebastian Rose
OK, I'll try again... Hi Stephen, I responded to the wrong mail before, sorry. Here your testfile works (result attached). Maybe update Org-mode? Livin Stephen Sharma writes: > Sebastian, > In the 'test.org' file **attached** in my previous mail, indentation was as > you had suggested [you

Re: [Orgmode] PROPERTIES before the first headline

2010-02-17 Thread Carsten Dominik
On Feb 17, 2010, at 3:06 PM, Stephan Schmitt wrote: Forgot to say: yes, I think it is intentional that this does not work before the first headline (properties belong to headlines not to files) But maybe it would make sense to allow for "file properties". No, I don't think so. All the meta

Re: [Orgmode] PROPERTIES before the first headline

2010-02-17 Thread Sebastian Rose
Stephan, your testfile works here. Maybe, you use an outdated version? I have org-mode version 6.34trans (release_6.34c.57.gb59eb.dirty) here. The result is attached. Best wishes Sebastian Title: When I think back on all the crap I learned in high school… When I think back on all

Re: [Orgmode] org-export [with respect to lists] to HTML

2010-02-17 Thread Mark Elston
Livin, When I export your file to html I get proper numbering. I'm not sure why you don't. You are using an older version of org-mode. I have 6.34 and it works as expected. Mark On 2/16/2010 11:03 PM, Livin Stephen Sharma wrote: I'm pasting content from an org file, and the HTML generated

Re: [Orgmode] PROPERTIES before the first headline

2010-02-17 Thread Stephan Schmitt
Forgot to say: yes, I think it is intentional that this does not work before the first headline (properties belong to headlines not to files) But maybe it would make sense to allow for "file properties". Also sprach Stephan Schmitt: > Hi Christian, > > you forgot the colon after PROPERTY, > i.e

Re: [Orgmode] org-export [with respect to lists] to HTML

2010-02-17 Thread Livin Stephen Sharma
Sebastian, In the 'test.org' file **attached** in my previous mail, indentation was as you had suggested [you may verify or test/use that as a 'minimal example' to confirm]. I think text pasted into the email itself [under the title 'org content'] may have lost some white-space. Thanks for the BE

Re: [Orgmode] PROPERTIES before the first headline

2010-02-17 Thread Stephan Schmitt
Hi Christian, you forgot the colon after PROPERTY, i.e. the following line at the beginning of the buffer does work: #+PROPERTY: myprop don't ask (don't forget to refresh the buffer setup by typing C-c C-c with the cursor in that line). Then the call (org-entry-get (point) "myprop" t) returns

Re: [Orgmode] Github understands us

2010-02-17 Thread Sebastian Rose
Andrea Crotti writes: > Maybe some of you already noticed, but I found out that actually github > understands org-mode! > > If you put a README.org it just works, there surely are some minor > problems (for example footnotes) but see for example here > http://github.com/AndreaCrotti/Razz > for an

Re: [Orgmode] org-export [with respect to lists] to HTML

2010-02-17 Thread Sebastian Rose
Livin Stephen Sharma writes: > > * Simonisms > 1. Kodachrome > #+BEGIN_EXAMPLE > When I think back on all the crap I learned in high school, It's a wonder I > can > think at all > #+END_EXAMPLE > 2. Sound of silence > Ten thousand people Hi Stephan, list are made from indentation. The `#+beg

Re: [Orgmode] org-babel for matlab?

2010-02-17 Thread Darlan Cavalcante Moreira
This is also important for me (in fact, for octave). For now I used the template file and I can tangle the code correctly, but since I didn't implement any function for code execution tangling is all I've got. - Darlan At Tue, 16 Feb 2010 21:16:44 +0100, Bob Jansen wrote: > > Hi list, > > Has

[Orgmode] Re: Secondary filtering and query editing within daily/weekly agenda

2010-02-17 Thread Matthew Lundin
"Brody, William (Buck)" writes: > I see that I can now filter by tag. Is it possible to filter by todo > state? For instance, I would like to exclude all DONE items. There is no way to filter by TODO state. One way to achieve the same effect, however, is to set the variable org-todo-state-tags-t

[Orgmode] PROPERTIES before the first headline

2010-02-17 Thread Christian Wittern
Hi there, Extending my use of org-mode has left me running into another wall: I would like to set some custom properties globally for the whole file, before everything else. There does not seem to be a way to do this #+PROPERTY myprop don't ask and having the :PROPERTY: drawer after the #+ lin

[Orgmode] Re: [PATCH] little fixes for attachment git commiting

2010-02-17 Thread Łukasz Stelmach
David Maus writes: > Łukasz Stelmach wrote: >>David Maus writes: > >>> Łukasz Stelmach wrote: The other one helps if for some reason the file one would like to add matches an entry in a .gitignore file. I suppose no one puts anything in the org-attach-directory by hand, so anything t

[Orgmode] Github understands us

2010-02-17 Thread Andrea Crotti
Maybe some of you already noticed, but I found out that actually github understands org-mode! If you put a README.org it just works, there surely are some minor problems (for example footnotes) but see for example here http://github.com/AndreaCrotti/Razz for an example.

Re: [Orgmode] Re: [PATCH] little fixes for attachment git commiting

2010-02-17 Thread David Maus
Łukasz Stelmach wrote: >David Maus writes: >> Łukasz Stelmach wrote: >>>The other one helps if for some reason the file one would like to add >>>matches an entry in a .gitignore file. I suppose no one puts anything in >>>the org-attach-directory by hand, so anything that goes there is by >>>inten