Re: [O] Latex strikethrough or cancel?

2015-10-10 Thread Nick Dokos
Lawrence Bottorff writes: > Actually I spoke too soon. Putting > > (setq org-html-mathjax-template (concat org-html-mathjax-template " > > MathJax.Hub.Register.StartupHook(\"TeX Jax Ready\",function () { >   MathJax.Hub.Insert(MathJax.InputJax.TeX.Definitions.macros,{ >     cancel: [\"Extension\

[O] [wish] Execute preparation-function before getting base files

2015-10-10 Thread Arun Isaac
In org-publish-projects, it would be good if the preparation-function is executed before getting base files using org-publish-get-base-files. In one of my use cases, my preparation-function generates some source files which are then to be published by the publishing-function. But, since the base

Re: [O] Latex strikethrough or cancel?

2015-10-10 Thread Lawrence Bottorff
Actually I spoke too soon. Putting (setq org-html-mathjax-template (concat org-html-mathjax-template " MathJax.Hub.Register.StartupHook(\"TeX Jax Ready\",function () { MathJax.Hub.Insert(MathJax.InputJax.TeX.Definitions.macros,{ cancel: [\"Extension\",\"cancel\"], bcancel: [\"Extension\

Re: [O] Minning Org-files

2015-10-10 Thread Doyley, Marvin M.
Hi John, It works like a charm. Thank you so so so much cheers, M > On Oct 10, 2015, at 8:06 AM, John Kitchin wrote: > > sure, if you make an interactive function that takes a search argument. > Something like this > > (defun some-name (search-arg) > (interactive "sQuery: ") > ; insert code b

Re: [O] Minning Org-files

2015-10-10 Thread Doyley, Marvin M.
Awesome, I really appreciate this. I must teach myself how to code in lisp :) cheers, M > On Oct 10, 2015, at 8:06 AM, John Kitchin wrote: > > sure, if you make an interactive function that takes a search argument. > Something like this > > (defun some-name (search-arg) > (interactive "sQuery:

Re: [O] PROPERTIES and LOGBOOK order

2015-10-10 Thread John J Foerch
Marco Wahl writes: > Hello John, > > John J Foerch writes: > >> After a recent upgrade to org 8.3.2 (elpa 20150929) some of my org files >> were broken with respect to drawers. They include headlines that have >> both attachments in a PROPERTIES drawer, and a LOGBOOK drawer. >> Sometimes the LO

Re: [O] PROPERTIES and LOGBOOK order

2015-10-10 Thread Marco Wahl
Hello John, John J Foerch writes: > After a recent upgrade to org 8.3.2 (elpa 20150929) some of my org files > were broken with respect to drawers. They include headlines that have > both attachments in a PROPERTIES drawer, and a LOGBOOK drawer. > Sometimes the LOGBOOK was before PROPERTIES, an

Re: [O] [RFC] Draft mode

2015-10-10 Thread Nicolas Goaziou
Rasmus writes: > While I agree that options such as 't:·', '^:·', 'h:·' are bad, I think > 'barf:·' is nice. It's short and precise, much like 'num:·'. > > Something like 'barf-on-invalid-link' is very easy to mistype or forget. > And yes, I mostly type options by hand. Here's another take on t

[O] org-attach-directory

2015-10-10 Thread John J Foerch
Hello, I have a collection of org files in a git repository, and am using git-annex for attachments. I had an idea for a feature related to org-attach-directory that would improve the usability of git-annex in a case like this. Since all attachments from all org files in the repo go into the sam

[O] PROPERTIES and LOGBOOK order

2015-10-10 Thread John J Foerch
Hello, After a recent upgrade to org 8.3.2 (elpa 20150929) some of my org files were broken with respect to drawers. They include headlines that have both attachments in a PROPERTIES drawer, and a LOGBOOK drawer. Sometimes the LOGBOOK was before PROPERTIES, and sometimes the other way around. In

Re: [O] First steps in customizing org-mode

2015-10-10 Thread Thomas S . Dye
Giulio Petrucci writes: > Hi Eric, > > thanks for your reply. > > On Fri, Oct 9, 2015 at 6:02 PM, Eric Abrahamsen > wrote: >> Google's not the place to look! For once. One of the main principles of >> Emacs, and thus of Org mode, is that it is self-documenting. You'll get >> a better sense of

Re: [O] Minning Org-files

2015-10-10 Thread John Kitchin
sure, if you make an interactive function that takes a search argument. Something like this (defun some-name (search-arg) (interactive "sQuery: ") ; insert code below and change "TODO=\"DONE\"" to search-arg ) Doyley, Marvin M. writes: > Is there anyway of making the search term a variable ?

Re: [O] Exporter aborts upon encountering even one unresolvable link

2015-10-10 Thread D. C. Toedt
UPDATE: > I haven't tried org-lint yet ( http://steve.planetbarr.com/posts/2015-08-11-org-lint.html). > That requires building org from a separate branch in git. That makes me nervous -- > I'm a user, not a dev, and while I'm sort of familiar with git, it seems like yet another layer of complexit

Re: [O] First steps in customizing org-mode

2015-10-10 Thread Giulio Petrucci
Hi Eric, thanks for your reply. On Fri, Oct 9, 2015 at 6:02 PM, Eric Abrahamsen wrote: > Google's not the place to look! For once. One of the main principles of > Emacs, and thus of Org mode, is that it is self-documenting. You'll get > a better sense of what `org-agenda-custom-commands' does, a