From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Duplicating Capture Times Date: Mon, 21 Mar 2016 12:12:01 -0600 Message-ID: <87h9fzem4u.fsf@torysa-worldsendless.byu.edu> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ai4JT-0005Yy-Ju for emacs-orgmode@gnu.org; Mon, 21 Mar 2016 14:12:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ai4JO-0005jj-JS for emacs-orgmode@gnu.org; Mon, 21 Mar 2016 14:12:23 -0400 Received: from mail-pf0-x22b.google.com ([2607:f8b0:400e:c00::22b]:35001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ai4JO-0005jV-C5 for emacs-orgmode@gnu.org; Mon, 21 Mar 2016 14:12:18 -0400 Received: by mail-pf0-x22b.google.com with SMTP id n5so273591782pfn.2 for ; Mon, 21 Mar 2016 11:12:18 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: orgmode list I use orgmode capturing to schedule events. The date ends up going in to three places: since my agenda file has things scheduled in a tree, it asks where in the tree to put it. Then it asks, what regular date to insert for the schedule; then it asks what date to use for the deadline. I use deadlines because of how they function in orgmode, and I use regular dates so they are exported properly for Google Calendar. But how can I cause two or even all three of these to use the answer from just one prompting of the date, so I don't have to specify so many times? Thanks, - Tory