emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: wasyst <wasyst@gmail.com>
To: Emacs-orgmode@gnu.org
Subject: Re: org-batch-store-agenda-views - bug or functional change?
Date: Sat, 19 Jan 2008 15:19:25 -0800	[thread overview]
Message-ID: <bf2601c20801191519i1abb5eeq217600fb243f6f2b@mail.gmail.com> (raw)
In-Reply-To: <bf2601c20801191503i1ea7f0f7t15f517b33446bcce@mail.gmail.com>

Or: Can I add a parameter to my custom agenda definitions to offset
for the parameter change?
This will be of a great help since the package manager (I am using
Ubuntu) will update the changes I made.
Thank you!

On Jan 19, 2008 3:03 PM, wasyst <wasyst@gmail.com> 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!
>

  reply	other threads:[~2008-01-19 23:19 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 [this message]
2008-01-20 16:12 ` Carsten Dominik

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=bf2601c20801191519i1abb5eeq217600fb243f6f2b@mail.gmail.com \
    --to=wasyst@gmail.com \
    --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).