From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Belohrad Subject: mobileorg with custom agenda does not display times Date: Fri, 13 Nov 2015 21:56:47 +0100 Message-ID: <8737w9r52o.fsf@pcbe13433.cern.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxLOw-0000bO-C8 for emacs-orgmode@gnu.org; Fri, 13 Nov 2015 15:56:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxLOt-0006lx-3x for emacs-orgmode@gnu.org; Fri, 13 Nov 2015 15:56:54 -0500 Received: from static-212-101-19-163.adsl.solnet.ch ([212.101.19.163]:40089 helo=pcbe13433.cern.ch) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxLOs-0006lY-TC for emacs-orgmode@gnu.org; Fri, 13 Nov 2015 15:56:51 -0500 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: org-mode mailing list Dear All, when doing org-mobile-push, i'm using custom agenda to select what I want to export. The org-agenda-custom-commands is set as follows: ("P" "Quarterly agenda view for org-mobile-push" ((agenda "" ((org-agenda-ndays 90) ((org-agenda-files '("~/org/diary-beesknees.org" "~/org/diary-pcbe13433.org" "~/org/mobile_information.org" "cern_guide.org")) (org-agenda-use-time-grid t) )))) When I do org-mobile-push, and sync with mobileorg, all the information is present under Agenda Views/Quarterly agenda view for org-mobile-push>90 days-agenda. When opened, it nicely displays all the dates for the 90day span, and when entering into a particular date, I can see the items I want to see. However, no matter what I do, I cannot force it to display homehow a time of the events when opened particular date. So in order to inspect at what time a given event happens I need to open it all the daily events and then read the timestamps. Not too fancy! I'd like to rather display the time span of all the daily events in the same way as agenda when 'daily' view with grid is displayed. Is this possible to setup? Or any other alternatives? thanks david