Thank you. I will get back to creating the patch this weekend and will
include your suggested change.
Best regards,
-- Piyush.
Nicolas Goaziou writes:
> Hello,
>
> Piyush Srivastava writes:
>
>> In the current org mode version (release_9.1.13), when a named cell
>> formula is stored using C
Hi all,
Inspired by a post on Reddit, which was inspired by the Organized plugin
for the Atom editor, I came up with this:
https://github.com/alphapapa/org-sidebar
This package presents a helpful sidebar view for Org buffers. At the top
is a chronological list of scheduled and deadlined tasks i
For posterity: I have answered to the messages on this thread elsewhere.
Thanks!
-
ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the
NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!
15GB disk! No ba
Hello.
I run
emacs -Q -l ~/tmp/scr.emacs
The file ~/tmp/scr.emacs contains
(add-to-list 'load-path "~/.emacs.d/elpa/org-20180521/")
(setq org-agenda-files '("~/tmp/bug-agenda.org"))
(global-set-key "\C-ca" 'org-agenda)
(find-file "~/tmp/bug-agenda2.org") ;; <- empty file
The