Re: [O] mimetype for orgmode files

2017-09-04 Thread Yasushi SHOJI
Hi, There is RFC 6648, which "deprecating the "X-" Prefix". So, it might be better to use "text/org". https://tools.ietf.org/html/rfc6648 -- yashi

Re: [O] mimetype for orgmode files

2017-09-04 Thread John Kitchin
Thanks for letting me know. I let the people at https://github.com/jshttp/mime-db/pull/82 know that. It looks like org might be registered as a mimetype now. Bastien Guerry writes: > Hi John, > > John Kitchin writes: > >> Let me know the url to that note when you update

Re: [O] disable execute script/program query

2017-09-04 Thread John Kitchin
You are looking for this page: http://orgmode.org/manual/Code-evaluation-security.html#Code-evaluation-security Just set org-confirm-shell-link-function and org-confirm-elisp-link-function to nil. John --- Professor John Kitchin Doherty Hall A207F Department of

[O] disable execute script/program query

2017-09-04 Thread kevinbanjo
Hi: Is there any way to disable the yes/no query every time you click on a link that executes a shell script or elisp command? I haven't been able to locate a custom variable or anything.

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-09-04 Thread Adam Porter
"Loris Bennett" writes: > I didn't know about this function either. Is it correct that the org > parts of 'org-plus-contrib' shadow the whole of 'org', e.g. > > ... > /home/loris/.emacs.d/elpa/org-plus-contrib-20170828/org hides >

[O] link recognition in orgmode

2017-09-04 Thread John Kitchin
With this definition of a link in org-9: #+BEGIN_SRC emacs-lisp (org-link-set-parameters "test" :follow (lambda (path) (message "check"))) #+END_SRC #+RESULTS: Should both of these be "linkfied"? I would have expected the first one to be, but not the second one. It seems like the "test:rtree"

Re: [O] Time-Event-Diagrams

2017-09-04 Thread edgar
Message: 7 Date: Tue, 29 Aug 2017 10:22:01 +0100 Subject: Re: [O] Time-Event-Diagrams Message-ID: <874lsq4tl2@yandex.com> #+name: whentable | When | How many | |--+--| | [2016-11-17 Thu] |3 | | [2016-11-23 Wed] |4 | | [2016-12-10 Sat] |

[O] org-agenda-skip-function does not find inherited tags

2017-09-04 Thread Adrian Bradd
Hello, I have the following custom agenda command: (setq org-agenda-custom-commands '(("ww" "Work 2 day view" ((agenda "" ((org-agenda-files '("~/tmp/tmp.org")) (org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp ":@work:"))

Re: [O] DEADLINE ignored?

2017-09-04 Thread Eric S Fraga
On Monday, 4 Sep 2017 at 12:08, Pdj wrote: > Hello, I am observing this (funky?) behavior: > in the agenda, the deadline seems to be identified only if it > immediately follows the headline, and it is ignored otherwise. > Am I missing something? Thank you, Paolo. You are not missing something.

[O] DEADLINE ignored?

2017-09-04 Thread Pdj
Hello, I am observing this (funky?) behavior: in the agenda, the deadline seems to be identified only if it immediately follows the headline, and it is ignored otherwise. Am I missing something? Thank you, Paolo. 1) DEADLINE is identified and used. ** TODO Phone call DEADLINE: <2017-09-06

Re: [O] org --> odt with math

2017-09-04 Thread Rasmus
Uwe Brauer writes: > Hi > > Using org (git version) GNU emacs 26 on Ubuntu 14.04, > following > http://orgmode.org/manual/Working-with-LaTeX-math-snippets.html#fn-2 > I have set > (setq org-latex-to-mathml-convert-command > "/usr/bin/latexmlmath \"%i\"

Re: [O] [maint bug, org-clock.el] org-time-string-to-seconds

2017-09-04 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> There’s bug in maint that made it into Org v9.0.10 via commit >> 7e241af591df15d2b7587648ed2342ae3a5d0e5b. In org-clock.el, the v9.1 >> signature of ‘org-time-string-to-seconds’ has made it into >>

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-09-04 Thread Loris Bennett
Kaushal Modi writes: > On Fri, Sep 1, 2017, 10:49 PM Adam Porter wrote: > > Kaushal Modi writes: > > > M-x list-load-path-shadows will also help. Pay attention to shadows on org > packages. > > Wow, I did not know about