Re: [O] Bug: Spurious entries in agenda if tasks have a deadline [8.3.3 (8.3.3-2-g6bc48c-elpa /home/nmarais/.emacs.d/elpa/org-20160111/)]

2016-01-18 Thread Neilen Marais
Hi, Charles Millar verizon.net> writes: > > Hi Neilen, > > On 01/15/2016 06:14 AM, Neilen Marais wrote: > > I tested this with both the packaged org-mode that came with my ubuntu > > 15.04 emacs24 install and with the latest org version on elpa. > > >

Re: [O] Bug: Spurious entries in agenda if tasks have a deadline [8.3.3 (8.3.3-2-g6bc48c-elpa /home/nmarais/.emacs.d/elpa/org-20160111/)]

2016-01-18 Thread Neilen Marais
Charles Millar verizon.net> writes: Charles, > > Hi Neilen, > > On 01/15/2016 06:14 AM, Neilen Marais wrote: > > I tested this with both the packaged org-mode that came with my ubuntu > > 15.04 emacs24 install and with the latest org version on elpa. > > >

[O] Bug: Spurious entries in agenda if tasks have a deadline [8.3.3 (8.3.3-2-g6bc48c-elpa @ /home/nmarais/.emacs.d/elpa/org-20160111/)]

2016-01-15 Thread Neilen Marais
I tested this with both the packaged org-mode that came with my ubuntu 15.04 emacs24 install and with the latest org version on elpa. Tasks with deadlines in the future spuriously show up under today's schedule. E.g. Today is 2016-01-15 and I have a task with a deadline set as 2016-01-19: ** TODO

Re: [O] Hiding

2011-11-10 Thread Neilen Marais
Hi Carsten, Carsten Dominik gmail.com> writes: > > > Hi Neilen, > > this was a pretty good attempt for someone who says he is new to org! Why thanks :) Been a while since I've been able to play with my Org, but thanks for the info. > Scheduling normally has the purpose to make an item sh

[O] Hiding "future" tasks in tags-todo agenda view

2011-10-14 Thread Neilen Marais
Hi, I've recently switched from using tracks (http://getontracks.org/) to org mode for GTD task management. One neat tracks feature that I am struggling to reproduce is the "show task from date". If you add a task with no date set, they show up immediately in the context next action lists, but if

Re: [O] Recursive org-agenda-files

2011-10-14 Thread Neilen Marais
Matthew, Matthew Sauer gmail.com> writes: > > My understanding is that you want a file that gets moved into the > active directory to be automatically included in the agenda? > From worg: > You can simply include the directory (as one of the items) in the > value of the variable org-agenda-file

Re: [O] Recursive org-agenda-files

2011-10-14 Thread Neilen Marais
Hi Nick, Nick Dokos hp.com> writes: > Seek and ye shall find: > > C-h v org-agenda--hook RET > > will list all the matching hooks. Which one to choose? I'll leave that up > to the interested reader Indeed, doing (load-library "find-lisp") (add-hook 'org-agenda-mode-hook (lambda () (setq o

[O] Custom agenda: tasks scheduled today or earlier and tags

2011-10-07 Thread Neilen Marais
Hi, I would like to make a custom agenda that 1) filters based on tags then 2) filters on TODO status then 3a) shows all un-scheduled tasks 3b) shows all tasks scheduled for today or earlier I am doing this to implement a kind of "tickler" file for GTD. Currently I have custom agenda that does

Re: [O] Recursive org-agenda-files

2011-10-04 Thread Neilen Marais
Jambunatha, > > Have you considered adding it to say org-mode-hook? > > Seems like a Wrong suggestion to me. > > Try using `C-c [' to add the current org file. I am assuming that org > files are created by hand and not by some daemon that spits out agenda > files when you are away from emacs.

Re: [O] Recursive org-agenda-files

2011-10-04 Thread Neilen Marais
Hi, netty hacky gmail.com> writes: > > Hi Neilen, > > I think you want these in your .emacs (from > http://orgmode.org/worg/org-faq.html, "Can I add files recursively to > my list of agenda files?"): > (load-library "find-lisp") > (setq org-agenda-files (find-lisp-find-files "~/org" "\.org$"))

[O] Recursive org-agenda-files

2011-10-03 Thread Neilen Marais
Hi, I like to have a directory per project, with an .org file in each directory. Is there a way to set org-agenda-files such that it can recursively scan my whole projects dir for all org files? Thanks Neilen

[O] example or source blocks with captions

2011-04-27 Thread Neilen Marais
Hi, Is it possible to caption a #+begin_src or #+begin_example block? Doing #+CAPTION: dipole_analytical_balanis.mac #+begin_example #+end_example doesn't seem to do the trick. I would find this useful to include suggested filenames when quoting source on a web page. Thanks Neilen