* org-batch-store-agenda-views - bug or functional change?
@ 2008-01-19 23:03 wasyst
2008-01-19 23:19 ` wasyst
2008-01-20 16:12 ` Carsten Dominik
0 siblings, 2 replies; 3+ messages in thread
From: wasyst @ 2008-01-19 23:03 UTC (permalink / raw)
To: Emacs-orgmode
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!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-batch-store-agenda-views - bug or functional change?
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
1 sibling, 0 replies; 3+ messages in thread
From: wasyst @ 2008-01-19 23:19 UTC (permalink / raw)
To: Emacs-orgmode
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!
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-batch-store-agenda-views - bug or functional change?
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
1 sibling, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2008-01-20 16:12 UTC (permalink / raw)
To: wasyst; +Cc: Emacs-orgmode
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-01-20 16:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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.