emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: wasyst <wasyst@gmail.com>
Cc: Emacs-orgmode@gnu.org
Subject: Re: org-batch-store-agenda-views - bug or functional change?
Date: Sun, 20 Jan 2008 17:12:34 +0100	[thread overview]
Message-ID: <3C7E43DB-3EFC-4498-B909-4C554E5779A1@science.uva.nl> (raw)
In-Reply-To: <bf2601c20801191503i1ea7f0f7t15f517b33446bcce@mail.gmail.com>

Hi,

yes, there was a change in this function, some time ago.  But org- 
batch-store-agenda-views calls `org-agenda-normalize-custom-commands'  
to offset this change.  Maybe you have something odd in org-agenda- 
custom-commands?

- Carsten

On Jan 20, 2008, at 12:03 AM, wasyst wrote:

> First of all - org-mode is a great peace of software which I use
> everyday now. Thanks!
>
> I'm not sure if this is the place for bug reports, but I could not
> find other link.
> It might be a change in functionality, but I could not find anything
> relevant in the changelog or in the documentation.
>
> My custom defined agenda views stopped to export and I tracked the
> problem down to a change in org-batch-store-agenda-views function
> (after version 5.16 I believe ) in the following fragment:
> 	(setq cmd (pop cmds)
> 	      thiscmdkey (car cmd)
> 	      opts (nth 4 cmd)
> 	      files (nth 5 cmd))
> The function used to look in the 3rd and 4th element of the list for
> opts and files before. Changing the last two lines to
>             opts (nth 3 cmd)
> 	     files (nth 4 cmd))
> fixes the problem for me.
>
> Was there a change in the parameters list?
>
> Thanks!
>
>
> _______________________________________________
> 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

      parent reply	other threads:[~2008-01-20 16:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-19 23:03 org-batch-store-agenda-views - bug or functional change? wasyst
2008-01-19 23:19 ` wasyst
2008-01-20 16:12 ` Carsten Dominik [this message]

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=3C7E43DB-3EFC-4498-B909-4C554E5779A1@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=Emacs-orgmode@gnu.org \
    --cc=wasyst@gmail.com \
    /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).