Org, org-contacts, and carddav/Nextcloud upload
I'm still looking for options to upload contact data from Org to Nextcloud. I've gotten org-caldav to successfully push calendar events, so contacts is the next issue. I've looked at options like BBDB and vdirsyncer, but I don't really want to do bi-directional sync and I value having my data directly in Org. Any suggestions? Experiences? -- Russell Adamsrlad...@adamsinfoserv.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint:1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3
Re: Opening org Agenda whenever opening GNUs:
> I'd like to be able to have it split vertically, since it otherwise > obscures my view. How can I do that? I haven't tested this, but I think the following would accomplish what you want: (defun my-instant-agenda () (let ((org-agenda-window-setup 'current-window)) (select-window (split-window-horizontally)) (org-agenda-list nil)))
Re: noweb multiple block together
Hi Sebastian, On 2019-11-24 at 22:24 -08, Sebastian Miele wrote... > there is the possibility to give a common name to multiple blocks via > the header arg :noweb-ref. That works in the way you looking for. Yes this does what I want. I once knew but then forgot about this. Thank you for reminding me. -k.