Discussion:
No Agenda View / Multiple Calendar Support?
Mark Dwyer via mobileorg-android
2013-04-23 13:48:06 UTC
Permalink
Hi - two questions - first is that I cannot get Agenda View to work. I
think I have most things set up correctly, but mobileorg does not show an
Agenda view, only my org files. Also I cannot find an agenda.org file in my
org-directory or org-mobile-directory. Agenda view works fine in emacs. And
MobileOrg is synchronizing with my Google Calendar via my Android phone.

I have org-mobile-directory set as a sub-directory of org-directory. Is
that a problem?

I am using Dropbox to sync.

I am using emacs 23.3.1.

in .emacs I have
;; org lines
;; The following lines are always needed. Choose your own keys.
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) ; not needed since
Emacs 22.2
(add-hook 'org-mode-hook 'turn-on-font-lock) ; not needed when
global-font-lock-mode is on
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)

and
(custom-set-variables
...
'(org-agenda-files (quote ("~/Dropbox/MD/notes/org/pers.org"
"~/Dropbox/MD/notes/org/HEG/ngc.org" "~/Dropbox/MD/notes/org/HEG/choc.org"
"~/Dropbox/MD/notes/org/HEG/heg.org"
"~/Dropbox/MD/notes/org/HEG/cntb.org")))
'(org-agenda-start-on-weekday 6)
'(org-directory "~/Dropbox/MD/notes/org")
'(org-file-apps (quote ((auto-mode . emacs) ("\\.mm\\'" . default)
("\\.x?html?\\'" . default) ("\\.pdf\\'" . "/usr/bin/evince %s")
("\\.ods\\'" . "/usr/bin/libreoffice %s"))))
'(org-mobile-directory "/home/dwyer/Dropbox/MD/notes/org/MobileOrg")
'(org-mobile-inbox-for-pull "~/Dropbox/MD/notes/org")

Second - Is there a way with Calendar Sync to send certain agenda items to
one calendar and other items to another calendar? Like "Work" vs "Personal"?

Thanks.

- Mark
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
mobileorg-android on behalf of Henning Weiss
2013-04-24 16:48:28 UTC
Permalink
Hi Mark,

On Tue, Apr 23, 2013 at 3:48 PM, Mark Dwyer via mobileorg-android <
Post by Mark Dwyer via mobileorg-android
Hi - two questions - first is that I cannot get Agenda View to work. I
think I have most things set up correctly, but mobileorg does not show an
Agenda view, only my org files. Also I cannot find an agenda.org file in
my org-directory or org-mobile-directory. Agenda view works fine in emacs.
And MobileOrg is synchronizing with my Google Calendar via my Android
phone.
I have org-mobile-directory set as a sub-directory of org-directory. Is
that a problem?
Shouldn't be a problem. You can configure the variable org-mobile-agendas
to specify the agenda views you want to include in the generated
agendas.orgfile. You might also be interested in the variable
org-mobile-files.
Post by Mark Dwyer via mobileorg-android
I am using Dropbox to sync.
I am using emacs 23.3.1.
in .emacs I have
;; org lines
;; The following lines are always needed. Choose your own keys.
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) ; not needed
since Emacs 22.2
(add-hook 'org-mode-hook 'turn-on-font-lock) ; not needed when
global-font-lock-mode is on
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)
and
(custom-set-variables
...
'(org-agenda-files (quote ("~/Dropbox/MD/notes/org/pers.org"
"~/Dropbox/MD/notes/org/HEG/ngc.org" "~/Dropbox/MD/notes/org/HEG/choc.org"
"~/Dropbox/MD/notes/org/HEG/heg.org" "~/Dropbox/MD/notes/org/HEG/cntb.org
")))
'(org-agenda-start-on-weekday 6)
'(org-directory "~/Dropbox/MD/notes/org")
'(org-file-apps (quote ((auto-mode . emacs) ("\\.mm\\'" . default)
("\\.x?html?\\'" . default) ("\\.pdf\\'" . "/usr/bin/evince %s")
("\\.ods\\'" . "/usr/bin/libreoffice %s"))))
'(org-mobile-directory "/home/dwyer/Dropbox/MD/notes/org/MobileOrg")
'(org-mobile-inbox-for-pull "~/Dropbox/MD/notes/org")
Second - Is there a way with Calendar Sync to send certain agenda items to
one calendar and other items to another calendar? Like "Work" vs "Personal"?
Unfortunately we don't support that yet, but we do have an open
issue<https://github.com/matburt/mobileorg-android/issues/206> on
the issue tracker.

Henning
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Mark Dwyer via mobileorg-android
2013-04-24 19:43:03 UTC
Permalink
Hi Henning,

Thanks for this reply. While it does not show up in my .emacs file, I do
have org-mobile-files set to org-agenda-files.

I cannot find the variable org-mobile-agendas in my emacs. If I type F1 v
org-mobile-agendas, I get

org-mobile-creating-agendas's value is nil

If I type M-x set-variable, emacs does not recognize either
org-mobile-agendas or org-mobile-creating-agendas as a variable.

When I type M-x org-customize, I cannot find either of these variables. I
cannot find either of them in the org manual.

Maybe I need to define a customized agenda view? I just wanted to show the
standard weekly view to show up in MobileOrg.

Thanks again.

- Mark
Post by mobileorg-android on behalf of Henning Weiss
Hi Mark,
On Tue, Apr 23, 2013 at 3:48 PM, Mark Dwyer
Hi - two questions - first is that I cannot get Agenda View to work. I
Post by Mark Dwyer via mobileorg-android
think I have most things set up correctly, but mobileorg does not show an
Agenda view, only my org files. Also I cannot find an agenda.org file in
my org-directory or org-mobile-directory. Agenda view works fine in emacs.
And MobileOrg is synchronizing with my Google Calendar via my Android
phone.
I have org-mobile-directory set as a sub-directory of org-directory. Is
that a problem?
Shouldn't be a problem. You can configure the variable org-mobile-agendas
to specify the agenda views you want to include in the generated
agendas.org file. You might also be interested in the variable
org-mobile-files.
Post by Mark Dwyer via mobileorg-android
I am using Dropbox to sync.
I am using emacs 23.3.1.
in .emacs I have
;; org lines
;; The following lines are always needed. Choose your own keys.
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) ; not needed
since Emacs 22.2
(add-hook 'org-mode-hook 'turn-on-font-lock) ; not needed when
global-font-lock-mode is on
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)
and
(custom-set-variables
...
'(org-agenda-files (quote ("~/Dropbox/MD/notes/org/pers.org"
"~/Dropbox/MD/notes/org/HEG/ngc.org" "~/Dropbox/MD/notes/org/HEG/choc.org"
"~/Dropbox/MD/notes/org/HEG/heg.org" "~/Dropbox/MD/notes/org/HEG/cntb.org
")))
'(org-agenda-start-on-weekday 6)
'(org-directory "~/Dropbox/MD/notes/org")
'(org-file-apps (quote ((auto-mode . emacs) ("\\.mm\\'" . default)
("\\.x?html?\\'" . default) ("\\.pdf\\'" . "/usr/bin/evince %s")
("\\.ods\\'" . "/usr/bin/libreoffice %s"))))
'(org-mobile-directory "/home/dwyer/Dropbox/MD/notes/org/MobileOrg")
'(org-mobile-inbox-for-pull "~/Dropbox/MD/notes/org")
Second - Is there a way with Calendar Sync to send certain agenda items
to one calendar and other items to another calendar? Like "Work" vs
"Personal"?
Unfortunately we don't support that yet, but we do have an open issue<https://github.com/matburt/mobileorg-android/issues/206> on
the issue tracker.
Henning
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
mobileorg-android on behalf of Henning Weiss
2013-04-24 21:25:23 UTC
Permalink
Hi,

On Wed, Apr 24, 2013 at 9:43 PM, Mark Dwyer via mobileorg-android <
Post by Mark Dwyer via mobileorg-android
Hi Henning,
Thanks for this reply. While it does not show up in my .emacs file, I do
have org-mobile-files set to org-agenda-files.
I cannot find the variable org-mobile-agendas in my emacs. If I type F1 v
org-mobile-agendas, I get
org-mobile-creating-agendas's value is nil
If I type M-x set-variable, emacs does not recognize either
org-mobile-agendas or org-mobile-creating-agendas as a variable.
When I type M-x org-customize, I cannot find either of these variables. I
cannot find either of them in the org manual.
Maybe I need to define a customized agenda view? I just wanted to show the
standard weekly view to show up in MobileOrg.
Thanks again.
- Mark
I'm not sure, but upgrading your org-mode package to a newer version might
solve the problem. The one shipped with Emacs (especially Emacs 23) is
usually somewhat out of date.

Henning
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...