[O] Archive to weektree?

2017-04-08 Thread Lisa Brandt
Hi, I know it's possible to archive to a datetree like so: > (setq org-archive-location "~/org/test.org::datetree/") When I tried this using "weektree" instead, it did not work; the entry was placed in the correct file, but as a top-level heading. Is it possible to do this? --

Re: [O] org-mobile-push needs a visible frame ?

2017-04-08 Thread Ian Dunn
Bingo writes: > Hi, > > I see that when there is an emacs server without a visible frame, > > emacsclient --eval "(org-mobile-push)" , gives the error : > > *ERROR*: Unknown terminal type > > Only when there is a visible frame does org-mobile-push succeed. Is there a >

[O] Org-babel for sending emails

2017-04-08 Thread Giri Prashanth
Hi, Is there a dedicated org-babel for composing and sending emails from org-mode ? I know that a entire org-mode file could be sent as email by exporting with org-mime, but I was wondering if there exist some package to have message mode for org-babel, like the following: #+BEGIN_SRC message

Re: [O] How to obtain the headline level from org-element-at-point

2017-04-08 Thread John Kitchin
There is nothing in that function that limits it to level 2 headings. The only way you would not get the property is if you are on the level one heading. It will not look down into the subheading for the property. Jeremie Juste writes: > Hello, > > Thanks for the reply. >> what do you mean it

Re: [O] How to obtain the headline level from org-element-at-point

2017-04-08 Thread John Kitchin
what do you mean it only considers level 1 headlines? It seems to work on all headlines for me. The email subject doesn't seem related to the body you can get the level like this. (org-element-property :level (org-element-at-point)) John --- Professor John

[O] How to obtain the headline level from org-element-at-point

2017-04-08 Thread Jeremie Juste
Hello, Interleave-mode https://github.com/rudolfochrist/interleave, is a very convenient tool for writing notes in associated with pdf. It uses org-mode for this purpose. I recently noticed that in the case where I want to write notes for multiple pdf in a singlie org file, I have to use the

[O] Babel + sh + sessions

2017-04-08 Thread Ken Mankoff
Hi Org-Mode list, I'm having trouble running babel shells with nested applications with sessions. A simple MWE is that this works: #+BEGIN_SRC sh :results verbatim :eval no-export echo "bash" octave disp("Octave") #+END_SRC And if you add ":session BashOctave" to the header, it does not work.

[O] ox-md and ox-leanpub

2017-04-08 Thread Sam Halliday
Hi all, I am starting to write a CC BY-SA 4.0 textbook and I want to be able to write it in org-mode and publish it on leanpub. I have hit some problems. I install org-mode on emacs 25.1 from http://orgmode.org/elpa/ like this (use-package org :ensure org-plus-contrib :defer t) (require