Re: [O] org-mobile-push needs a visible frame ?

2017-04-17 Thread Ian Dunn
Bingo writes: > Hi, > > I see that when there is an emacs server without a visible frame, > > emacsclient --eval "(org-mobile-push)" , gives the error : > > *ERROR*: Unknown terminal type > > Only when there is a visible frame does org-mobile-push succeed. Is there a > reason why org-mobile-push

Re: [O] org-mobile-push needs a visible frame ?

2017-04-08 Thread Ian Dunn
Bingo writes: > Hi, > > I see that when there is an emacs server without a visible frame, > > emacsclient --eval "(org-mobile-push)" , gives the error : > > *ERROR*: Unknown terminal type > > Only when there is a visible frame does org-mobile-push succeed. Is there a > reason why org-mobile-push

[O] org-mobile-push needs a visible frame ?

2017-04-07 Thread Bingo
Hi, I see that when there is an emacs server without a visible frame, emacsclient --eval "(org-mobile-push)" , gives the error : *ERROR*: Unknown terminal type Only when there is a visible frame does org-mobile-push succeed. Is there a reason why org-mobile-push needs a frame ? How can I make

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-11 Thread Aaron Jensen
FYI, I bisected and this is the first bad commit: bed17f1bb505dd6ecf80b44bf1ef267d45efb206 is the first bad commit commit bed17f1bb505dd6ecf80b44bf1ef267d45efb206 Author: Nicolas Goaziou Date: Sat Jan 14 16:12:43 2017 +0100 org-mobile: Fix `org-mobile-push' with stick agendas * lisp/o

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-11 Thread Aaron Jensen
On Sat, Mar 11, 2017 at 7:53 AM, Aaron Jensen wrote: > $ git clone > g...@github.com:aaronjensen/org-mobile-push-breaks-org-agenda-ecm.git > ~/.emacs.d.old Sorry, this line was wrong, it should clone to ~/.emacs.d: $ git clone g...@github.com:aaronjensen/org-mobile-push-breaks-org-agenda-ecm.g

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-11 Thread Aaron Jensen
On Fri, Mar 10, 2017 at 9:28 AM, Nicolas Goaziou wrote: > ATM, I am not sure how it happens since the headline was extracted from > some document. Could you try evaluating > > M-: (org-get-at-bol 'org-marker) > > on a problematic line and report back the problem? I just get this: # > Better,

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-10 Thread Nicolas Goaziou
Aaron Jensen writes: > Thank you for the tip. Here is the trace: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > set-buffer(nil) > (save-current-buffer (set-buffer buffer) buffer-undo-list) > (let ((--cline (org-current-line)) (--cmd this-command) (--buf1 > (current-bu

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-10 Thread Aaron Jensen
Hi, > On Mar 10, 2017, at 8:20 AM, Nicolas Goaziou wrote: > > Hello, > > Could you use Org uncompiled (C-u M-x org-reload)? your backtrace is > hardly usable. Thank you for the tip. Here is the trace: Debugger entered--Lisp error: (wrong-type-argument stringp nil) set-buffer(nil) (save-cu

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-10 Thread Nicolas Goaziou
Hello, Could you use Org uncompiled (C-u M-x org-reload)? your backtrace is hardly usable. Also, would you mind sending your message as plain test? It seems to be HTML-only. Regards, -- Nicolas Goaziou

[O] org-mobile-push breaks currently open org-agenda

2017-03-09 Thread Aaron Jensen
html

Re: [O] org-mobile-push and MobileOrg compatibility issue

2015-10-13 Thread Eric S Fraga
On Tuesday, 13 Oct 2015 at 15:28, Chris Patti wrote: > I must confess I am not wild about the whole way MobileOrg purports to > function. > > I don't really want to have to push or pull my OrgFiles to/from > mobile. With mechanisms like Dropbox what I *really* want is to be > able to access and m

Re: [O] org-mobile-push and MobileOrg compatibility issue

2015-10-13 Thread Nicolas Goaziou
Hello, Vamsi Vytla writes: > I can guarantee you that your suggestion did NOT work for me. I haven't > heard anything from Sergey here. Looks like people at MobileOrg-Android > maybe running into the same issue: > > https://github.com/matburt/mobileorg-android/issues/472#issuecomment-147403622 >

Re: [O] org-mobile-push and MobileOrg compatibility issue

2015-10-13 Thread Chris Patti
I must confess I am not wild about the whole way MobileOrg purports to function. I don't really want to have to push or pull my OrgFiles to/from mobile. With mechanisms like Dropbox what I *really* want is to be able to access and manipulate Org content on my device directly. -Chris On Mon, Oct

Re: [O] org-mobile-push and MobileOrg compatibility issue

2015-10-12 Thread Vamsi Vytla
Hi Nicolas, I can guarantee you that your suggestion did NOT work for me. I haven't heard anything from Sergey here. Looks like people at MobileOrg-Android maybe running into the same issue: https://github.com/matburt/mobileorg-android/issues/472#issuecomment-147403622 Any thoughts? Vamsi On S

Re: [O] org-mobile-push and MobileOrg compatibility issue

2015-09-05 Thread Nicolas Goaziou
Hello, Vamsi Vytla writes: > M-x 'org-mobile-push', with the latest org-mode leaves the files > incompatible with MobileOrg Android application. There have been no changes > in MobileOrg for over a year. > > I bisected the latest org-mobile related changes and noticed that reverting > this one l

[O] org-mobile-push and MobileOrg compatibility issue

2015-09-04 Thread Vamsi Vytla
M-x 'org-mobile-push', with the latest org-mode leaves the files incompatible with MobileOrg Android application. There have been no changes in MobileOrg for over a year. I bisected the latest org-mobile related changes and noticed that reverting this one line below "fixes" the issue (at least for

Re: [O] org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?

2014-08-13 Thread Nick Dokos
Nick Dokos writes: > Shavkat Rustamov writes: > >> When calling org-mobile-push, org gives this message "Non-existing agenda >> file .#flagged.org". >> >> .# are lock files (create-lockfiles variable), which get created in the org >> directory. I would prefer to have them. > > Maybe org-mobile

Re: [O] org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?

2014-08-13 Thread Nick Dokos
Shavkat Rustamov writes: > When calling org-mobile-push, org gives this message "Non-existing agenda > file .#flagged.org". > > .# are lock files (create-lockfiles variable), which get created in the org > directory. I would prefer to have them. Maybe org-mobile-files-exclude-regexp can help.

[O] org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?

2014-08-13 Thread Shavkat Rustamov
When calling org-mobile-push, org gives this message "Non-existing agenda file .#flagged.org". .# are lock files (create-lockfiles variable), which get created in the org directory. I would prefer to have them.

Re: [O] org-mobile-push not generating index.org or checksum

2013-01-09 Thread J. David Boyd
John Hendy writes: > I just setup mobileOrg to use Dropbox. Setting up synchronizer in > mobileOrg worked fine, Dropbox login worked fine, and I chose an > existing folder named "mobile-org" to sync with. > > ... > > Thanks, > John Bastien fixed this already.. Just get the latest version, you'

[O] org-mobile-push not generating index.org or checksum

2013-01-09 Thread John Hendy
I just setup mobileOrg to use Dropbox. Setting up synchronizer in mobileOrg worked fine, Dropbox login worked fine, and I chose an existing folder named "mobile-org" to sync with. This is in my emacs config: #+begin_src .emacs (custom-set-variables ... '(org-agenda-files (quote ("~/org" "~/org/a

Re: [O] org-mobile-push vs. symlinks

2013-01-07 Thread Bastien
Hi James, James Harkins writes: > I just looked at the footnote text... why did we go from "symlinks > work if the name is the same" to an unqualified "symlinks are not > supported"? Should be fixed now... thanks, -- Bastien

Re: [O] org-mobile-push vs. symlinks

2013-01-06 Thread Bastien
James Harkins writes: > I just looked at the footnote text... why did we go from "symlinks > work if the name is the same" to an unqualified "symlinks are not > supported"? I overlooked the difference. Please provide a patch. ~$ git clone git://orgmode.org/org-mode.git ~$ emacs & C-x f org-mo

Re: [O] org-mobile-push vs. symlinks

2013-01-06 Thread James Harkins
On Jan 6, 2013 9:57 PM, "Bastien" wrote: > > Hi James, > > James Harkins writes: > > > I'm not sure of the procedure to contribute to the org manual, but I > > might suggest something like this, under MobileOrg section B2: > > I added a footnote: > http://orgmode.org/cgit.cgi/org-mode.git/commit/

Re: [O] org-mobile-push vs. symlinks

2013-01-06 Thread Bastien
Hi James, James Harkins writes: > I'm not sure of the procedure to contribute to the org manual, but I > might suggest something like this, under MobileOrg section B2: I added a footnote: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=76684b5 Thanks! -- Bastien

Re: [O] org-mobile-push vs. symlinks

2013-01-06 Thread James Harkins
On Jan 4, 2013 11:34 PM, "Bastien" wrote: > > Hi James, > > James Harkins writes: > > > The outcome is the same as the first: document the issue. > > Org is yours :) I worked in software support for awhile, so... I know what it means, e.g., when some behavior is labeled a "known issue" ;-) I'm

Re: [O] org-mobile-push vs. symlinks

2013-01-04 Thread Bastien
Hi James, James Harkins writes: > The outcome is the same as the first: document the issue. Org is yours :) -- Bastien

Re: [O] org-mobile-push error produces wrong-type-argument error

2013-01-04 Thread Bastien
Hi Ben, Ben Finney writes: > Which change fixed this problem? http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=7716b9 > How will I know when an org-mode that > includes this fix is released? Org 7.9.3 is about to be release before January 10th, so you'll know by then. -- Bastien

Re: [O] org-mobile-push vs. symlinks

2013-01-04 Thread James Harkins
On Jan 3, 2013 8:57 PM, "Bastien" wrote: > > Hi James, > > James Harkins writes: > > > - One should not put symlinks into org-directory, or at least make > > sure the symlink's name is the same as the target. If this is an > > intentional limitation, it should be documented. > > > > - Or, the sym

Re: [O] org-mobile-push error produces wrong-type-argument error

2013-01-03 Thread Ben Finney
Bastien writes: > Hi Ben, > > Ben Finney writes: > > > I am getting the same error. I'm using the Org mode that comes with > > Emacs (“GNU Emacs 23.4.1”). > > You should not get this error anymore from maint. Thank you. I'm not in a position to use the maint version, so I will need to wait for

Re: [O] org-mobile-push error produces wrong-type-argument error

2013-01-03 Thread Bastien
Hi Ben, Ben Finney writes: > I am getting the same error. I'm using the Org mode that comes with > Emacs (“GNU Emacs 23.4.1”). You should not get this error anymore from maint. Thanks, -- Bastien

Re: [O] org-mobile-push vs. symlinks

2013-01-03 Thread Bastien
Hi James, James Harkins writes: > - One should not put symlinks into org-directory, or at least make > sure the symlink's name is the same as the target. If this is an > intentional limitation, it should be documented. > > - Or, the symlink resolution is not actually necessary and it causes > pr

Re: [O] org-mobile-push and SUMO buffer

2013-01-03 Thread Bastien
Hi Ramon, Ramon Diaz-Uriarte writes: > - Then, when org-mobile-push runs (either because it tell it do so, or > because the timer says so), the display gets redrawn, and I get only two > windows, one with *Org Agenda* and the other with the *SUMO* buffer. > > This is very annoying to me be

Re: [O] org-mobile-push vs. symlinks

2012-12-19 Thread Bastien
Hi David, da...@adboyd.com (J. David Boyd) writes: > How would we do that? Are there instructions somewhere on the proper > way to create a patch file for this? The proper mode for diff? What > has to be in a changelog? > > There are a few changes I'd like to see in mobile.el myself, and I'm

Re: [O] org-mobile-push vs. symlinks

2012-12-19 Thread J. David Boyd
Bastien writes: > James Harkins writes: > >> Anyway, I still don't understand the rationale for the current >> behavior. Does anyone know why org-mobile-push resolves the agenda >> files' names to symlink targets? > > The problem is that there is no active maintainer on org-mobile.el > right no

Re: [O] org-mobile-push vs. symlinks

2012-12-15 Thread Bastien
James Harkins writes: > Anyway, I still don't understand the rationale for the current > behavior. Does anyone know why org-mobile-push resolves the agenda > files' names to symlink targets? The problem is that there is no active maintainer on org-mobile.el right now... by default this is me,

[O] org-mobile-push vs. symlinks

2012-12-15 Thread James Harkins
Sorry for resending as a new thread. I had wanted to reply to my original message on gmane, but gmane's search fails to locate the thread (?). Anyway, I still don't understand the rationale for the current behavior. Does anyone know why org-mobile-push resolves the agenda files' names to symlink t

Re: [O] org-mobile-push error produces wrong-type-argument error

2012-12-14 Thread Ben Finney
Conor Nash writes: > When I try to run org-mobile-push I get an error in the minibuffer: "Wrong > type argument: listp, todo". I am getting the same error. I'm using the Org mode that comes with Emacs (“GNU Emacs 23.4.1”). The backtrace from the error is: = Debugger entered--Lisp error: (w

Re: [O] org-mobile-push fails

2012-10-25 Thread Bastien
"Jorge A. Alfaro Murillo" writes: > I think I figured it out. I think it was a problem of having > "upgraded" org from the package manager once, when I had another > version of emacs. I removed the package, reinstall emacs-snapshot and > now it is working again. Thanks you found the problem and

Re: [O] org-mobile-push fails

2012-10-25 Thread Jorge A. Alfaro Murillo
I think I figured it out. I think it was a problem of having "upgraded" org from the package manager once, when I had another version of emacs. I removed the package, reinstall emacs-snapshot and now it is working again. Thanks. On Oct 25, 2012 4:02 AM, "Bastien" wrote: > Hi Jorge, > > "Jorge A.

Re: [O] org-mobile-push fails

2012-10-25 Thread Bastien
Hi Jorge, "Jorge A. Alfaro Murillo" writes: > This is strange, since I get the whole emacs from a repository > (http://emacs.naquadah.org/ unstable/ ). I should not have to compile > anything. I double-checked and the source on Julien's server are okay. Can you do C-h f org-mobile-create-inde

Re: [O] org-mobile-push fails

2012-10-24 Thread Jorge A. Alfaro Murillo
This is strange, since I get the whole emacs from a repository (http://emacs.naquadah.org/ unstable/ ). I should not have to compile anything. I guess there must be a bug in the package from the repository. What do you recommend me to do? Install the org from source? On Wed, Oct 24, 2012 at 5:35

[O] org-mobile-push and SUMO buffer

2012-10-24 Thread Ramon Diaz-Uriarte
Dear All, I think that the behavior of org-mobile-push has changed in some recent update. Since a few days ago (when I upgraded to v. 7.9.1-2, from Debian), whenever org-mobile-push runs, a new agenda buffer called *SUMO* is created, and the display redrawn. I can see (in file org-mobile.el) wher

Re: [O] org-mobile-push fails

2012-10-24 Thread Bastien
Hi Jorge, "Jorge A. Alfaro Murillo" writes: > Hi, I am having trouble with org-mobile-push, it fails and gives the > following error: > org-mobile-create-index-file: Symbol's function definition is void: > org-prepare-agenda-buffers The function `org-prepare-agenda-buffers' has been renamed to

[O] org-mobile-push: copying read-only files

2012-06-05 Thread Stephen Eglen
If I have an org mode file that is read-only (e.g. because I've checked it in to RCS) in my org-agenda, when I do M-x org-mobile-push (from my desktop machine to dropbox) the 2nd time I get a permission denied error from (org-mobile-copy-agenda-files) -- this is because there is already a read-onl

[O] org-mobile-push revert buffer error

2012-05-25 Thread bastre
Hi All, I'm try to set up MobileOrg on my iPhone. When I called org-mobile-push, I received a Cannot revert nonexistent buffer error. *Messages* BEGIN-- loaded /Users/barak/.emacs.d/starter-kit-eshell.el Loading /Users/barak/.emacs.d/barak.el (source)...done loaded /Users/barak/.emacs.d

Re: [O] org-mobile-push gives error

2012-02-02 Thread Renato
On Thu, 2 Feb 2012 21:29:53 +0100 Renato wrote: > > Thanks, I'm building from git and we'll see if it works yep git org-mode solves it. Thanks again!! renato

Re: [O] org-mobile-push gives error

2012-02-02 Thread Renato
On Thu, 02 Feb 2012 15:18:12 -0500 Nick Dokos wrote: > Renato wrote: > > > Hello, I'm trying to setup mobile-org with dropbox. However, when I > > run org-mobile-push I get this error: > > > > Symbol's value as variable is void: org-agenda-filter > > > > and nothing gets copied to ~/Dropbox/M

Re: [O] org-mobile-push gives error

2012-02-02 Thread Nick Dokos
Renato wrote: > Hello, I'm trying to setup mobile-org with dropbox. However, when I run > org-mobile-push I get this error: > > Symbol's value as variable is void: org-agenda-filter > > and nothing gets copied to ~/Dropbox/MobileOrg. > > I've put the relevant section of my ~/.emacs here: > ht

[O] org-mobile-push gives error

2012-02-02 Thread Renato
Hello, I'm trying to setup mobile-org with dropbox. However, when I run org-mobile-push I get this error: Symbol's value as variable is void: org-agenda-filter and nothing gets copied to ~/Dropbox/MobileOrg. I've put the relevant section of my ~/.emacs here: http://pastebin.com/5xyjUaNt what i

Re: [O] org-mobile-push failure with git tip

2011-11-17 Thread Greg Troxel
[problem with org-mobile-push from commit dc62cdcdf11f305149281d16ef2200e18c7abd43 ] I've recently pushed a patch around that area. Does the problem persist with the latest git ? Thanks. I updated (to 7c21098323bf0097c7903b014564cd6056bda374) and now all is well. pgp3WO1QFGRo

Re: [O] org-mobile-push failure with git tip

2011-11-17 Thread Nicolas Goaziou
Hello, Greg Troxel writes: > I recently updated to the latest git, and found that while everything > else I tried was ok, I got a backtrace when doing org-mobile-push. > Bisecting, I found that the problem commit is: > > commit dc62cdcdf11f305149281d16ef2200e18c7abd43 > Author: Nicolas Goaziou

[O] org-mobile-push failure with git tip

2011-11-15 Thread Greg Troxel
I recently updated to the latest git, and found that while everything else I tried was ok, I got a backtrace when doing org-mobile-push. Bisecting, I found that the problem commit is: commit dc62cdcdf11f305149281d16ef2200e18c7abd43 Author: Nicolas Goaziou Date: Sun Oct 23 22:42:48 2011 +0200

Re: [O] org-mobile-push problem

2011-11-06 Thread Jambunathan K
> I tried and it is not necessary to org-reload/uncompiled before > installing org with the command "package-install-file". It is > "package-install-file" alone that solves the problem. Maybe there is some aspect of elisp compilation that I don't understand. 1. Restart Emacs 2. If M-x locate-l

Re: [O] org-mobile-push problem

2011-11-06 Thread i...@bastianebeling.org
Am 06.11.2011 um 22:01 schrieb Jambunathan K: > "i...@bastianebeling.org" writes: > >> Hi Jambunathan, >> >>> Sorry, I didn't get into too much detail here because I had the feeling that the problem might have been cause by me not being able to use the package manager correctly

Re: [O] org-mobile-push problem

2011-11-06 Thread Jambunathan K
"i...@bastianebeling.org" writes: > Hi Jambunathan, > >> >>> Sorry, I didn't get into too much detail here because I had the >>> feeling that the problem might have been cause by me not being able >>> to use the package manager correctly rather than the package manager >>> itself. But if it coul

[O] org-mobile-push error produces wrong-type-argument error

2011-11-05 Thread Conor Nash
Hi all, I have been trying to get org-mobile to work on my machine with little success. I have read many previous answers from this mailing list to no avail. When I try to run org-mobile-push I get an error in the minibuffer: "Wrong type argument: listp, todo". I have attached a Backtrace of the

Re: [O] org-mobile-push problem

2011-11-05 Thread i...@bastianebeling.org
Hi Jambunathan, > >> Sorry, I didn't get into too much detail here because I had the >> feeling that the problem might have been cause by me not being able >> to use the package manager correctly rather than the package manager >> itself. But if it could help others, of course, I'm sharing the >>

Re: [O] org-mobile-push problem

2011-11-03 Thread Jambunathan K
> Sorry, I didn't get into too much detail here because I had the > feeling that the problem might have been cause by me not being able > to use the package manager correctly rather than the package manager > itself. But if it could help others, of course, I'm sharing the > details as far as I und

Re: [O] org-mobile-push problem

2011-11-03 Thread i...@bastianebeling.org
Am 03.11.2011 um 12:03 schrieb Jambunathan K: >> It says "Org-mode version 7.7". However, I feel that there was >> something strange with my installation. I checked my files in my Emacs >> folder and everything seemed really messed up, so I just reinstalled >> org from the latest build and now it

Re: [O] org-mobile-push problem

2011-11-03 Thread Jambunathan K
> It says "Org-mode version 7.7". However, I feel that there was > something strange with my installation. I checked my files in my Emacs > folder and everything seemed really messed up, so I just reinstalled > org from the latest build and now it works! I had tried that before > automatically with

Re: [O] org-mobile-push problem

2011-11-03 Thread i...@bastianebeling.org
Am 03.11.2011 um 01:36 schrieb Nick Dokos: > i...@bastianebeling.org wrote: > >> >> Am 03.11.2011 um 00:28 schrieb Nick Dokos: >> >>> i...@bastianebeling.org wrote: >>> > when I run org-mobile-push: > > byte-code: Invalid function: org-eval-in-environment >>> org-eval-in-e

Re: [O] org-mobile-push problem

2011-11-02 Thread David Maus
At Wed, 02 Nov 2011 19:28:52 -0400, Nick Dokos wrote: > > i...@bastianebeling.org wrote: > > > > Hi All, > > > > > > I'm trying to set up MobileOrg to try it out, but I'm getting the > > > following error when I run org-mobile-push: > > > > > > byte-code: Invalid function: org-eval-in-environment

Re: [O] org-mobile-push problem

2011-11-02 Thread Nick Dokos
i...@bastianebeling.org wrote: > > Am 03.11.2011 um 00:28 schrieb Nick Dokos: > > > i...@bastianebeling.org wrote: > > > >>> when I run org-mobile-push: > >>> > >>> byte-code: Invalid function: org-eval-in-environment > >> > > org-eval-in-environment is a macro defined in org-macs.el and ma

Re: [O] org-mobile-push problem

2011-11-02 Thread i...@bastianebeling.org
Am 03.11.2011 um 00:28 schrieb Nick Dokos: > i...@bastianebeling.org wrote: > >>> when I run org-mobile-push: >>> >>> byte-code: Invalid function: org-eval-in-environment >> > org-eval-in-environment is a macro defined in org-macs.el and macros > sometimes cause problems with compiled code un

Re: [O] org-mobile-push problem

2011-11-02 Thread Nick Dokos
i...@bastianebeling.org wrote: > > Hi All, > > > > I'm trying to set up MobileOrg to try it out, but I'm getting the > > following error when I run org-mobile-push: > > > > byte-code: Invalid function: org-eval-in-environment > > > Hi, > > I have the same problem and get the same error messa

Re: [O] org-mobile-push problem

2011-11-02 Thread i...@bastianebeling.org
> Hi All, > > I'm trying to set up MobileOrg to try it out, but I'm getting the > following error when I run org-mobile-push: > > byte-code: Invalid function: org-eval-in-environment Hi, I have the same problem and get the same error message. My only fix is to hit C-u C-c C-x r (reload Org un

[O] org-mobile-push problem

2011-11-02 Thread Nicholas Putnam
Hi All, I'm trying to set up MobileOrg to try it out, but I'm getting the following error when I run org-mobile-push: byte-code: Invalid function: org-eval-in-environment Here is my minimal .emacs file: (setq load-path (cons "~/elisp/org-mode/lisp/" load-path)) (global-set-key "\C-ca" 'org-age

Re: [O] org-mobile-push

2011-10-01 Thread Vikas Rawal
> > In trying to call this last function, emacs gets an error: the function > is not defined. > > Basically what happens is that org-mobile-push calculates the agenda, by > calling org-agenda-list. This function checks the value of the variable > org-agenda-include-diary, which in your case must

Re: [O] org-mobile-push

2011-09-30 Thread Nick Dokos
Vikas Rawal wrote: > Thanks Nick and Jambunathan for taking the trouble to respond. > > > > > So pretty please: when you get an error, *at the very least*, do > > > >M-x toggle-debug-on-error > > Thanks nick for teaching my how to use back-trace. Here is the > output. May I request you to

Re: [O] org-mobile-push

2011-09-29 Thread Vikas Rawal
Thanks Nick and Jambunathan for taking the trouble to respond. > > So pretty please: when you get an error, *at the very least*, do > >M-x toggle-debug-on-error Thanks nick for teaching my how to use back-trace. Here is the output. May I request you to help identify what could be causing th

Re: [O] org-mobile-push

2011-09-29 Thread Nick Dokos
Vikas Rawal wrote: > When I give M-x org-mobile-push I get an error: > > Symbol's function definition is void: appt-make-list > > What could be wrong? > > I am running org-mode 7.7 > Who knows? org itself does not call appt-make-list from anywhere, so you have probably set up a hook somewher

Re: [O] org-mobile-push

2011-09-29 Thread Jambunathan K
Vikas Rawal writes: > When I give M-x org-mobile-push I get an error: > > Symbol's function definition is void: appt-make-list > > What could be wrong? > > I am running org-mode 7.7 (require 'appt) Ideally this should be done automatically. Looks like that's not the case. > Vikas > > --

[O] org-mobile-push

2011-09-29 Thread Vikas Rawal
When I give M-x org-mobile-push I get an error: Symbol's function definition is void: appt-make-list What could be wrong? I am running org-mode 7.7 Vikas