emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
Cc: Bastien <bzg@altern.org>, emacs-orgmode@gnu.org
Subject: Re: bulk rescheduling change?
Date: Wed, 12 Sep 2012 14:29:37 -0400	[thread overview]
Message-ID: <3920.1347474577@alphaville.americas.hpqcorp.net> (raw)
In-Reply-To: Message from Nick Dokos <nicholas.dokos@hp.com> of "Wed, 12 Sep 2012 14:12:45 EDT." <3596.1347473565@alphaville.americas.hpqcorp.net>

Nick Dokos <nicholas.dokos@hp.com> wrote:

> Nick Dokos <nicholas.dokos@hp.com> wrote:
> 
> > Bastien <bzg@altern.org> wrote:
> > 
> > > Nick Dokos <nicholas.dokos@hp.com> writes:
> > > 
> > > > Not quite: I now get the following backtrace.
> > > 
> > > Can you send me a reproducible minimal recipe?
> > > 
> > 
> > Not sure - the last thing that .emacs does is bring up the agenda.
> > Let me try to investigate a bit what exactly breaks.
> > 
> 
> Something goes awry with the agenda time grid. I get the error with
> the appended minimal .emacs when I try to bring up the agenda with
> C-c a a.
> 

org-agenda-format-item changed its calling sequence in b508ff69.
I haven't checked all the call sites in org-agenda.el but there is
a call site in org.el that apparently was missed, as well as the
declaration of the function in the same file.

Nick

> ;;; -*- mode: emacs-lisp -*-
> ;;; constant part
> (add-to-list 'load-path (expand-file-name "~/src/emacs/org/org-mode/lisp"))
> (add-to-list 'load-path (expand-file-name "~/src/emacs/org/org-mode/contrib/lisp"))
> 
> (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode))
> 
> (require 'org-install)
> 
> (setq debug-on-error t)
> (setq debug-on-quit t)
> (setq eval-expression-print-length nil)
> (setq eval-expression-print-level nil)
> 
> (global-set-key "\C-cl" 'org-store-link)
> (global-set-key "\C-ca" 'org-agenda)
> 
> (setq org-agenda-us-time-grid t)
> (setq org-agenda-time-grid '((daily today)))
> 

  reply	other threads:[~2012-09-12 18:29 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-12 14:19 bulk rescheduling change? Greg Troxel
2012-09-12 15:18 ` Bastien
2012-09-12 15:34   ` Nick Dokos
2012-09-12 15:46     ` Bastien
2012-09-12 15:44       ` Nicolas Goaziou
2012-09-12 15:52         ` Nick Dokos
2012-09-12 16:03           ` Nick Dokos
2012-09-12 16:24             ` Bastien
2012-09-12 17:37               ` Nick Dokos
2012-09-12 15:47     ` Nick Dokos
2012-09-12 16:17       ` Bastien
2012-09-12 16:25         ` Nick Dokos
2012-09-12 16:32           ` Bastien
2012-09-12 17:39             ` Nick Dokos
2012-09-12 18:12               ` Nick Dokos
2012-09-12 18:29                 ` Nick Dokos [this message]
2012-09-12 20:02                   ` Nick Dokos
2012-09-12 20:22                     ` Nick Dokos
2012-09-12 21:05                       ` Nick Dokos
2012-09-12 23:31                       ` Bastien
2012-09-13  2:39                         ` Nick Dokos
2012-09-18 17:29                           ` Greg Troxel
2012-09-12 22:48                   ` Bastien
2012-09-12 22:45                 ` Bastien
2012-09-12 15:23 ` Nick Dokos
2012-09-12 15:49   ` Greg Troxel
2012-09-12 15:57     ` Michael Brand
2012-09-12 23:29       ` Bastien
2012-09-13  5:39         ` Michael Brand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3920.1347474577@alphaville.americas.hpqcorp.net \
    --to=nicholas.dokos@hp.com \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).