On February 7, 2017 3:39:47 AM GMT+05:30, David Diem wrote: >Hi all, > >on Android, is there a combination of either > >1.a. mobileorg >b. mobileorgNG > >on the one hand and > >2.a. APG >b. OpenKeyChain >c. GPG > >on the other, and > >3.a. :crypt: >b. header crypt comment > >in Emacs > >... that works for people here? > >I have tried all (combinations) over and over. > >Best wishes >David (on CyanogenMod 13 and Lineage 14 on a bacon (1+1)) > > >-------- Ursprüngliche Nachricht -------- >Von: emacs-orgmode-request@gnu.org >Gesendet: 6. Februar 2017 18:00:19 MEZ >An: emacs-orgmode@gnu.org >Betreff: Emacs-orgmode Digest, Vol 132, Issue 6 > >Send Emacs-orgmode mailing list submissions to > emacs-orgmode@gnu.org > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.gnu.org/mailman/listinfo/emacs-orgmode >or, via email, send a message with subject or body 'help' to > emacs-orgmode-request@gnu.org > >You can reach the person managing the list at > emacs-orgmode-owner@gnu.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Emacs-orgmode digest..." > > >Today's Topics: > > 1. Help checking orgcard.pdf (Kyle Meyer) > 2. Behavior of `org-show-entry' (Eric Abrahamsen) > 3. Re: Help checking orgcard.pdf (Kaushal Modi) > 4. Re: Help checking orgcard.pdf (Kyle Meyer) > 5. Re: Help checking orgcard.pdf (Kaushal Modi) > 6. Re: Help checking orgcard.pdf (Kyle Meyer) > 7. Re: Bug: org-agenda-only-exact-dates [9.0.4 (9.0.4-elpa @ > c:/Users/atamulis/.emacs.d/elpa/org-20170124/)] (Tamulis, Andrius) > 8. Re: Behavior of `org-show-entry' (Kyle Meyer) > 9. Re: Behavior of `org-show-entry' (Eric Abrahamsen) > 10. Re: Bug in clocktable report with formula % (Andreas Mueller) > 11. Re: Behavior of `org-show-entry' (Kyle Meyer) > 12. org-time-stamp, day format (Uwe Brauer) > 13. Re: Allowing multiple date trees in a single file > (Nicolas Goaziou) > 14. Re: Behavior of `org-show-entry' (Nicolas Goaziou) > 15. Re: Bug: org-agenda-only-exact-dates [9.0.4 (9.0.4-elpa @ > c:/Users/atamulis/.emacs.d/elpa/org-20170124/)] (Nicolas Goaziou) > 16. Re: Feature request: lists with letters (Rasmus) > 17. No priority cookies in html export despite setting pri:t > option (Gez) > 18. just saw this: orgzly code source available now on github > (Xebar Saram) > 19. Re: Sync up the org in emacs master to org maint branch? > (Phillip Lord) > 20. Re: just saw this: orgzly code source available now on github > (Kaushal Modi) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Sun, 05 Feb 2017 12:03:18 -0500 >From: Kyle Meyer >To: Org-mode >Subject: [O] Help checking orgcard.pdf >Message-ID: <8760koh8o9.fsf@kyleam.com> >Content-Type: text/plain; charset="us-ascii" > >Hello, > >On the maint branch, doc/orgcard.tex lists the Org version as 8.2. I'd >like to bump this to 9. > >It'd be helpful if a few people could look at a topic or two that they >are familiar with and report back about whether things look up-to-date. >The card on the website [*] is still stuck at 7.8.11, so I've attached >one built from the maint branch. > >Thanks. > >[*] http://orgmode.org/orgcard.pdf > >-------------- next part -------------- >A non-text attachment was scrubbed... >Name: orgcard.pdf >Type: application/pdf >Size: 118968 bytes >Desc: not available >URL: > >-------------- next part -------------- The data can be encrypted using :crypt: tag, saved in emacs. Then it can be synced to mobileorg, copied to clipboard and pasted into openkeychain to be decrypted. I guess you would consider it inconvenient. Is it necessary to use :crypt: mechanism, or would you be fine with whole file encryption? I've been using this for some time : 1. Capture in mobileorg. Sync. 2. In openkeychain, open the mobileorg.org file, encrypt it. 3. Save this encrypted mobileorg.org.gpg file in dropbox. 4. On the computer where dropbox client is running, use inotify to detect change in mobileorg.org.gpg. When change is detected - a script automatically runs steps 5-9 below : 5. Decrypt the file to mobileorg.org. 6. Run org-mobile-pull 7. Run org-mobile-push 8. Zip up all org files. 9. Encrypt the zip, store in dropbox. 10. In mobile, within 2-3 minutes, dropbox is ready with the encrypted zip. Decrypt using openkeychain, unzip. (AndroZip has a handy one step unzip). 11. Mobileorg sync. I side step dropbox when at home, directly using LAN copy to the computer using Estrongs file explorer, but rest of the steps remain similar. Probably someone has a simpler suggestion than this. Thanks Bingo