From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subhan Michael Tindall Subject: How to include time when generating timestamp for DEADLINE/SCHEDULE Date: Thu, 12 Feb 2015 19:17:03 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_ddc8f29532294a6ba33156228d51298ffcmailsvr3familycareinc_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLzGC-0001eZ-Sk for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 14:17:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLzG9-0007Dl-L0 for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 14:17:12 -0500 Received: from outbound.familycareinc.org ([207.170.205.147]:62288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLzG9-0007Ch-2T for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 14:17:09 -0500 Content-Language: en-US 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: "emacs-orgmode@gnu.org" --_000_ddc8f29532294a6ba33156228d51298ffcmailsvr3familycareinc_ Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Both C-c C-d (deadline) and C-d C-s (schedule) bring up a calendar in the m= ini-buffer to pick a date This is great However, there doesn't appear to be any way to include a time in the deadli= ne without going in afterwards and manually editing it. This is not so great. I would dearly love to be able to easily enter in deadlines for items with = a full date/time stamp. I frequently need to know that item X is not only = due tomorrow (DEADLINE: <2015-02-13 Fri>). But that it is due tomorrow at 1= :00 PM (DEADLINE: <2015-02-13 Fri 13:00>) Manually editing to add the time stamp seems to cause no problems, and caus= es DEADLINES to locate in the time grid as expected, which is very helpful. Am I just missing something, or is this a glaring hole in the scheduling me= chanic? Thanks! Subhan This message is intended for the sole use of the individual and entity to w= hich it is addressed and may contain information that is privileged, confid= ential and exempt from disclosure under applicable law. If you are not the = intended addressee, nor authorized to receive for the intended addressee, y= ou are hereby notified that you may not use, copy, disclose or distribute t= o anyone the message or any information contained in the message. If you ha= ve received this message in error, please immediately advise the sender by = reply email and delete the message. Thank you. --_000_ddc8f29532294a6ba33156228d51298ffcmailsvr3familycareinc_ Content-Type: text/html; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable

Both C-c C-d (deadline) and C-d C-s (schedule) bring= up a calendar in the mini-buffer to pick a date

This is great

However, there doesn’t appear to be any way to= include a time in the deadline without going in afterwards and manually ed= iting it.

This is not so great.

 

I would dearly love to be able to easily enter in de= adlines for items with a full  date/time stamp. I frequently need to k= now that item X is not only due tomorrow (DEADLINE: <2015-02-13 Fri>)= . But that it is due tomorrow at 1:00 PM (DEADLINE: <2015-02-13 Fri 13:00>)

Manually editing to add the time stamp seems to caus= e no problems, and causes DEADLINES to locate in the time grid as expected,= which is very helpful.

Am I just missing something, or is this a glaring ho= le in the scheduling mechanic?
Thanks!

Subhan

 


This message is intended for the sole use of the individual and entity = to which it is addressed and may contain information that is privileged, co= nfidential and exempt from disclosure under applicable law. If you are not = the intended addressee, nor authorized to receive for the intended addresse= e, you are hereby notified that you may not use, copy, disclose or distribu= te to anyone the message or any information contained in the message. If yo= u have received this message in error, please immediately advise the sender= by reply email and delete the message.  Thank you. --_000_ddc8f29532294a6ba33156228d51298ffcmailsvr3familycareinc_-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuri Niyazov Subject: Re: How to include time when generating timestamp for DEADLINE/SCHEDULE Date: Thu, 12 Feb 2015 13:44:42 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM0dQ-0002Nj-Qd for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 15:45:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YM0dN-0000dr-IK for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 15:45:16 -0500 Received: from mail-oi0-x236.google.com ([2607:f8b0:4003:c06::236]:37545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM0dN-0000dF-EP for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 15:45:13 -0500 Received: by mail-oi0-f54.google.com with SMTP id v63so5363676oia.13 for ; Thu, 12 Feb 2015 12:45:12 -0800 (PST) In-Reply-To: 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: Subhan Michael Tindall Cc: "emacs-orgmode@gnu.org" you can just type in the time in the mini buffer. On Thu, Feb 12, 2015 at 12:17 PM, Subhan Michael Tindall wrote: > Both C-c C-d (deadline) and C-d C-s (schedule) bring up a calendar in the > mini-buffer to pick a date > > This is great > > However, there doesn=E2=80=99t appear to be any way to include a time in = the > deadline without going in afterwards and manually editing it. > > This is not so great. > > > > I would dearly love to be able to easily enter in deadlines for items wit= h a > full date/time stamp. I frequently need to know that item X is not only = due > tomorrow (DEADLINE: <2015-02-13 Fri>). But that it is due tomorrow at 1:0= 0 > PM (DEADLINE: <2015-02-13 Fri 13:00>) > > Manually editing to add the time stamp seems to cause no problems, and > causes DEADLINES to locate in the time grid as expected, which is very > helpful. > > Am I just missing something, or is this a glaring hole in the scheduling > mechanic? > Thanks! > > Subhan > > > > > This message is intended for the sole use of the individual and entity to > which it is addressed and may contain information that is privileged, > confidential and exempt from disclosure under applicable law. If you are = not > the intended addressee, nor authorized to receive for the intended > addressee, you are hereby notified that you may not use, copy, disclose o= r > distribute to anyone the message or any information contained in the > message. If you have received this message in error, please immediately > advise the sender by reply email and delete the message. Thank you. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominic Surano Subject: Re: How to include time when generating timestamp for DEADLINE/SCHEDULE Date: Thu, 12 Feb 2015 20:46:35 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM0ev-0003o5-HM for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 15:46:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YM0es-0001Zw-4y for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 15:46:49 -0500 Received: from plane.gmane.org ([80.91.229.3]:57628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM0er-0001Zd-V5 for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 15:46:46 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YM0eq-0002BK-6h for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 21:46:44 +0100 Received: from 141.248.3.253 ([141.248.3.253]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Feb 2015 21:46:44 +0100 Received: from sk8ingdom by 141.248.3.253 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Feb 2015 21:46:44 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org U3ViaGFuIE1pY2hhZWwgVGluZGFsbCA8U3ViaGFuVCA8YXQ+IGZhbWlseWNhcmVpbmMub3JnPiB3cml0ZXM6Cgo+IAo+IAo+IAo+IEJvdGggQy1jIEMtZCAoZGVhZGxpbmUpIGFuZCBDLWQgQy1zIChzY2hlZHVsZSkgYnJpbmcgdXAgYSBjYWxlbmRhciBpbiAKdGhlIG1pbmktYnVmZmVyIHRvIHBpY2sgYSBkYXRlCj4gVGhpcyBpcyBncmVhdAo+IEhvd2V2ZXIsIHRoZXJlIGRvZXNu4oCZdCBhcHBlYXIgdG8gYmUgYW55IHdheSB0byBpbmNsdWRlIGEgdGltZSBpbiB0aGUgCmRlYWRsaW5lIHdpdGhvdXQgZ29pbmcgaW4gYWZ0ZXJ3YXJkcyBhbmQgbWFudWFsbHkgZWRpdGluZyBpdC4KPiAKPiBUaGlzIGlzIG5vdCBzbyBncmVhdC4KPiDCoAo+IEkgd291bGQgZGVhcmx5IGxvdmUgdG8gYmUgYWJsZSB0byBlYXNpbHkgZW50ZXIgaW4gZGVhZGxpbmVzIGZvciBpdGVtcyAKd2l0aCBhIGZ1bGzCoCBkYXRlL3RpbWUgc3RhbXAuIEkgZnJlcXVlbnRseSBuZWVkIHRvIGtub3cgdGhhdCBpdGVtIFggaXMgCm5vdCBvbmx5IGR1ZSB0b21vcnJvdyAoREVBRExJTkU6IDwyMDE1LTAyLTEzIEZyaT4pLiBCdXQgdGhhdCBpdCBpcyBkdWUgCnRvbW9ycm93IGF0IDE6MDAgUE0g KERFQURMSU5FOgo+ICA8MjAxNS0wMi0xMyBGcmkgMTM6MDA+KQo+IE1hbnVhbGx5IGVkaXRpbmcgdG8gYWRkIHRoZSB0aW1lIHN0YW1wIHNlZW1zIHRvIGNhdXNlIG5vIHByb2JsZW1zLCBhbmQgCmNhdXNlcyBERUFETElORVMgdG8gbG9jYXRlIGluIHRoZSB0aW1lIGdyaWQgYXMgZXhwZWN0ZWQsIHdoaWNoIGlzIHZlcnkgCmhlbHBmdWwuCj4gQW0gSSBqdXN0IG1pc3Npbmcgc29tZXRoaW5nLCBvciBpcyB0aGlzIGEgZ2xhcmluZyBob2xlIGluIHRoZSAKc2NoZWR1bGluZyBtZWNoYW5pYz8KPiBUaGFua3MhCj4gU3ViaGFuCj4gwqAKPiAKPiBUaGlzIG1lc3NhZ2UgaXMgaW50ZW5kZWQgZm9yIHRoZSBzb2xlIHVzZSBvZiB0aGUgaW5kaXZpZHVhbCBhbmQgZW50aXR5IAp0byB3aGljaCBpdCBpcyBhZGRyZXNzZWQgYW5kIG1heSBjb250YWluIGluZm9ybWF0aW9uIHRoYXQgaXMgcHJpdmlsZWdlZCwgCmNvbmZpZGVudGlhbCBhbmQgZXhlbXB0IGZyb20gZGlzY2xvc3VyZSB1bmRlciBhcHBsaWNhYmxlIGxhdy4gSWYgeW91IGFyZSAKbm90IHRoZSBpbnRlbmRlZCBhZGRyZXNzZWUsIG5vciBhdXRob3JpemVkIHRvIHJlY2VpdmUgZm9yIHRoZSBpbnRlbmRlZC AKYWRkcmVzc2VlLCB5b3UgYXJlIGhlcmVieSBub3RpZmllZCB0aGF0IHlvdSBtYXkgbm90IHVzZSwgY29weSwgZGlzY2xvc2UgCm9yIGRpc3RyaWJ1dGUgdG8gYW55b25lIHRoZSBtZXNzYWdlIG9yIGFueSBpbmZvcm1hdGlvbiBjb250YWluZWQgaW4gdGhlIAptZXNzYWdlLiBJZiB5b3UgaGF2ZSByZWNlaXZlZCB0aGlzIG1lc3NhZ2UgaW4gZXJyb3IsIHBsZWFzZSBpbW1lZGlhdGVseSAKYWR2aXNlIHRoZSBzZW5kZXIgYnkgcmVwbHkgZW1haWwgYW5kIGRlbGV0ZSB0aGUgbWVzc2FnZS7CoCBUaGFuayB5b3UuCgpJIGJlbGlldmUgeW91J3JlIG1pc3Npbmcgc29tZXRoaW5nLiBXaGlsZSBpbiB0aGUgRGF0ZSt0aW1lIG1pbmktYnVmZmVyLCAKeW91IGNhbiBlbnRlciBhIHN0cmluZyBzdWNoIGFzICIyMDE1LTAyLTAzIDE6MDBwbSIgb3IgIjIwMTUtMDQtMjEgMTM6NTAiIApyYXRoZXIgdGhhbiBqdXN0IFMrQVJST1dTIHRvIHNlbGVjdCB0aGUgZGF5LiBUaGUgeWVsbG93IGhpZ2hsaWdodGVkIHRleHQgCndpbGwgdXBkYXRlIGFjY29yZGluZ2x5IHRvIHJlZmxlY3QgaG93IGl0J3MgaW50ZXJwcmV0aW5nIHlvdXIgaW5wdXQuIApQcmVzc2luZyBlbnRlciBz aG91bGQgaW5zZXJ0IHRoZSBkZWFkbGluZSAvIHNjaGVkdWxlZCBkYXRlIEFORCB0aW1lLg== From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subhan Michael Tindall Subject: Re: How to include time when generating timestamp for DEADLINE/SCHEDULE Date: Thu, 12 Feb 2015 23:16:22 +0000 Message-ID: <8e8765aacd3d4148986e0834917c3596@fcmailsvr3.familycareinc.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM2zl-0003yo-FQ for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 18:16:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YM2zh-0006Tp-07 for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 18:16:29 -0500 Received: from outbound.familycareinc.org ([207.170.205.147]:13152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM2zg-0006TY-LY for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 18:16:24 -0500 In-Reply-To: Content-Language: en-US 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: 'Dominic Surano' , "emacs-orgmode@gnu.org" PiAtLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KPiBGcm9tOiBlbWFjcy1vcmdtb2RlLWJvdW5j ZXMrc3ViaGFudD1mYW1pbHljYXJlaW5jLm9yZ0BnbnUub3JnDQo+IFttYWlsdG86ZW1hY3Mtb3Jn bW9kZS1ib3VuY2VzK3N1YmhhbnQ9ZmFtaWx5Y2FyZWluYy5vcmdAZ251Lm9yZ10gT24NCj4gQmVo YWxmIE9mIERvbWluaWMgU3VyYW5vDQo+IFNlbnQ6IFRodXJzZGF5LCBGZWJydWFyeSAxMiwgMjAx NSAxMjo0NyBQTQ0KPiBUbzogZW1hY3Mtb3JnbW9kZUBnbnUub3JnDQo+IFN1YmplY3Q6IFJlOiBb T10gSG93IHRvIGluY2x1ZGUgdGltZSB3aGVuIGdlbmVyYXRpbmcgdGltZXN0YW1wIGZvcg0KPiBE RUFETElORS9TQ0hFRFVMRQ0KPiANCj4gU3ViaGFuIE1pY2hhZWwgVGluZGFsbCA8U3ViaGFuVCA8 YXQ+IGZhbWlseWNhcmVpbmMub3JnPiB3cml0ZXM6DQo+IA0KPiA+DQo+ID4NCj4gPg0KPiA+IEJv dGggQy1jIEMtZCAoZGVhZGxpbmUpIGFuZCBDLWQgQy1zIChzY2hlZHVsZSkgYnJpbmcgdXAgYSBj YWxlbmRhciBpbg0KPiB0aGUgbWluaS1idWZmZXIgdG8gcGljayBhIGRhdGUNCj4gPiBUaGlzIGlz IGdyZWF0DQo+ID4gSG93ZXZlciwgdGhlcmUgZG9lc27igJl0IGFwcGVhciB0byBiZSBhbnkgd2F5 IHRvIGluY2x1ZGUgYSB0aW1lIGluIHRoZQ0KPiBkZWFkbGluZSB3aXRob3V0IGdvaW5nIGluIGFm dGVyd2FyZHMgYW5kIG1hbnVhbGx5IGVkaXRpbmcgaXQuDQo+ID4NCj4gPiBUaGlzIGlzIG5vdCBz byBncmVhdC4NCj4gPg0KPiA+IEkgd291bGQgZGVhcmx5IGxvdmUgdG8gYmUgYWJsZSB0byBlYXNp bHkgZW50ZXIgaW4gZGVhZGxpbmVzIGZvciBpdGVtcw0KPiB3aXRoIGEgZnVsbMKgIGRhdGUvdGlt ZSBzdGFtcC4gSSBmcmVxdWVudGx5IG5lZWQgdG8ga25vdyB0aGF0IGl0ZW0gWCBpcyBub3Qgb25s eQ0KPiBkdWUgdG9tb3Jyb3cgKERFQURMSU5FOiA8MjAxNS0wMi0xMyBGcmk+KS4gQnV0IHRoYXQg aXQgaXMgZHVlIHRvbW9ycm93IGF0DQo+IDE6MDAgUE0gKERFQURMSU5FOg0KPiA+ICA8MjAxNS0w Mi0xMyBGcmkgMTM6MDA+KQ0KPiA+IE1hbnVhbGx5IGVkaXRpbmcgdG8gYWRkIHRoZSB0aW1lIHN0 YW1wIHNlZW1zIHRvIGNhdXNlIG5vIHByb2JsZW1zLCBhbmQNCj4gY2F1c2VzIERFQURMSU5FUyB0 byBsb2NhdGUgaW4gdGhlIHRpbWUgZ3JpZCBhcyBleHBlY3RlZCwgd2hpY2ggaXMgdmVyeQ0KPiBo ZWxwZnVsLg0KPiA+IEFtIEkganVzdCBtaXNzaW5nIHNvbWV0aGluZywgb3IgaXMgdGhpcyBhIGds YXJpbmcgaG9sZSBpbiB0aGUNCj4gc2NoZWR1bGluZyBtZWNoYW5pYz8NCj4gPiBUaGFua3MhDQo+ ID4gU3ViaGFuDQo+ID4NCj4gPg0KPiANCj4gSSBiZWxpZXZlIHlvdSdyZSBtaXNzaW5nIHNvbWV0 aGluZy4gV2hpbGUgaW4gdGhlIERhdGUrdGltZSBtaW5pLWJ1ZmZlciwgeW91DQo+IGNhbiBlbnRl ciBhIHN0cmluZyBzdWNoIGFzICIyMDE1LTAyLTAzIDE6MDBwbSIgb3IgIjIwMTUtMDQtMjEgMTM6 NTAiDQo+IHJhdGhlciB0aGFuIGp1c3QgUytBUlJPV1MgdG8gc2VsZWN0IHRoZSBkYXkuIFRoZSB5 ZWxsb3cgaGlnaGxpZ2h0ZWQgdGV4dCB3aWxsDQo+IHVwZGF0ZSBhY2NvcmRpbmdseSB0byByZWZs ZWN0IGhvdyBpdCdzIGludGVycHJldGluZyB5b3VyIGlucHV0Lg0KPiBQcmVzc2luZyBlbnRlciBz aG91bGQgaW5zZXJ0IHRoZSBkZWFkbGluZSAvIHNjaGVkdWxlZCBkYXRlIEFORCB0aW1lLg0KWz5d IA0KTm90IHJlYWxseSBhbiBhY2NlcHRhYmxlIGFuc3dlci4gSGF2aW5nIHRvIHVzZSAyIGRpZmZl cmVudCBpbnRlcmZhY2UgbWV0aG9kcyB0byBmaWxsIGluIG9uZSB0aW1lL2RhdGUgc3RhbXAgdmFs dWUgaXMgY29uZnVzaW5nIGFuZCBjbHVkZ3kuIFBsdXMsIGlmIHlvdSB0eXBlIGluIGEgZnVsbCB0 aW1lL2RhdGUgc3RhbXAgKyB0aW1lLCB5b3UgY2FuIHN0aWxsIG1vdmUgYXJvdW5kIGluIHRoZSBj YWxlbmRhciwgYnV0IGl0IGRvZXNuJ3QgdXBkYXRlIHRoZSBzZWxlY3RlZCBkYXRlc3RhbXAgaW4g eWVsbG93LiAgQWxzbyBjb25mdXNpbmcuDQpJIHVzZSB0aGUgY2FsZW5kYXIgdG8gc2VsZWN0IGEg ZGF0ZSwgaXQgd29ya3Mgd29uZGVyZnVsbHksIGFuZCBxdWlja2x5LiAgIEJ1dCwgb25jZSBhIGRh dGUgaXMgcGlja2VkLCBoYXZpbmcgZWl0aGVyIGEgcHJvbXB0IG9yIGEgc2ltcGxlIHBpY2tlciB0 aGF0IHdvcmtzIHdpdGggdGhlIFMrQVJST1dTIHRvIHNlbGVjdCBhIHRpbWUgd291bGQgYmUgZ3Jl YXQsIGFuZCBtYWtlIGEgbXVjaCBzbW9vdGhlciBpbnRlcmZhY2UuDQoKVGhpcyBtZXNzYWdlIGlz IGludGVuZGVkIGZvciB0aGUgc29sZSB1c2Ugb2YgdGhlIGluZGl2aWR1YWwgYW5kIGVudGl0eSB0 byB3aGljaCBpdCBpcyBhZGRyZXNzZWQgYW5kIG1heSBjb250YWluIGluZm9ybWF0aW9uIHRoYXQg aXMgcHJpdmlsZWdlZCwgY29uZmlkZW50aWFsIGFuZCBleGVtcHQgZnJvbSBkaXNjbG9zdXJlIHVu ZGVyIGFwcGxpY2FibGUgbGF3LiBJZiB5b3UgYXJlIG5vdCB0aGUgaW50ZW5kZWQgYWRkcmVzc2Vl LCBub3IgYXV0aG9yaXplZCB0byByZWNlaXZlIGZvciB0aGUgaW50ZW5kZWQgYWRkcmVzc2VlLCB5 b3UgYXJlIGhlcmVieSBub3RpZmllZCB0aGF0IHlvdSBtYXkgbm90IHVzZSwgY29weSwgZGlzY2xv c2Ugb3IgZGlzdHJpYnV0ZSB0byBhbnlvbmUgdGhlIG1lc3NhZ2Ugb3IgYW55IGluZm9ybWF0aW9u IGNvbnRhaW5lZCBpbiB0aGUgbWVzc2FnZS4gSWYgeW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBtZXNz YWdlIGluIGVycm9yLCBwbGVhc2UgaW1tZWRpYXRlbHkgYWR2aXNlIHRoZSBzZW5kZXIgYnkgcmVw bHkgZW1haWwgYW5kIGRlbGV0ZSB0aGUgbWVzc2FnZS4gIFRoYW5rIHlvdS4K From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuri Niyazov Subject: Re: How to include time when generating timestamp for DEADLINE/SCHEDULE Date: Thu, 12 Feb 2015 17:36:03 -0700 Message-ID: References: <8e8765aacd3d4148986e0834917c3596@fcmailsvr3.familycareinc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM4FN-0003Xf-B3 for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 19:36:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YM4FH-0007eM-8s for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 19:36:40 -0500 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:60397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM4FH-0007e3-1a for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 19:36:35 -0500 Received: by mail-lb0-f175.google.com with SMTP id n10so12642588lbv.6 for ; Thu, 12 Feb 2015 16:36:33 -0800 (PST) In-Reply-To: <8e8765aacd3d4148986e0834917c3596@fcmailsvr3.familycareinc.org> 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: Subhan Michael Tindall Cc: "emacs-orgmode@gnu.org" On Thu, Feb 12, 2015 at 4:16 PM, Subhan Michael Tindall wrote: > Not really an acceptable answer. Having to use 2 different interface meth= ods to fill in one time/date stamp value is confusing and cludgy. Plus, if = you type in a full time/date stamp + time, you can still move around in the= calendar, but it doesn't update the selected datestamp in yellow. Also co= nfusing. Cludgy is in the eye of the beholder. I am hugely bothered by various inconsistencies in org-mode user interface (see my other posts to this list) but this one is very far down on the list. This is why: When I need to schedule a date, it is sufficiently close to today's date that it is usually 2-3 S+ARROWS keystrokes away from today, so the calendar with "today" selected as default is great. So, let's see how a time selector would work: When you bring up a time selector, it could by default show one of the following three options: 1) The current time 2) The last time you selected when you used the time selector 3) Some default configurable time like "noon" When I need to schedule a time for an event, the time that something needs to happen is usually not related to any times on that list, so using S+ARROWS would be less efficient than typing out the time, which is at most four keystrokes if its on the hour. (E.g. "10pm" ). Of course, this is only true if you are a touch-typist. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuri Niyazov Subject: Re: How to include time when generating timestamp for DEADLINE/SCHEDULE Date: Thu, 12 Feb 2015 17:37:37 -0700 Message-ID: References: <8e8765aacd3d4148986e0834917c3596@fcmailsvr3.familycareinc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM4Gv-0004za-K5 for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 19:38:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YM4Gs-0008LL-9X for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 19:38:17 -0500 Received: from mail-la0-f44.google.com ([209.85.215.44]:42297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM4Gs-0008L7-2U for emacs-orgmode@gnu.org; Thu, 12 Feb 2015 19:38:14 -0500 Received: by labgf13 with SMTP id gf13so13454439lab.9 for ; Thu, 12 Feb 2015 16:38:13 -0800 (PST) In-Reply-To: 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: Subhan Michael Tindall Cc: "emacs-orgmode@gnu.org" PS It is clear that you can *both* select the correct date using calendar, and *then* type in the time while still in the calendar selector, right? On Thu, Feb 12, 2015 at 5:36 PM, Yuri Niyazov wrot= e: > On Thu, Feb 12, 2015 at 4:16 PM, Subhan Michael Tindall > wrote: >> Not really an acceptable answer. Having to use 2 different interface met= hods to fill in one time/date stamp value is confusing and cludgy. Plus, if= you type in a full time/date stamp + time, you can still move around in th= e calendar, but it doesn't update the selected datestamp in yellow. Also c= onfusing. > > Cludgy is in the eye of the beholder. I am hugely bothered by various > inconsistencies in org-mode user interface (see my other posts to this > list) but this one is very far down on the list. This is why: > > When I need to schedule a date, it is sufficiently close to today's > date that it is usually 2-3 S+ARROWS keystrokes away from today, so > the calendar with "today" selected as default is great. > > So, let's see how a time selector would work: > > When you bring up a time selector, it could by default show one of the > following three options: > > 1) The current time > 2) The last time you selected when you used the time selector > 3) Some default configurable time like "noon" > > When I need to schedule a time for an event, the time that something > needs to happen is usually not related to any times on that list, so > using S+ARROWS would be less efficient than typing out the time, which > is at most four keystrokes if its on the hour. (E.g. "10pm" ). Of > course, this is only true if you are a touch-typist. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: How to include time when generating timestamp for DEADLINE/SCHEDULE Date: Fri, 13 Feb 2015 08:14:39 -0500 Message-ID: <54DDF8BF.3040104@verizon.net> References: <8e8765aacd3d4148986e0834917c3596@fcmailsvr3.familycareinc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMG3e-0005f9-7U for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 08:13:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMG3Z-0007dP-7t for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 08:13:22 -0500 Received: from vms173003pub.verizon.net ([206.46.173.3]:38247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMG3Z-0007dD-1f for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 08:13:17 -0500 Received: from [192.168.1.4] ([96.238.154.15]) by vms173003.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.34.0 64bit (built Oct 14 2014)) with ESMTPA id <0NJP00BLGOPMCV40@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 07:12:59 -0600 (CST) In-reply-to: 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: emacs-orgmode@gnu.org On 02/12/2015 07:37 PM, Yuri Niyazov wrote: > PS It is clear that you can *both* select the correct date using > calendar, and *then* type in the time while still in the calendar > selector, right? > > On Thu, Feb 12, 2015 at 5:36 PM, Yuri Niyazov wrote: >> On Thu, Feb 12, 2015 at 4:16 PM, Subhan Michael Tindall >> wrote: >>> Not really an acceptable answer. Having to use 2 different interface methods to fill in one time/date stamp value is confusing and cludgy. Plus, if you type in a full time/date stamp + time, you can still move around in the calendar, but it doesn't update the selected datestamp in yellow. Also confusing. >> Cludgy is in the eye of the beholder. I am hugely bothered by various >> inconsistencies in org-mode user interface (see my other posts to this >> list) but this one is very far down on the list. This is why: >> >> When I need to schedule a date, it is sufficiently close to today's >> date that it is usually 2-3 S+ARROWS keystrokes away from today, so >> the calendar with "today" selected as default is great. >> >> So, let's see how a time selector would work: >> >> When you bring up a time selector, it could by default show one of the >> following three options: >> >> 1) The current time >> 2) The last time you selected when you used the time selector >> 3) Some default configurable time like "noon" >> >> When I need to schedule a time for an event, the time that something >> needs to happen is usually not related to any times on that list, so >> using S+ARROWS would be less efficient than typing out the time, which >> is at most four keystrokes if its on the hour. (E.g. "10pm" ). Of >> course, this is only true if you are a touch-typist. >> Why bother with the arrow keys at all? I have a capture template for appointments and deadlines which requests date and time. Calendar is called. Rather than arrow keys I type the datetime (optional duration) and then enter - e.g. call the template, then "2/28 13:30 (and then enter the rest of template requests such as 'What has to be done"" Charlie Millar Charlie Millar From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: How to include time when generating timestamp for DEADLINE/SCHEDULE Date: Fri, 13 Feb 2015 08:25:27 -0500 Message-ID: <54DDFB47.50506@verizon.net> References: <8e8765aacd3d4148986e0834917c3596@fcmailsvr3.familycareinc.org> <54DDF8BF.3040104@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMGE2-0003ZO-W9 for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 08:24:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMGDy-0002U4-PS for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 08:24:06 -0500 Received: from vms173001pub.verizon.net ([206.46.173.1]:41776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMGDy-0002Tr-LI for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 08:24:02 -0500 Received: from [192.168.1.4] ([96.238.154.15]) by vms173001.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NJP00D0UP7LW890@vms173001.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 13 Feb 2015 07:23:47 -0600 (CST) In-reply-to: <54DDF8BF.3040104@verizon.net> 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: emacs-orgmode@gnu.org On 02/13/2015 08:14 AM, Charles Millar wrote: > > On 02/12/2015 07:37 PM, Yuri Niyazov wrote: >> PS It is clear that you can *both* select the correct date using >> calendar, and *then* type in the time while still in the calendar >> selector, right? >> >> On Thu, Feb 12, 2015 at 5:36 PM, Yuri Niyazov >> wrote: >>> On Thu, Feb 12, 2015 at 4:16 PM, Subhan Michael Tindall >>> wrote: >>>> Not really an acceptable answer. Having to use 2 different >>>> interface methods to fill in one time/date stamp value is confusing >>>> and cludgy. Plus, if you type in a full time/date stamp + time, you >>>> can still move around in the calendar, but it doesn't update the >>>> selected datestamp in yellow. Also confusing. >>> Cludgy is in the eye of the beholder. I am hugely bothered by various >>> inconsistencies in org-mode user interface (see my other posts to this >>> list) but this one is very far down on the list. This is why: >>> >>> When I need to schedule a date, it is sufficiently close to today's >>> date that it is usually 2-3 S+ARROWS keystrokes away from today, so >>> the calendar with "today" selected as default is great. >>> >>> So, let's see how a time selector would work: >>> >>> When you bring up a time selector, it could by default show one of the >>> following three options: >>> >>> 1) The current time >>> 2) The last time you selected when you used the time selector >>> 3) Some default configurable time like "noon" >>> >>> When I need to schedule a time for an event, the time that something >>> needs to happen is usually not related to any times on that list, so >>> using S+ARROWS would be less efficient than typing out the time, which >>> is at most four keystrokes if its on the hour. (E.g. "10pm" ). Of >>> course, this is only true if you are a touch-typist. >>> > > Why bother with the arrow keys at all? I have a capture template for > appointments and deadlines which requests date and time. Calendar is > called. Rather than arrow keys I type the datetime (optional > duration) and then enter - e.g. call the template, then "2/28 13:30 > (and then enter the rest of template requests such as 'What has to be > done"" > > Charlie Millar Forgot to mention that with the deadline I also might enter a lead time From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuri Niyazov Subject: Re: How to include time when generating timestamp for DEADLINE/SCHEDULE Date: Sat, 14 Feb 2015 12:09:20 -0800 Message-ID: References: <8e8765aacd3d4148986e0834917c3596@fcmailsvr3.familycareinc.org> <54DDF8BF.3040104@verizon.net> <54DDFB47.50506@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMj2L-0003pG-GL for emacs-orgmode@gnu.org; Sat, 14 Feb 2015 15:09:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMj2G-00021d-Oy for emacs-orgmode@gnu.org; Sat, 14 Feb 2015 15:09:57 -0500 Received: from mail-la0-f50.google.com ([209.85.215.50]:33447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMj2G-00021O-Hg for emacs-orgmode@gnu.org; Sat, 14 Feb 2015 15:09:52 -0500 Received: by labhz20 with SMTP id hz20so22045580lab.0 for ; Sat, 14 Feb 2015 12:09:51 -0800 (PST) In-Reply-To: <54DDFB47.50506@verizon.net> 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 Cc: "emacs-orgmode@gnu.org" On Fri, Feb 13, 2015 at 5:25 AM, Charles Millar wrote: >> Why bother with the arrow keys at all? I have a capture template for >> appointments and deadlines which requests date and time. Calendar is called. >> Rather than arrow keys I type the datetime (optional duration) and >> then enter - e.g. call the template, then "2/28 13:30 (and then enter the >> rest of template requests such as 'What has to be done"" Because "tomorrow" is one key combo away - Shift-Right, and you don't have to remember today's date and add 1 to it. Likewise, "same day next week" is one key combo away - Shift-Down", and you don't have to add 7 to it. YMMV, but this sort of cognitive load reduction is important to some people, including myself.