Re: [Orgmode] [OT] Emacs for 64 bit Windows 7

2010-12-16 Thread Nick Parker
Markus, I run a 32 bit version of GNU Emacs in Windows 7 Ultimate x64 with no issues. Good luck. Nick Parker www.developernotes.com On Thu, Dec 16, 2010 at 1:35 PM, Markus Heller wrote: > Hello all, > > first, my apologies for my previous posting, that was posted by > accide

Re: [Orgmode] quick TODO entry

2010-11-03 Thread Nick Parker
Sergio, Check out org-capture (http://orgmode.org/manual/Capture.html). You can set a keybinding to trigger it like so: (define-key global-map "\C-cc" 'org-capture) Nick Parker www.developernotes.com On Wed, Nov 3, 2010 at 9:38 PM, sergio_101 wrote: > i have been away f

Re: [Orgmode] org-babel and gnuplot

2010-09-08 Thread Nick Parker
John, Thanks for you're input, I'll give it a whirl. Nick Parker www.developernotes.com On Wed, Sep 8, 2010 at 2:04 PM, John Hendy wrote: > Nick, > > How about this?? Just fiddled around a little and wonder what you think. > There might be a better way, but esse

Re: [Orgmode] org-babel and gnuplot

2010-09-08 Thread Nick Parker
inespoints plot "$data" using 2:xtic(1) title columnheader(1), \ for [i=2:3] '' using i title columnheader(i) #+end_src Nick Parker www.developernotes.com On Wed, Sep 8, 2010 at 9:39 AM, John Hendy wrote: > Nick, > > > This got me curious to see the output. I

Re: [Orgmode] org-babel and gnuplot

2010-09-08 Thread Nick Parker
Erik, That was the issue, the :file reference needed to be on the line above. Thanks. Nick Parker www.developernotes.com On Tue, Sep 7, 2010 at 10:27 PM, Erik Iverson wrote: > On 09/07/2010 10:12 PM, Nick Parker wrote: > >> Hi John, >> >> I would actually like to

Re: [Orgmode] org-babel and gnuplot

2010-09-07 Thread Nick Parker
git repository. I tried to reference the variable data without the quotes and $ sign without any success. I will continue to fiddle with it, I am new to gnuplot. Nick Parker www.developernotes.com On Tue, Sep 7, 2010 at 8:54 PM, John Hendy wrote: > Hi Nick, > > Maybe two things off han

[Orgmode] org-babel and gnuplot

2010-09-07 Thread Nick Parker
t auto x set style data histogram set style fill solid border -1 set boxwidth .9 set xlabel "Date" set ylabel "Time" plot "$data" using 1:2:3 notitle #+end_src Nick Parker www.developernotes.com ___ Emacs-orgmode m

[Orgmode] Re: Fwd: Checkboxes in Agenda

2010-06-24 Thread Nick Parker
Bernt, Thanks for the suggestion, that will be helpful for now. :-) Nick Parker www.developernotes.com On Thu, Jun 24, 2010 at 11:53 AM, Bernt Hansen wrote: > Bernt Hansen writes: > > > Nick Parker writes: > > > >> Tassilo, > >> > >> The root

Re: [Orgmode] Re: Fwd: Checkboxes in Agenda

2010-06-24 Thread Nick Parker
alarm I suppose could swap out the checkboxes for two stars instead, I was just asking. Nick Parker www.developernotes.com On Thu, Jun 24, 2010 at 10:42 AM, Tassilo Horn wrote: > Nick Parker writes: > > Hi Nick, > > > Thank you for your reply. Was it intentionall

Re: [Orgmode] Re: Fwd: Checkboxes in Agenda

2010-06-24 Thread Nick Parker
J., The way I use them is to simply associate the root element with a scheduled date, the checkboxes just provide a way to itemize the root task. Nick Parker www.developernotes.com On Thu, Jun 24, 2010 at 9:45 AM, J. David Boyd wrote: > Nick Parker writes: > > > Carsten, >

Fwd: [Orgmode] Checkboxes in Agenda

2010-06-24 Thread Nick Parker
Carsten, Thank you for your reply. Was it intentionally designed to keep checkboxes out of the agenda view or is it just that way because no one has submitted a patch to provide that yet? Nick Parker www.developernotes.com On Thu, Jun 24, 2010 at 1:18 AM, Carsten Dominik wrote: > >

[Orgmode] Checkboxes in Agenda

2010-06-23 Thread Nick Parker
Is there a way to allow checkboxes to be displayed within an agenda view? I am currently just seeing the root element associated to the checkboxes in my agenda. Nick Parker www.developernotes.com ___ Emacs-orgmode mailing list Please use `Reply All

[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

[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

Re: [Orgmode] State Change with diary-float

2010-02-07 Thread Nick Parker
Ryan, Thanks, that works. Nick Parker www.developernotes.com On Sun, Feb 7, 2010 at 2:51 PM, Ryan Thompson wrote: > From the Org Manual: > > SCHEDULED > Meaning: you are planning to start working on that task on the > given date. > > In other words, if you just

[Orgmode] State Change with diary-float

2010-02-07 Thread Nick Parker
agenda, I see an entry for the current day that says: Sched. 4x Some Meeting Where "Some Meeting" was in the past. Is there a way to tell it to not prompt me for a previously scheduled item, but still use the diary-float scheduling for items in the future? Nick Pa

Re: [Orgmode] Repeater Options

2010-01-17 Thread Nick Parker
Jan, That is exactly what I was looking for, thank you! Nick Parker www.developernotes.com On Sun, Jan 17, 2010 at 3:39 PM, Jan Böcker wrote: > On 17.01.2010 21:31, Nick Parker wrote: > > Is there a way to specify a todo item that is scheduled to repeat on the > > 3rd Thursd

[Orgmode] Repeater Options

2010-01-17 Thread Nick Parker
Is there a way to specify a todo item that is scheduled to repeat on the 3rd Thursday of the month? I tried to use +1m, however that does not work the same way. Any suggestions? Nick Parker www.developernotes.com ___ Emacs-orgmode mailing list Please