Re: [Orgmode] org-remember templates with dynamic target headline

2009-06-16 Thread Nick Dokos
Daniel J. Sinder wrote: > I want a remember template that will have a target headline based on > the date on which I call org-remember. > > For a simple example, the effect I'd like to achieve is shown by > putting the following in my .emacs: > > (setq org-remember-templates > `(("Journal

[Orgmode] org-remember templates with dynamic target headline

2009-06-16 Thread Daniel J. Sinder
I want a remember template that will have a target headline based on the date on which I call org-remember. For a simple example, the effect I'd like to achieve is shown by putting the following in my .emacs: (setq org-remember-templates `(("Journal" ?j "* %u %?\n" "~/org/wjournal.org"

[Orgmode] I just discovered the clone subtree command

2009-06-16 Thread Charles Cave
I am reading the Org-mode Release 6.27a manual to learn new things. and just discovered the C-c C-x c (clone subtree) command. This makes copies of a tree and inserts them as siblings. The command prompts you for the number of copies to make. The really useful feature is to update dates according

[Orgmode] org-exp-blocks: what about previewing blocks ?

2009-06-16 Thread Nicolas Girard
Hi all, currently the code in org-exp-blocks is intended for pre-processing only. It seems to me like org-mode would gain a very powerful feature, if blocks could also be previewed in their own buffer, using the same mechanism as the org-format-latex function. What do you think ? Cheers, Nicolas

[Orgmode] Makefile: missing rule for org-exp-blocks.elc

2009-06-16 Thread Nicolas Girard
Hi, following the last commits, it seems like a rule for org-exp-blocks.elc is missing in the Makefile. Cheers, Nicolas ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mai

[Orgmode] Error when saving remember entries in non org-mode file types.

2009-06-16 Thread Jere McDevitt
Org-mode version: 6.27a I configured org-remember-templates to use a file named "project.todo" to hold todo entries for me. (setq org-remember-templates ("Project" ?p "* TODO %?\n %u" "~/org/project.todo" bottom ))) I hadn't added the .todo extension to the auto-mode-alist so when it wa

[Orgmode] #+LATEX_HEADER: does not seem to work

2009-06-16 Thread Nicolas Girard
Hi, as title says: using the trunk version of org-mode, I couldn't get #+LATEX_HEADER: to work. Cheers, Nicolas ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/

Re: [Orgmode] In response to: .emacs works on Mac but not on Ubuntu

2009-06-16 Thread Nick Dokos
Graham Smith wrote: > > What may be happening is that Ubuntu has a default version of org-mode > > pre-installed in the primary load path directories, so that is what is being > > picked up and not your latest version.  To check that, type > > > > dpkg --list | grep org > > > > and see if org mo

Re: [Orgmode] In response to: .emacs works on Mac but not on Ubuntu

2009-06-16 Thread jere.mcdevitt
Debian based distros are doing some odd things with emacs packages by placing additional global load scripts in /etc/emacs. I haven't fully figured out when they get called, but it might be they get called before your init file does. I know I removed the default org mode install on my Ubuntu ma

Re: [Orgmode] In response to: .emacs works on Mac but not on Ubuntu

2009-06-16 Thread Graham Smith
Jere, > What may be happening is that Ubuntu has a default version of org-mode > pre-installed in the primary load path directories, so that is what is being > picked up and not your latest version.  To check that, type > > dpkg --list | grep org > > and see if org mode was installed by the packag

[Orgmode] In response to: .emacs works on Mac but not on Ubuntu

2009-06-16 Thread Jere McDevitt
Apologize for having to start a new thread, but I just signed up to the mailing list and since I didn't have the original message to reply to. What may be happening is that Ubuntu has a default version of org-mode pre-installed in the primary load path directories, so that is what is being picked

[Orgmode] .emacs works on Mac but not on Ubuntu

2009-06-16 Thread Graham Smith
I have gone back to using Ubuntu and in the past I used to copy any updates of the .emacs file from Ubuntu to the Mac. So I expected to be able to copy the .emacs from the Mac to the newly installed Ubuntu. But it isn't loading the current version of Org-mode, I am getting 4.67 where I should be g

Re: [Orgmode] Org-Mode Demo

2009-06-16 Thread srandby
Bastien wrote: sran...@gmail.com writes: I admit the demo is rough. I had to quit working on it in order to do my regular work. Adding a concluding slide shouldn't be hard though. As the method I used to make the demo is highly inefficient, it would be too much work to change the font, so I'm n

Re: [Orgmode] Org-Mode Demo

2009-06-16 Thread srandby
Bastien wrote: sran...@gmail.com writes: I admit the demo is rough. I had to quit working on it in order to do my regular work. Adding a concluding slide shouldn't be hard though. As the method I used to make the demo is highly inefficient, it would be too much work to change the font, so I'm n

[Orgmode] Re: Org video for the SourceForge Commmunity Choices Award 2009

2009-06-16 Thread Sivaram Neelakantan
Bastien writes: > Hi all, > > I managed to create a short video for the SCCA 2009: > > http://www.youtube.com/watch?v=TlTDSX0vRiA > http://vimeo.com/5155665 (for those who prefer) > > Chritopher Baker kindly allowed me to use some of his great > video material from his "Hello world!" project:

[Orgmode] Re: Docbook export error...

2009-06-16 Thread Baoqiu Cui
Hi Madhu, Madhu Rao writes: > Carsten, > I don't seem to have this problem on the latest pull. Don't know > what resolved it. You might have run into the same problem that I ran into (see messages posted recently with subject "Compilation error about org-protecting-blocks"). AFAIK,

Re: [Orgmode] Org-Mode Demo

2009-06-16 Thread Bastien
sran...@gmail.com writes: > I admit the demo is rough. I had to quit working on it in order to do my > regular work. Adding a concluding slide shouldn't be hard though. As the > method I used to make the demo is highly inefficient, it would be too > much work to change the font, so I'm not going t

Re: [Orgmode] [Buglet] issue where org-agenda always prints to PostScript "with faces"

2009-06-16 Thread Manish
On Tue, Jun 16, 2009 at 9:49 AM, James wrote: > If you tweak org-agenda-custom-commands to create a PostScript version > of your agenda (for example by following this link... > > http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php#sec-5.4 > > ) ... and like me you hap

Re: [Orgmode] Docbook export error...

2009-06-16 Thread Madhu Rao
Carsten, I don't seem to have this problem on the latest pull. Don't know what resolved it. Thanks, Madhu On 12-Jun-09, at 9:54 AM, Carsten Dominik wrote: I cannot reproduce this. - Carsten On Jun 11, 2009, at 6:16 PM, Madhu Rao wrote: Thanks Carsten for the response. Mo

Re: [Orgmode] Org-Mode Demo

2009-06-16 Thread srandby
Bastien wrote: sran...@gmail.com writes: Ok, I guess sending this as an attachment isn't going to work. So, below is a link to a Beamer presentation that is intended to give the viewer a taste of what can be done with org-mode. http://www3.uakron.edu/randby/orgmode/demo.pdf Nice. Three tiny

[Orgmode] Organize Your Life In Plain Text! - Change History

2009-06-16 Thread Bernt Hansen
Hi Everyone, I received a request to provide change log history for my "Organize Your Life In Plain Text!" document[*1*] so that frequent visitors can just see the new (interesting) changes without rereading the entire document. I've moved the source of this document into a separate git repositor

Re: [Orgmode] A tool for creating source code files from example and src blocks in org files

2009-06-16 Thread Bastien
"Eric H. Neilsen, Jr." writes: > Is there any interest in this? Yes. It's been a long time I want to use Org for literate programming, I think it's just the right tool to do this. Please send any code we can test! > (If anyone feels like rewriting it, that would be even better; aside > from

Re: [Orgmode] Org-Mode Demo

2009-06-16 Thread Bastien
sran...@gmail.com writes: > Ok, I guess sending this as an attachment isn't going to work. So, below > is a link to a Beamer presentation that is intended to give the viewer a > taste of what can be done with org-mode. > > http://www3.uakron.edu/randby/orgmode/demo.pdf Nice. Three tiny suggestio

Re: [Orgmode] Creating iCal from org files without Emacs

2009-06-16 Thread Bastien
I've also created a FAQ entry about this: "How can I tell my calendar web application about appointments in my agenda files?" Bastien writes: > (Looks like this didn't get an answer yet.) > > Richard Riley writes: > >> I was wondering if possibly anyone has created a bash >> script/python/anyt

[Orgmode] Re: Hosed configuration

2009-06-16 Thread Bernt Hansen
Birch Browning writes: > Birch Browning gmail.com> writes: > >> Earlier today I tried to update my org-mode/remember stuff following > http://doc.norang.ca/org-mode.html. Somehow I hosed my org-mode/remember > config > so I started over from scratch. (See http://pastebin.com/m1937d804). I STILL

Re: [Orgmode] Creating iCal from org files without Emacs

2009-06-16 Thread Bastien
(Looks like this didn't get an answer yet.) Richard Riley writes: > I was wondering if possibly anyone has created a bash > script/python/anything to produce an iCal export from a bunch of > org-files? I've cron'ed this script: , | #!/bin/bash | | /usr/local/bin/emacs --batch --eval \ |

[Orgmode] Re: user-defined agenda sorting

2009-06-16 Thread Samuel Wales
If my skills at cargo-cult programming can summon the air force, then (get-text-property 1 'priority a/b] will work. But I'm not sure if there are functions for parsing tags etc. Testing seems difficult as cut and paste of headline strings seems to not include properties. Thanks. On Tue, Jun 16

Re: [Orgmode] properties drawer indentation

2009-06-16 Thread Samuel Wales
Thanks! -- Myalgic encephalomyelitis denialism is causing death and severe suffering worse than MS. Conflicts of interest are destroying research. /You/ can get the disease at any time permanently. Do science and justice matter to you?http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm _

Re: [Orgmode] Org video for the SourceForge Commmunity Choices Award 2009

2009-06-16 Thread Samuel Wales
Great video. On Mon, Jun 15, 2009 at 07:03, Bastien wrote: > Hi all, > > I managed to create a short video for the SCCA 2009: > >  http://www.youtube.com/watch?v=TlTDSX0vRiA >  http://vimeo.com/5155665 (for those who prefer) > > Chritopher Baker kindly allowed me to use some of his great > video m

[Orgmode] user-defined agenda sorting

2009-06-16 Thread Samuel Wales
I have a sort comparison function for the outline, which returns a number. This works well. The documentation for user-defined agenda sorting says "This function must receive two arguments, agenda entry a and b." I am not sure what a and b are, strings? My function gets priorities, tags, and tod

Re: [Orgmode] Org video for the SourceForge Commmunity Choices Award 2009

2009-06-16 Thread Ian Barton
I managed to create a short video for the SCCA 2009: http://www.youtube.com/watch?v=TlTDSX0vRiA http://vimeo.com/5155665 (for those who prefer) Just watched it this morning. What a great advert for org mode. Congratulations to Bastien and all the other contributors. Ian. __

[Orgmode] argument to org-revert-all-org-buffers

2009-06-16 Thread Chris Gray
Hello, I think it would be nice if org-revert-all-org-buffers took an argument so that it worked non-interactively when the argument is non-nil. This would mirror the function save-some-buffers, so that one can do something like: emacsclient -e "(save-some-buffers t)" git pull emacsclient -e "(o