emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Michael Ziems <michael.ziems@xiron.de>
To: emacs-orgmode@gnu.org
Subject: Re: mobileorg agendas.org has no entries [8.3.4 (8.3.4-elpa @ c:/Users/Michael/AppData/Roaming/.emacs.d/elpa/org-20160222/)]
Date: Tue, 2 Aug 2016 19:26:00 +0200	[thread overview]
Message-ID: <c9d06b38-f566-5f1b-1051-6381466e970e@xiron.de> (raw)
In-Reply-To: <8760rtx6ur.fsf@saiph.selenimh>

[-- Attachment #1: Type: text/plain, Size: 5112 bytes --]

Hello Nicolas,

the result is:

Result: (("C:\\Users\\Michael\\Documents\\org\\work.org" . "work.org") 
("C:\\Users\\Michael\\Documents\\org\\dienst.org" . "dienst.org") 
("C:\\Users\\Michael\\Documents\\org\\info-work.org" . "info-work.org") 
("C:\\Users\\Michael\\Documents\\org\\info-privat.org" . 
"info-privat.org") ("C:\\Users\\Michael\\Documents\\org\\privat.org" . 
"privat.org"))

Which looks correct.

My setup is:
(setq org-mobile-directory 
"C:\\Users\\Michael\\Documents\\org\\MobileOrg\\")
(setq org-mobile-inbox-for-pull 
"C:\\Users\\Michael\\Documents\\org\\MobileOrg\\inbox.org")

(defcustom org-mobile-checksum-binary (or
                                          (executable-find 
"C:\\Users\\Michael\\Documents\\md5sum.exe")
                                          )
  "Executable used for computing checksums of agenda files."
  :group 'org-mobile
  :type 'string)

The agendas.org output looks like this (example for one agenda:

* 80 days-agenda (W31-W42):<after>KEYS=x TITLE: Nur Kalender ohne 
Aufgaben</after>
** Dienstag    2 August 2016
** Mittwoch    3 August 2016
** Donnerstag  4 August 2016
** Freitag     5 August 2016
** Samstag     6 August 2016
** Sonntag     7 August 2016
** Montag      8 August 2016 W32
** Dienstag    9 August 2016
** Mittwoch   10 August 2016
** Donnerstag 11 August 2016
** Freitag    12 August 2016
** Samstag    13 August 2016
** Sonntag    14 August 2016
** Montag     15 August 2016 W33
** Dienstag   16 August 2016
** Mittwoch   17 August 2016
** Donnerstag 18 August 2016
** Freitag    19 August 2016
** Samstag    20 August 2016
** Sonntag    21 August 2016
** Montag     22 August 2016 W34
** Dienstag   23 August 2016
** Mittwoch   24 August 2016
** Donnerstag 25 August 2016
** Freitag    26 August 2016
** Samstag    27 August 2016
** Sonntag    28 August 2016
** Montag     29 August 2016 W35
** Dienstag   30 August 2016
** Mittwoch   31 August 2016
** Donnerstag  1 September 2016
** Freitag     2 September 2016
** Samstag     3 September 2016
** Sonntag     4 September 2016
** Montag      5 September 2016 W36
   Diary:      Labor Day
** Dienstag    6 September 2016
** Mittwoch    7 September 2016
** Donnerstag  8 September 2016
** Freitag     9 September 2016
** Samstag    10 September 2016
** Sonntag    11 September 2016
** Montag     12 September 2016 W37
** Dienstag   13 September 2016
** Mittwoch   14 September 2016
** Donnerstag 15 September 2016
** Freitag    16 September 2016
** Samstag    17 September 2016
** Sonntag    18 September 2016
** Montag     19 September 2016 W38
** Dienstag   20 September 2016
** Mittwoch   21 September 2016
** Donnerstag 22 September 2016
   Diary:      16:20...... Autumnal Equinox (Mitteleuropäische Sommerzeit)
** Freitag    23 September 2016
** Samstag    24 September 2016
** Sonntag    25 September 2016
** Montag     26 September 2016 W39
** Dienstag   27 September 2016
** Mittwoch   28 September 2016
** Donnerstag 29 September 2016
** Freitag    30 September 2016
** Samstag     1 Oktober 2016
** Sonntag     2 Oktober 2016
** Montag      3 Oktober 2016 W40
   Diary:      Islamic New Year 1438
   Diary:      Rosh HaShanah 5777
** Dienstag    4 Oktober 2016
** Mittwoch    5 Oktober 2016
** Donnerstag  6 Oktober 2016
** Freitag     7 Oktober 2016
** Samstag     8 Oktober 2016
** Sonntag     9 Oktober 2016
** Montag     10 Oktober 2016 W41
   Diary:      Columbus Day
** Dienstag   11 Oktober 2016
** Mittwoch   12 Oktober 2016
   Diary:      Yom Kippur
** Donnerstag 13 Oktober 2016
** Freitag    14 Oktober 2016
** Samstag    15 Oktober 2016
** Sonntag    16 Oktober 2016
** Montag     17 Oktober 2016 W42
   Diary:      Sukkot
** Dienstag   18 Oktober 2016
** Mittwoch   19 Oktober 2016
** Donnerstag 20 Oktober 2016
   Diary:      Birth of the Báb

Whereas the normal output in emacs is having a lot of my headlines with 
dates in there.

I will continue to understand edebug and try to check, what is wrong.

Do you have any idea, what i might be missing?

Thanks,

Michael

Am 25.07.2016 um 14:03 schrieb Nicolas Goaziou:
> Hello,
>
> Michael Ziems <michael.ziems@xiron.de> writes:
>
>> Hello Philip,
>>
>> thanks for the answer, but that did not help me, i believe.
>> I went trough the org-mobile-push with the edebug, but i believe that
>> i have to understand how another function that is in there works,
>> maybe these:
>>
>>          (let ((inhibit-redisplay t)
>>            (org-agenda-files (mapcar 'car org-mobile-files-alist)))
>>            (org-mobile-create-sumo-agenda))
>>
>> and i cannot start the debugger in the same way on them, as they are
>> not startable via M-x.
>>
>>
>> Does anybody have a clue, what could be the reason, why my agenda is
>> normally created but the agendas.org is containing all my agenda view
>> but without any headline (todo) in it?
> What is the return value for `org-mobile-files-alist'?
>
> What is your setup related to "org-mobile"?
>
>
> Regards,
>



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3709 bytes --]

      reply	other threads:[~2016-08-02 17:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-29 21:04 mobileorg agendas.org has no entries [8.3.4 (8.3.4-elpa @ c:/Users/Michael/AppData/Roaming/.emacs.d/elpa/org-20160222/)] Michael Ziems
2016-07-05 20:09 ` Michael Ziems
     [not found]   ` <CAJ1MqVE3aKoTsep9y2z1_WpXEm+rmeUm_n+VG-5XiO5=D-58TQ@mail.gmail.com>
2016-07-12 21:02     ` Michael Ziems
2016-07-25 12:03       ` Nicolas Goaziou
2016-08-02 17:26         ` Michael Ziems [this message]

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=c9d06b38-f566-5f1b-1051-6381466e970e@xiron.de \
    --to=michael.ziems@xiron.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).