emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* agenda timeline sorting and item insertion
@ 2015-03-23  1:25 Claudius Mueller
  0 siblings, 0 replies; only message in thread
From: Claudius Mueller @ 2015-03-23  1:25 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 826 bytes --]

Hello,

I have an issue with the timeline in the agenda view. It sorts backward
(see black line in attached figure) and timed items are not inserted into
the timeline (see black arrow). Any idea what I am doing wrong? I am
generating the default agenda (C-c a a) and am using a stripped down
version of my org-mode init file that contains nothing but the basics:

(require 'org-install)

(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-cc" 'org-capture)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)

(custom-set-variables
 '(org-tags-column -90)
 '(org-log-done 'time)
 '(org-blank-before-new-entry nil)
 '(org-agenda-files (list "/data/private/org/tasks.org")))


My setup:
openSUSE 13.2
Emacs 24.4.1


Thank you!

Claudius

[-- Attachment #1.2: Type: text/html, Size: 1154 bytes --]

[-- Attachment #2: org_agenda_issue_marked.png --]
[-- Type: image/png, Size: 54374 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-23  1:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-23  1:25 agenda timeline sorting and item insertion Claudius Mueller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).