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
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
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 ?
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
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
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
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
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
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
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:
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
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\
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
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\
14 matches
Mail list logo