Re: [Orgmode] Re: How to get a list of todos with no TAGS
An alternative might be: Do a TAGS search with the match -{.}/! The first part -{.} means to exclude all headline where any tag matches the regular expression ".", i.e. it will exclude all headlines that do have a tag at all (beware of tag inheritance for this, this will exclude also headline that *inherit* a tag.) The "!" after the slash means the headline has to be a TODO to be listed. Even shorter, use the TODO/TAGS search (`C-c a M' instead of `C-c a m'). Then the TAG matcher "-{.}" would be enough already. - Carsten On Sep 7, 2007, at 17:54, Rainer Stengele wrote: Bastien schrieb: Rainer Stengele <[EMAIL PROTECTED]> writes: Thank you first of all - but: it does not work: these todos for example do not show: *** TODO empty TODO *** TODO [#A] [Dongleproblem]: CV070907_002 V07.14 und CV070829_005 --8<---cut here---start->8--- (setq org-agenda-custom-commands '(("x" todo "TODO" ((org-agenda-skip-function (lambda nil (org-agenda-skip-entry-if 'regexp ":[[:alnum:]:[EMAIL PROTECTED]:[ \t]*$")) (org-agenda-overriding-header "TODO entries with no tags: ")) --8<---cut here---end--->8--- Small typo. Just add the "$" at the end of the regexp. -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode perfect, thank you! My fault: I started with the wrong TODO keyword, only looking after the search string ... Until now every time I needed something more org-mode provides it already - if only in the next version ... great tool. Rainer ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] howto fine tune agenda view
The best approach for this may be to not use scheduling or deadlines at all, but to use the TODO list to track these. There you can easily select which TODO keywords you want to have listed. For example: C-u C-c a t WRITE|VERIFY RET will give you all TODO entries that are either WRITE or VERIFY, but not the ones that are "INVOICE". Hope this helps. - Carsten On Sep 6, 2007, at 15:29, Gijs Hillenius wrote: Hi! With so many options in this org forest, it is easy to miss the tree I'm looking for ... Would appreciate it if someone could kick me in the right direction, apologies for the length of my question: I use org-mode to keep track of items i'm supposed to write and track these until i've invoiced them, after which they're in my "Eekboek" a Dutch open source bookkeeping application and I can track 'em there. So, studying the documentation, I added this to my set up (setq org-todo-keywords '((sequence "TODO" "|" "DONE") (sequence "WRITE" "VERIFY" "INVOICE" "|" "INVOICED"))) In most cases the time between INVOICE and INVOICED will be a few days. In some cases it is a month or more :-( as I wait for the client to send me some details I need add with the invoice. I definitively want the WRITE in my agenda view. But is there a tweak that allows me to make some of these INVOICE todo's disappear at least temporary from my agenda view? I'm not sure scheduling does this. Thx -- Selma: Hmm... It is probably my last chance to be a mommy. Waiter: Cigarette, Mrs. McClure? Troy: You bet! From now on, she's smoking for two! -- "A Fish Called Selma" ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] org priority cycling - removing priorities
Every now and then I find myself mispressing SHIFT-up/SHIFT-down on an outline and assigning a priority to it. This then often leads me to navigating the point to the priority to delete it manually. I also miss something here: one more step to remove a priority in this cycling story. Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Feature Request: org-agenda-set-category
"T. V. Raman" <[EMAIL PROTECTED]> writes: > Could we perhaps introduce a special property that is used by > org-agenda to build the left column? What about: :PROPERTIES: :CATEGORY: general :ARCHIVE: archives:: :END: as a future replacement for #+CATEGORY and #+ARCHIVE? I adhere to this notation. I would also keep the old notation for compliance for 2 or 3 other future versions. Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Re: Two org-remember bugs in 5.07
hi, > - Someone with Emacs write acces and a bit of time on his/her hand > could take over the task of keeping the Emacs version up to date. > Volunteers? I think it would be quite hard for a non-Carsten to write good ChangLog entries by looking at the diffs. So I think it's not worth it. I second this. I think syncing from time to time with TRUNK, maybe every major Org's releases is the best option. I, even if I am using 23.0.50, download a separate org.el file for each release. Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Re: Feature request: Selective encryption
On 9/5/07, Xavier Maillard <[EMAIL PROTECTED]> wrote: >I use crypt++.el, and I save the encrypted files with double >extension: filename.org.gpg. Such files are opened in org-mode after >decryption. > > Do you have code to automatically decrypt your org file when > selecting them -i.e. find-file and friends ? Er, well, nothing special. Just the very basic (require 'crypt++) (setq crypt-encryption-type 'gpg) Hum ok pretty easy ;) Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode