From: wasyst <wasyst@gmail.com>
To: Emacs-orgmode@gnu.org
Subject: org-batch-store-agenda-views - bug or functional change?
Date: Sat, 19 Jan 2008 15:03:10 -0800 [thread overview]
Message-ID: <bf2601c20801191503i1ea7f0f7t15f517b33446bcce@mail.gmail.com> (raw)
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!
next reply other threads:[~2008-01-19 23:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-19 23:03 wasyst [this message]
2008-01-19 23:19 ` org-batch-store-agenda-views - bug or functional change? wasyst
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bf2601c20801191503i1ea7f0f7t15f517b33446bcce@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.