* Timezone Support @ 2008-01-16 18:03 Russell Adams 2008-01-17 12:37 ` Carsten Dominik 0 siblings, 1 reply; 8+ messages in thread From: Russell Adams @ 2008-01-16 18:03 UTC (permalink / raw) To: Emacs-orgmode I've had a nagging issue with timezones. The timestamps in org do not include TZ data, and I frequently switch timezones. This impacts notes and agenda items. Any ideas? ------------------------------------------------------------------ Russell Adams RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Timezone Support 2008-01-16 18:03 Timezone Support Russell Adams @ 2008-01-17 12:37 ` Carsten Dominik 2008-01-17 16:06 ` Russell Adams 0 siblings, 1 reply; 8+ messages in thread From: Carsten Dominik @ 2008-01-17 12:37 UTC (permalink / raw) To: Russell Adams; +Cc: Emacs-orgmode On Jan 16, 2008, at 7:03 PM, Russell Adams wrote: > I've had a nagging issue with timezones. The timestamps in org do not > include TZ data, and I frequently switch timezones. > > This impacts notes and agenda items. > > Any ideas? This is a very complex issue and I don't think I can fix this. Sorry - Carsten > > > ------------------------------------------------------------------ > Russell Adams RLAdams@AdamsInfoServ.com > > PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ > > Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 > > > _______________________________________________ > 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Timezone Support 2008-01-17 12:37 ` Carsten Dominik @ 2008-01-17 16:06 ` Russell Adams 2008-01-17 17:46 ` Carsten Dominik ` (2 more replies) 0 siblings, 3 replies; 8+ messages in thread From: Russell Adams @ 2008-01-17 16:06 UTC (permalink / raw) To: emacs-orgmode Would it be practical to extend the time format to include TZ data (ie: -06:00 ?). Otherwise I'll pick a TZ as standard and just mentally convert from there. Thanks. On Thu, Jan 17, 2008 at 01:37:33PM +0100, Carsten Dominik wrote: > > On Jan 16, 2008, at 7:03 PM, Russell Adams wrote: > > >I've had a nagging issue with timezones. The timestamps in org do not > >include TZ data, and I frequently switch timezones. > > > >This impacts notes and agenda items. > > > >Any ideas? > > This is a very complex issue and I don't think I can fix this. > > Sorry > > - Carsten > > > > > > > >------------------------------------------------------------------ > >Russell Adams RLAdams@AdamsInfoServ.com > > > >PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ > > > >Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 > > > > > >_______________________________________________ > >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 > > > > _______________________________________________ > 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 ------------------------------------------------------------------ Russell Adams RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Timezone Support 2008-01-17 16:06 ` Russell Adams @ 2008-01-17 17:46 ` Carsten Dominik 2008-06-25 2:54 ` Eddward DeVilla 2008-08-25 15:40 ` Russell Adams 2 siblings, 0 replies; 8+ messages in thread From: Carsten Dominik @ 2008-01-17 17:46 UTC (permalink / raw) To: Russell Adams; +Cc: emacs-orgmode On Jan 17, 2008, at 5:06 PM, Russell Adams wrote: > Would it be practical to extend the time format to include TZ data > (ie: -06:00 ?). No, I don't want to go there. It is pandoras box. Only in the neer-going-to-happen rewrite of Org-mode. > Otherwise I'll pick a TZ as standard and just mentally > convert from there. Yes, I think this is the only viable option. - Carsten > > > Thanks. > > On Thu, Jan 17, 2008 at 01:37:33PM +0100, Carsten Dominik wrote: >> >> On Jan 16, 2008, at 7:03 PM, Russell Adams wrote: >> >>> I've had a nagging issue with timezones. The timestamps in org do >>> not >>> include TZ data, and I frequently switch timezones. >>> >>> This impacts notes and agenda items. >>> >>> Any ideas? >> >> This is a very complex issue and I don't think I can fix this. >> >> Sorry >> >> - Carsten >> >> >>> >>> >>> ------------------------------------------------------------------ >>> Russell Adams RLAdams@AdamsInfoServ.com >>> >>> PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ >>> >>> Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 >>> >>> >>> _______________________________________________ >>> 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 >> >> >> >> _______________________________________________ >> 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 > > > ------------------------------------------------------------------ > Russell Adams RLAdams@AdamsInfoServ.com > > PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ > > Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 > > > _______________________________________________ > 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Timezone Support 2008-01-17 16:06 ` Russell Adams 2008-01-17 17:46 ` Carsten Dominik @ 2008-06-25 2:54 ` Eddward DeVilla 2008-08-25 15:40 ` Russell Adams 2 siblings, 0 replies; 8+ messages in thread From: Eddward DeVilla @ 2008-06-25 2:54 UTC (permalink / raw) To: emacs-orgmode I found this in an old drafts folder. I just thought I send it in case anyone still cared. On Jan 17, 2008 10:06 AM, Russell Adams <RLAdams@adamsinfoserv.com> wrote: > Would it be practical to extend the time format to include TZ data > (ie: -06:00 ?). Otherwise I'll pick a TZ as standard and just mentally > convert from there. I had an idea come to mind if someone with the elisp-fu wanted to do it. You could put a flag in the file that gives the timezone the file is in. Say #+TIMEZONE: ... or something. Then write a function that will convert all the timestamps in the file from the timezone in the #+ option to the current timezone and update the #+ to reflect the new timezone. Org-mode wouldn't even have to be aware of this. You could call it from a hook when you open org-mode files. If there is no timezone specification you don't convert the file. It could probably be an extension. Edd ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Timezone Support 2008-01-17 16:06 ` Russell Adams 2008-01-17 17:46 ` Carsten Dominik 2008-06-25 2:54 ` Eddward DeVilla @ 2008-08-25 15:40 ` Russell Adams 2008-10-01 15:10 ` Carsten Dominik 2 siblings, 1 reply; 8+ messages in thread From: Russell Adams @ 2008-08-25 15:40 UTC (permalink / raw) To: emacs-orgmode On Thu, Jan 17, 2008 at 10:06:41AM -0600, Russell Adams wrote: > Would it be practical to extend the time format to include TZ data > (ie: -06:00 ?). Otherwise I'll pick a TZ as standard and just mentally > convert from there. > > Thanks. > > On Thu, Jan 17, 2008 at 01:37:33PM +0100, Carsten Dominik wrote: > > > > On Jan 16, 2008, at 7:03 PM, Russell Adams wrote: > > > > >I've had a nagging issue with timezones. The timestamps in org do not > > >include TZ data, and I frequently switch timezones. > > > > > >This impacts notes and agenda items. > > > > > >Any ideas? > > > > This is a very complex issue and I don't think I can fix this. > > > > Sorry > > > > - Carsten Reviving an old topic, it just hit me! The only time I have to worry about converting TZ is when I'm entering a date & time into the calendar. Would it be possible for the calendar / date prompt to convert from one TZ to the current? ie: Wed 09:00 EST would automatically convert to Wed 08:00 (implied CST, where I am). Perhaps this is an easier fix. Thanks. ------------------------------------------------------------------ Russell Adams RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Timezone Support 2008-08-25 15:40 ` Russell Adams @ 2008-10-01 15:10 ` Carsten Dominik 2008-10-01 15:23 ` Russell Adams 0 siblings, 1 reply; 8+ messages in thread From: Carsten Dominik @ 2008-10-01 15:10 UTC (permalink / raw) To: Russell Adams; +Cc: emacs-orgmode Hi Russel, I don't see a clean path forward with this, one that would work in a predictable way. If yu travel, you will also be in different time zones when you write down appointments, sometimes you might have changed the time zone on your laptop, sometime not. I can think of a number of ways how this can go wrong. So for now: No action. - Carsten On Aug 25, 2008, at 5:40 PM, Russell Adams wrote: > On Thu, Jan 17, 2008 at 10:06:41AM -0600, Russell Adams wrote: >> Would it be practical to extend the time format to include TZ data >> (ie: -06:00 ?). Otherwise I'll pick a TZ as standard and just >> mentally >> convert from there. >> >> Thanks. >> >> On Thu, Jan 17, 2008 at 01:37:33PM +0100, Carsten Dominik wrote: >>> >>> On Jan 16, 2008, at 7:03 PM, Russell Adams wrote: >>> >>>> I've had a nagging issue with timezones. The timestamps in org do >>>> not >>>> include TZ data, and I frequently switch timezones. >>>> >>>> This impacts notes and agenda items. >>>> >>>> Any ideas? >>> >>> This is a very complex issue and I don't think I can fix this. >>> >>> Sorry >>> >>> - Carsten > > Reviving an old topic, it just hit me! > > The only time I have to worry about converting TZ is when I'm entering > a date & time into the calendar. > > Would it be possible for the calendar / date prompt to convert from > one TZ to the current? > > ie: Wed 09:00 EST would automatically convert to Wed 08:00 (implied > CST, where I am). > > Perhaps this is an easier fix. > > Thanks. > > ------------------------------------------------------------------ > Russell Adams RLAdams@AdamsInfoServ.com > > PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ > > Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 > > > _______________________________________________ > 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Timezone Support 2008-10-01 15:10 ` Carsten Dominik @ 2008-10-01 15:23 ` Russell Adams 0 siblings, 0 replies; 8+ messages in thread From: Russell Adams @ 2008-10-01 15:23 UTC (permalink / raw) To: emacs-orgmode Assume the laptop and Org file is always in the same timezone, defined by TZ. If on entry the date is specified with another timezone (ie: 9:00 EST) then it is converted to current TZ. The conversion logic is one way to a fixed TZ. Its not a critical feature, but I thought that was a good workaround. Org-mode video coming soon! Thanks. On Wed, Oct 01, 2008 at 05:10:12PM +0200, Carsten Dominik wrote: > Hi Russel, > > I don't see a clean path forward with this, one that would work in a > predictable way. If yu travel, you will also be in different time zones > when you write down appointments, sometimes you might have changed the > time zone on your laptop, sometime not. I can think of a number of ways > how this can go wrong. > > So for now: No action. > > - Carsten > > On Aug 25, 2008, at 5:40 PM, Russell Adams wrote: > >> On Thu, Jan 17, 2008 at 10:06:41AM -0600, Russell Adams wrote: >>> Would it be practical to extend the time format to include TZ data >>> (ie: -06:00 ?). Otherwise I'll pick a TZ as standard and just >>> mentally >>> convert from there. >>> >>> Thanks. >>> >>> On Thu, Jan 17, 2008 at 01:37:33PM +0100, Carsten Dominik wrote: >>>> >>>> On Jan 16, 2008, at 7:03 PM, Russell Adams wrote: >>>> >>>>> I've had a nagging issue with timezones. The timestamps in org do >>>>> not >>>>> include TZ data, and I frequently switch timezones. >>>>> >>>>> This impacts notes and agenda items. >>>>> >>>>> Any ideas? >>>> >>>> This is a very complex issue and I don't think I can fix this. >>>> >>>> Sorry >>>> >>>> - Carsten >> >> Reviving an old topic, it just hit me! >> >> The only time I have to worry about converting TZ is when I'm entering >> a date & time into the calendar. >> >> Would it be possible for the calendar / date prompt to convert from >> one TZ to the current? >> >> ie: Wed 09:00 EST would automatically convert to Wed 08:00 (implied >> CST, where I am). >> >> Perhaps this is an easier fix. >> >> Thanks. >> >> ------------------------------------------------------------------ >> Russell Adams RLAdams@AdamsInfoServ.com >> >> PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ >> >> Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 >> >> >> _______________________________________________ >> 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 > ------------------------------------------------------------------ Russell Adams RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-10-01 15:23 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-01-16 18:03 Timezone Support Russell Adams 2008-01-17 12:37 ` Carsten Dominik 2008-01-17 16:06 ` Russell Adams 2008-01-17 17:46 ` Carsten Dominik 2008-06-25 2:54 ` Eddward DeVilla 2008-08-25 15:40 ` Russell Adams 2008-10-01 15:10 ` Carsten Dominik 2008-10-01 15:23 ` Russell Adams
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.