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 >

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 >

[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

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

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

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

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)

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-14 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

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,

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: > >

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

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

[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

[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: Non-existent .#flagged.org angenda - how to avoid this message?

2014-08-13 Thread Nick Dokos
Shavkat Rustamov shavkat.rusta...@gmail.com 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

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

2014-08-13 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: Shavkat Rustamov shavkat.rusta...@gmail.com 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

[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

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

2013-01-09 Thread J. David Boyd
John Hendy jw.he...@gmail.com 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

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

2013-01-07 Thread Bastien
Hi James, James Harkins jamshar...@gmail.com 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 James Harkins
On Jan 4, 2013 11:34 PM, Bastien b...@altern.org wrote: Hi James, James Harkins jamshar...@gmail.com 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

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

2013-01-06 Thread Bastien
Hi James, James Harkins jamshar...@gmail.com 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 6, 2013 9:57 PM, Bastien b...@altern.org wrote: Hi James, James Harkins jamshar...@gmail.com 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:

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

2013-01-06 Thread Bastien
James Harkins jamshar...@gmail.com 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

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

2013-01-04 Thread James Harkins
On Jan 3, 2013 8:57 PM, Bastien b...@altern.org wrote: Hi James, James Harkins jamshar...@gmail.com 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

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

2013-01-04 Thread Bastien
Hi Ben, Ben Finney ben+em...@benfinney.id.au 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

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

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

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

2013-01-03 Thread Bastien
Hi Ramon, Ramon Diaz-Uriarte rdia...@gmail.com 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

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

2013-01-03 Thread Bastien
Hi James, James Harkins jamshar...@gmail.com 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

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

2013-01-03 Thread Bastien
Hi Ben, Ben Finney ben+em...@benfinney.id.au 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 error produces wrong-type-argument error

2013-01-03 Thread Ben Finney
Bastien b...@altern.org writes: Hi Ben, Ben Finney ben+em...@benfinney.id.au 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

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

2012-12-19 Thread J. David Boyd
Bastien b...@altern.org writes: James Harkins jamshar...@gmail.com 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

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

[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

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

2012-12-15 Thread Bastien
James Harkins jamshar...@gmail.com 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

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

2012-12-14 Thread Ben Finney
Conor Nash nas...@tcd.ie 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

Re: [O] org-mobile-push fails

2012-10-25 Thread Bastien
Hi Jorge, Jorge A. Alfaro Murillo jorge.a.alf...@gmail.com 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

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 b...@altern.org wrote: Hi Jorge,

Re: [O] org-mobile-push fails

2012-10-25 Thread Bastien
Jorge A. Alfaro Murillo jorge.a.alf...@gmail.com 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

Re: [O] org-mobile-push fails

2012-10-24 Thread Bastien
Hi Jorge, Jorge A. Alfaro Murillo jorge.a.alf...@gmail.com 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'

[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)

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

[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

[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

[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

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

2012-02-02 Thread Nick Dokos
Renato renn...@gmail.com 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

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

2012-02-02 Thread Renato
On Thu, 02 Feb 2012 15:18:12 -0500 Nick Dokos nicholas.do...@hp.com wrote: Renato renn...@gmail.com 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

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

2012-02-02 Thread Renato
On Thu, 2 Feb 2012 21:29:53 +0100 Renato renn...@gmail.com 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 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.

[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 n.goaz...@gmail.com Date: Sun Oct 23

Re: [O] org-mobile-push problem

2011-11-06 Thread Jambunathan K
i...@bastianebeling.org 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

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 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-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 details

[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-03 Thread i...@bastianebeling.org
Am 03.11.2011 um 01:36 schrieb Nick Dokos: i...@bastianebeling.org i...@bastianebeling.org wrote: Am 03.11.2011 um 00:28 schrieb Nick Dokos: i...@bastianebeling.org i...@bastianebeling.org wrote: when I run org-mobile-push: byte-code: Invalid function: org-eval-in-environment

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 the

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 works! I

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

[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

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

Re: [O] org-mobile-push problem

2011-11-02 Thread Nick Dokos
i...@bastianebeling.org 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

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 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

Re: [O] org-mobile-push problem

2011-11-02 Thread Nick Dokos
i...@bastianebeling.org i...@bastianebeling.org wrote: Am 03.11.2011 um 00:28 schrieb Nick Dokos: i...@bastianebeling.org 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

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 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:

Re: [O] org-mobile-push

2011-10-01 Thread Nick Dokos
Vikas Rawal vikasli...@agrarianresearch.org 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.

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 be t,

Re: [O] org-mobile-push

2011-09-29 Thread Jambunathan K
Vikas Rawal vikasli...@agrarianresearch.org 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

Re: [O] org-mobile-push

2011-09-29 Thread Nick Dokos
Vikas Rawal vikasli...@agrarianresearch.org 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

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 the