Hi.
I just started using org-drill, which is seems pretty good.
One thing I noticed at first: are there a way to remove duplicates which
will inevitably be added into the file?
And/or: it's possible to sort all entries in org-file by, let's say, "**
English" heading?
I've something like...
==
Hi.
This question is probably boring as... so excuse me in advance!
I want to run org-mobile-pull command after I turn on org-mode in emacs.
I wrote this in emacs config:
(defun org-my()
(interactive)
(find-file "R:/Dropbox/orgmode/agenda.org")
(org-mobile-pull)
)
But org-mobile-pull can't work,