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 dire
> 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-wi
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 remindi