Re: [O] [ANN] Add EXPORT_FILE_NAME keyword

2016-12-21 Thread Nicolas Goaziou
Hello, Charles Millar writes: > However, I tried to export a subheading with, e.g. > #+EXPORT_FILE_NAME: /foo/baz, > and > the result is /foo/bar.pdf, not /foo/baz.pdf Where does "bar" come from? > This is not the same result that using the PROPERTIES construct in >

[O] sending an email to an orgmode file?

2016-12-21 Thread Xebar Saram
Hi im looking for a simple solution that will allow me to send an email from my mobile phone and habr that email either be appended to a txt(org) file or perhaps another solution to get my mobile on the go notes onto my laptop orgmode file. i tried orgzly and mobile org but i would prefer a

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Christian Wittern
On 12/21/2016 05:07 AM, Karl Voit wrote: I got the tipp of creating «~/.emacs.d/elpa/org-3101/org-pkg.el» with: (define-package "org" "3101" "Dummy org mode package" 'nil) And this simulates the fulfilled dependency so that my git version of Org-mode is the only one installed (besides

Re: [O] Make fails on Git (c130b2e)

2016-12-21 Thread Marco Wahl
Thanks! William Denton writes: > I just pulled the source and ran make, and it failed here: > > Done (Total of 115 files compiled, 3 skipped) > make[2]: Leaving directory '/usr/local/src/org-mode/lisp' > make[1]: Leaving directory '/usr/local/src/org-mode/lisp' > make -C doc

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Phillip Lord
Karl Voit writes: > * Phillip Lord wrote: >> Karl Voit writes: >> >>> I got the tipp of creating «~/.emacs.d/elpa/org-3101/org-pkg.el» >>> with: >>> (define-package "org" "3101" "Dummy org mode package" 'nil) >>

Re: [O] [ANN] Add EXPORT_FILE_NAME keyword

2016-12-21 Thread Nicolas Goaziou
Hello, Charles Millar writes: > Hi again, > > > On 12/21/2016 04:32 AM, Nicolas Goaziou wrote: >> Hello, >> >> Charles Millar writes: >> >> >>> However, I tried to export a subheading with, e.g. >>> #+EXPORT_FILE_NAME: /foo/baz, >>> and >>> the result

Re: [O] how to convert/normalize plain footnotes into [fn:] ones

2016-12-21 Thread Nicolas Goaziou
Hello, Gerald Wildgruber writes: > I'm trying to convert older orgmode documents which have plain, > "[1]"-like footnotes into the newer "[fn:]" format. > > Can this be done automatically? You could use `query-replace-regexp' a.k.a. C-M-%. > Nicolas mentions

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Phillip Lord
Karl Voit writes: > * Eric Abrahamsen wrote: >> >> Actually, I have a third: the plain old Org package from the >> package repos, because I've installed other packages that require >> it. (Another gripe: why isn't the loading of a file containing

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Karl Voit
* Phillip Lord wrote: > Karl Voit writes: > >> I got the tipp of creating «~/.emacs.d/elpa/org-3101/org-pkg.el» >> with: >> (define-package "org" "3101" "Dummy org mode package" 'nil) > > > You could probably do something with

Re: [O] [ANN] Add EXPORT_FILE_NAME keyword

2016-12-21 Thread Charles Millar
Hi again, On 12/21/2016 04:32 AM, Nicolas Goaziou wrote: Hello, Charles Millar writes: However, I tried to export a subheading with, e.g. #+EXPORT_FILE_NAME: /foo/baz, and the result is /foo/bar.pdf, not /foo/baz.pdf Where does "bar" come from? I was not clear.

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Karl Voit
* Christian Wittern wrote: > On 12/21/2016 05:07 AM, Karl Voit wrote: >> I got the tipp of creating «~/.emacs.d/elpa/org-3101/org-pkg.el» >> with: >> (define-package "org" "3101" "Dummy org mode package" 'nil) >> >> And this simulates the fulfilled dependency so that

Re: [O] sending an email to an orgmode file?

2016-12-21 Thread Richard Lawrence
Hi Xebar, Xebar Saram writes: > im looking for a simple solution that will allow me to send an email from > my mobile phone and habr that email either be appended to a txt(org) file > or perhaps another solution to get my mobile on the go notes onto my laptop > orgmode file.

Re: [O] [ANN] Add EXPORT_FILE_NAME keyword

2016-12-21 Thread Thomas S. Dye
Nicolas Goaziou writes: > >> Similar to ~:EPORT_FILE_NAME:~ property, this keyword allows the user >> to specify the name of the output file upon exporting the document. >> This also has an effect on publishing (or "This also effects >> publishing." > > Of course. Thank you. IMO, the alternative

Re: [O] how to convert/normalize plain footnotes into [fn:] ones

2016-12-21 Thread Gerald Wildgruber
Hi Nicolas, thanks: I had actually tried that already and came up with the following regex: \([^ ]\)\(\[\)\([0-9]\) --> \1\2fn:\3 i.e. three groupings: 1) no whitespace, 2) "[" and 3) a number, and then introducing "fn:" between "[" and the number: but it is not perfect, as it still gives

Re: [O] how to convert/normalize plain footnotes into [fn:] ones

2016-12-21 Thread Nicolas Goaziou
Hello, Gerald Wildgruber writes: > I had actually tried that already and came up with the following regex: > > \([^ ]\)\(\[\)\([0-9]\) --> \1\2fn:\3 > > i.e. three groupings: 1) no whitespace, 2) "[" and 3) a number, and then > introducing "fn:" between "[" and the

Re: [O] heading specific fast keys?

2016-12-21 Thread John Kitchin
Thanks for the idea. It got me to read how org does it in the first place ;) Here is my solution at the moment. I just add a hook to org-speed-command-hook, define special elfeed fast keys, and then when on an ELFEED entry, get those first. This is proof of concept code that works, and defaults

[O] Org-moblie-push

2016-12-21 Thread Matthew Pritchard
I am on a Mac running emacs 25.1.1 with org 9.0.2 I am trying to configure mobile org. When I enter M-x org-mobile-push it returns nothing. What is the problem?

[O] heading specific fast keys?

2016-12-21 Thread John Kitchin
I wondered if anyone know a straight forward way to make heading-specific fast keys in org-mode. The idea is if I am on a heading that is a "contact" (which means it has an EMAIL property), then there would be special hot keys for it, e.g. "e" would compose a message, "u" might open a URL if it

Re: [O] heading specific fast keys?

2016-12-21 Thread Cook, Malcolm
> -Original Message- > From: Emacs-orgmode [mailto:emacs-orgmode- > bounces+mec=stowers@gnu.org] On Behalf Of John Kitchin > Sent: Wednesday, December 21, 2016 2:18 PM > To: emacs-orgmode@gnu.org > Subject: [O] heading specific fast keys? > > I wondered if anyone know a

Re: [O] sending an email to an orgmode file?

2016-12-21 Thread Eric S Fraga
On Wednesday, 21 Dec 2016 at 17:18, Richard Lawrence wrote: [...] > In my own setup, I've settled on just making it easy to linking to an > email from a new TODO entry. This is a very general mechanism that > works well for me, even though it is not completely automatic. I > describe my setup

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Christian Wittern
On 12/21/2016 10:25 PM, Karl Voit wrote: * Christian Wittern wrote: On 12/21/2016 05:07 AM, Karl Voit wrote: I got the tipp of creating «~/.emacs.d/elpa/org-3101/org-pkg.el» with: (define-package "org" "3101" "Dummy org mode package" 'nil) And this simulates the

[O] how to convert/normalize plain footnotes into [fn:] ones

2016-12-21 Thread Gerald Wildgruber
Hi, I'm trying to convert older orgmode documents which have plain, "[1]"-like footnotes into the newer "[fn:]" format. Can this be done automatically? In https://lists.gnu.org/archive/html/emacs-orgmode/2015-12/msg00435.html Nicolas mentions "org-footnote-normalize" which would turn old