-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agenda views already configured in Org mode should be transfered to MobileOrg #1
Comments
Link into the specification document do not work as expected.
@abradd are you aware of this dicussion? |
I was not aware, thanks for letting me know. I agree that implementing this would not be an easy task. Do you have an ideas for how to implement agenda views in MobileOrg itself? In my mind, the way I saw this working was to import the existing agenda views from a configuration file and have them translated to whatever internal mechanism MobileOrg uses for generating agendas. The translation itself would still be a significant amount of work though. I am not against discarding this feature if it seems too burdensome. It was really more of a nicety than a must have feature. |
Maybe we should provide the org-mode default agendas in an iOS L&F way. From the org-mode documentation:
I've never customised my agenda in org-mode. Therefore I'm unsure what we would probably miss. Could you provide some examples of your customised agendas? If we would implement git-sync we would not be restricted by org-mobile.el. How would we attach the agenda-configuration which is in emacs.el (right?) to the org-files then? In a way that it is not too troublesome for the user? |
This is one of my custom agendas, it is actually a block agenda so it presents both an agenda and a tags-todo beneath it seprated by a line. I see this type of setup fairly frequently when people filter for things not covered by the org-agenda builtins. Namely, I define the org-agenda-skip function to skip headings based on a regexp. Also checkout Custom agenda views and Block agendas. I would assume most people have their org-custom-agenda-commands in their emacs.el, though I don't think there is a strict requirement for that to be the case. I'm not sure what you mean by attaching agenda-configuration to the org-files? |
Thank you, that helps a lot.
If we want to reuse the agenda configuration made in emacs, we would need a way to transfer them to MobileOrg. org-mobile.el could of course be extended to achieve that. But if we would also support git then there might be a problem. |
I would like to disregard this requirement because it would complicate the architecture if we would foresee this as a future feature.
The text was updated successfully, but these errors were encountered: