From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: ":COOKIE_DATA: todo recursive" as elisp for everything Date: Sun, 3 Nov 2019 22:10:29 +0100 Message-ID: <2019-11-03T22-04-07@devnull.Karl-Voit.at> Reply-To: Karl Voit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53585) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iRN98-0003Qq-ED for emacs-orgmode@gnu.org; Sun, 03 Nov 2019 16:10:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iRN97-0001eo-06 for emacs-orgmode@gnu.org; Sun, 03 Nov 2019 16:10:50 -0500 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:33600 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iRN96-0001eI-PF for emacs-orgmode@gnu.org; Sun, 03 Nov 2019 16:10:48 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iRN90-000XK3-Sh for emacs-orgmode@gnu.org; Sun, 03 Nov 2019 22:10:42 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi! I plan to use the following property for all of my projects: :COOKIE_DATA: todo recursive You can find details on this about this on [3]. In order to get this behavior for all of my headings that are using progress cookies, I'd prefer the possibility to define this in my init.el instead of hundreds of scattered drawers. On [1] I found the file-based method of "#+PROPERTY: COOKIE_DATA recursive" which is a start but I still need to test it in order to confirm that this is working with "todo" and "recursive". I'm not an elisp expert but [2] doesn't seem to respect any elisp variable that controls "todo recursive" as well. Is there a way of defining this in my general setup? Thanks! [1] https://lists.gnu.org/archive/html/emacs-orgmode/2009-05/msg00534.html [2] https://github.com/bzg/org-mode/blob/master/lisp/org.el#L10389 [3] https://karl-voit.at/2019/11/03/org-projects/ -- get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode: > get Memacs from https://github.com/novoid/Memacs < Personal Information Management > http://Karl-Voit.at/tags/pim/ Emacs-related > http://Karl-Voit.at/tags/emacs/