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
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
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
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
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
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,
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
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
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
html
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
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
>
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
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
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
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
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
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.
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.
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'
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
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
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
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/
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
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
Hi James,
James Harkins writes:
> The outcome is the same as the first: document the issue.
Org is yours :)
--
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
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
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
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
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
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
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
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
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,
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
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
"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
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.
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
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
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
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
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
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
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
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
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
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
[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
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
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
> 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
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
"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
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
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
>>
> 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
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
> 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
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
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
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
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
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
> 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
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
>
> 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
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
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
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
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
>
>
--
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
74 matches
Mail list logo