emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Simon Thum <simon.thum@gmx.de>
To: emacs-orgmode@gnu.org
Subject: Possible bug in mobile export
Date: Tue, 31 Jan 2012 23:02:40 +0100	[thread overview]
Message-ID: <4F286500.2000008@gmx.de> (raw)

Dear all,

I've set up my mobile sync, which worked fine in versions  6.3 - 7.7. 
Now I upgraded to 7.8 and when I fire up org-mobile-push I get:

Debugger entered--Lisp error: (void-variable org-agenda-filter)
   org-mobile-push()
   call-interactively(org-mobile-push nil nil)

The variable is not described, and I'm not very emacs-savy. However I 
managed to get to the lisp in question:

; org-mobile.el
;;;###autoload
(defun org-mobile-push ()
   "Push the current state of Org affairs to the WebDAV directory.
This will create the index file, copy all agenda files there, and also
create all custom agenda views, for upload to the mobile phone."
   (interactive)
   (let ((a-buffer (get-buffer org-agenda-buffer-name)))
     (let ((org-agenda-buffer-name "*SUMO*")
	  (org-agenda-filter org-agenda-filter)
	  (org-agenda-redo-command org-agenda-redo-command))


Should I configure org-agenda-filter, or is there something else I can do?

Cheers,

Simon

             reply	other threads:[~2012-01-31 21:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-31 22:02 Simon Thum [this message]
2012-02-01  0:58 ` Possible bug in mobile export Greg Troxel
2012-02-02 19:58   ` Simon Thum

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=4F286500.2000008@gmx.de \
    --to=simon.thum@gmx.de \
    --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).