"Daniel Martins" <daniel...@gmail.com> writes: > I did your test wuth a null regexp > > It is a regexp problem! > > Org-mode has two variables: org-deadline-string and org-scheduled-string > (see below) > > and I want to match tasks which have a timestamp, ie satisfies the > org-ts-regexp2 > > BUT DO NOT have org-deadline-string NOR org-scheduled-string > > I tried > > (org2rem-pure-timestamps-string > (concat "\\(" org-deadline-string "\\|" > org-scheduled-string "\\)\\{0\\}")) > > in order that a regexp such as > > "\\(org-deadline-string\\|org-scheduled-string\\)\\{0\\}" > > would match only zero {0} occurrences of > (org-deadline-string|org-scheduled-string) > but this seems to be a mistake. > > Any hint??
I can only suggest the empty regexp, as before: (org2rem-pure-timestamps-string "") If this doesn't work, I don't know. Regards, Olaf _______________________________________________ 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