Re: [O] html-email in org-mode

2016-11-04 Thread Matt Price
John, I'm moving this over to this thread because I think my issues with htmlize-and-send might not be because of any errors in my setup. When I use John's htmlize-and-send, or any similar function, to attempt to send an html email from org-mode, I get an error from message-send: "Message already

Re: [O] Bug: Org Capture with Concatenated filenames [9.0 (9.0-elpa @ .emacs.d/elpa/org-20161102/)]

2016-11-04 Thread Kaushal Modi
I am on phone, but the link I pasted had an example. Here's another example: https://www.reddit.com/r/emacs/comments/5b3mtr/slug/d9llo30 You just need to wrap the sexp in (lambda () . ). On Fri, Nov 4, 2016, 6:45 PM Klarre N wrote: > Thanks for the quick answer! > Oh I see, could you pleas

Re: [O] Bug: Org Capture with Concatenated filenames [9.0 (9.0-elpa @ .emacs.d/elpa/org-20161102/)]

2016-11-04 Thread Klarre N
Thanks for the quick answer! Oh I see, could you please provide an example how to write such a function wrapper (I am new to Elisp)? I defined several variables to directories where I have org-files, and capture to one or more files in those directories, for example: (defvar logs "path-to-logs/") t

Re: [O] Bug: Org Capture with Concatenated filenames [9.0 (9.0-elpa @ .emacs.d/elpa/org-20161102/)]

2016-11-04 Thread Kaushal Modi
Hi Klarre, The org 9.0 release had deprecated use of S-exps in org-capture-templates. That, though, went undocumented. So for now, that deprecation is reverted on the main branch and moved to the master/dev branch. http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=f5645675a336d8f56fa9e6bd63832b

[O] Bug: Org Capture with Concatenated filenames [9.0 (9.0-elpa @ .emacs.d/elpa/org-20161102/)]

2016-11-04 Thread Klarre N
Hi, concatenated filenames for org-capture templates no longer works (since 9.0). ECM: (setq org-default-notes-file "absolute-path/default.org") (defvar absolute "absolute-path/" "Path to Desired directory.") (setq org-capture-templates '( ("e" "Example" entry (file+headline (concat absol

Re: [O] Bug: Archive to Datetree [8.3.6 (8.3.6-6-g194e51-elpa @ .emacs.d/elp

2016-11-04 Thread Klarre N
Hi again, apologies, my intention was to reply to my original post: https://lists.gnu.org/archive/html/emacs-orgmode/2016-10/msg00148.html When archiving to datetree: (setq org-archive-location "file.ext::datetree/") ECM: * Minimal Example ** DONE 1: One Empty Line After CLOSED: [2016-06-28 T

Re: [O] Release 9.0

2016-11-04 Thread FAb
On 11/04/2016 12:53 PM, Matt Price wrote: > One more thank you -- I went through the changelog and man there is a > lot of new stuff. Always a thrill. Thanks folks. > Thank you very much! FAb

Re: [O] Bug: Repeated tasks not shown from org-timeline [9.0 (9.0-dist @ c:/wlin/.emacs-lisp/org/lisp/)]

2016-11-04 Thread Nicolas Goaziou
Hello, Warren Lynn writes: > With a simple org file of just one entry as below: > > * TODO A weekly task > SCHEDULED: <2016-11-04 Fri +1w> > > If I run org-timeline, I expect to see this task show up on every > Friday. But only one line is in the timeline, for "2016-11-04" > only. This behavio

Re: [O] ORG-NEWS entry about discontinuing use of s-exps in org-capture-templates?

2016-11-04 Thread Kaushal Modi
Awesome! Thanks for the quick action. On Fri, Nov 4, 2016 at 12:45 PM Nicolas Goaziou wrote: > I reverted the commit in maint, and applied it again in master, with > a proper ORG-NEWS entry. > > Thank you for the heads-up. > > Regards, > > -- > Nicolas Goaziou > -- Kaushal Modi

Re: [O] Release 9.0

2016-11-04 Thread Eric Abrahamsen
John Kitchin writes: > I posted some examples of the new link capabilities in org 9.0 here: > http://kitchingroup.cheme.cmu.edu/blog/2016/11/04/New-link-features-in-org-9/ This is great, thanks for the blog writeup! Does anyone know if it's possible to have the :complete function also return th

Re: [O] ORG-NEWS entry about discontinuing use of s-exps in org-capture-templates?

2016-11-04 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > As of this commit ( > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=5485170263a46fa17db67b0324c4c4e48bcdfe49 > ), S-exps are no longer allowed in org-capture-templates. > > Can this be added to ORG-NEWS? > > I had stumbled across this when this commit was made

Re: [O] [PATCH] org-agenda.el Correct :inherit on org-agenda-fontify-priorities

2016-11-04 Thread Nicolas Goaziou
Hello, Renato Ferreira writes: > Fixes "Invalid face attribute/reference" errors > > * lisp/org-agenda.el (org-agenda-fontify-priorities): generates correct > :inherit face property. > > --- > lisp/org-agenda.el | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lisp/org

[O] ORG-NEWS entry about discontinuing use of s-exps in org-capture-templates?

2016-11-04 Thread Kaushal Modi
Hello, As of this commit ( http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=5485170263a46fa17db67b0324c4c4e48bcdfe49 ), S-exps are no longer allowed in org-capture-templates. Can this be added to ORG-NEWS? I had stumbled across this when this commit was made back in June. Some people are now

[O] Bug: Repeated tasks not shown from org-timeline [9.0 (9.0-dist @ c:/wlin/.emacs-lisp/org/lisp/)]

2016-11-04 Thread Warren Lynn
With a simple org file of just one entry as below: * TODO A weekly task SCHEDULED: <2016-11-04 Fri +1w> If I run org-timeline, I expect to see this task show up on every Friday. But only one line is in the timeline, for "2016-11-04" only. This behavior will make user have doubts when checking a

Re: [O] [PATCH] org-agenda.el Correct :inherit on org-agenda-fontify-priorities

2016-11-04 Thread Renato Ferreira
Fixes "Invalid face attribute/reference" errors * lisp/org-agenda.el (org-agenda-fontify-priorities): generates correct :inherit face property. --- lisp/org-agenda.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 7ee721a..68e8

Re: [O] [PATCH] org-agenda.el Correct :inherit on org-agenda-fontify-priorities

2016-11-04 Thread Nicolas Goaziou
Hello, Renato Ferreira writes: > When using: > (setq org-agenda-fontify-priorities 'cookies) > (setq org-priority-faces '((65 . "#FF9393") (66 . "#CC9393") (67 > . "#AC7373") (68 . "#7C4343"))) > > (org-agenda-fontify-priorities) generates an (:inherit nil ...) face > alist, which ultimately (i

[O] version dependent org-links

2016-11-04 Thread John Kitchin
@neurolit suggested this approach for org-version dependent links in the mu4e repo. I should have thought of that too! Its totally robust. (if (fboundp 'org-link-set-parameters) (org-link-set-parameters "mu4e" :follow #'org-mu4e-open :store #'org-mu4e-store-li

[O] transitioning links defined in packages from pre org-9 to org-9

2016-11-04 Thread John Kitchin
Hi, I am working through a transition from org8 to org9, and trying to figure out how to update packages that define links in way that doesn't break people not ready to update org. For example, in mu4e there is an mu4e link defined that needs to be updated so I can store links in emails. Also, org

Re: [O] Release 9.0

2016-11-04 Thread John Kitchin
I posted some examples of the new link capabilities in org 9.0 here: http://kitchingroup.cheme.cmu.edu/blog/2016/11/04/New-link-features-in-org-9/ They are pretty phenomenal! John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Car

Re: [O] Release 9.0

2016-11-04 Thread Matt Price
One more thank you -- I went through the changelog and man there is a lot of new stuff. Always a thrill. Thanks folks.

Re: [O] Release 9.0

2016-11-04 Thread Julian M. Burgos
Thanks to everyone for the continuous development of org-mode! I wish I will learn enough emacs-lips to be able to contribute myself. In the mean time, kudos! All the best, Julian Bastien Guerry writes: > Hi all, > > Org 9.0 is out! See the release notes here: > > http://orgmode.org/Changes.ht

[O] [PATCH] org-agenda.el Correct :inherit on org-agenda-fontify-priorities

2016-11-04 Thread Renato Ferreira
When using: (setq org-agenda-fontify-priorities 'cookies) (setq org-priority-faces '((65 . "#FF9393") (66 . "#CC9393") (67 . "#AC7373") (68 . "#7C4343"))) (org-agenda-fontify-priorities) generates an (:inherit nil ...) face alist, which ultimately (i can't trace specifically where) causes a lot of

[O] Unable to access the org-mode ELPA repo

2016-11-04 Thread Roland Everaert
Hi, I am using emacs on a Windows 7 machine at work. I have decided, today, to switch to ELPA to install org-mode (or any other package), but I am totally unable to configure emacs properly to reach the repositories. I have the following errors when emacs starts or when I ask emacs to refresh the

Re: [O] after latest git update get error: "Evaluation of this emacs-lisp code-blockis disabled."

2016-11-04 Thread Xebar Saram
Ok after sending this i saw Johns solution (deleting org plus dir and reinstall) which worked for me best Z On Fri, Nov 4, 2016 at 9:10 AM, Xebar Saram wrote: > Hi all > > after latest git update i get the following error when i try to eval code > blocks: > "Evaluation of this emacs-lisp code-

Re: [O] v9.0 running babel blocks

2016-11-04 Thread Nicolas Goaziou
Hello, John Kitchin writes: > I get this message on trying to run an elisp block. > > Evaluation of this emacs-lisp code-blockis disabled. > > > There are two issues: > 1. there is a missing space between block and is (and maybe code-block > should not be hyphenated) in org-babel-check-evaluate

[O] after latest git update get error: "Evaluation of this emacs-lisp code-blockis disabled."

2016-11-04 Thread Xebar Saram
Hi all after latest git update i get the following error when i try to eval code blocks: "Evaluation of this emacs-lisp code-blockis disabled." i cant seem to find via google any recent changes. this is my current relevant conf: ;; enable prompt-free code running (setq org-confirm-babel-evaluate