Re: [O] Spurious interpretation

2015-06-22 Thread Fabrice Popineau
2015-06-22 21:14 GMT+02:00 Nicolas Goaziou : > Hello, > > Fabrice Popineau writes: > > > Is there a way to prevent that? > > Set `org-list-allow-alphabetical' to nil, which is the default, or use > Oops! > a non-breaking space, e.g., M.\nbsp{}Pierre Dupont blah blah.. This one is cool. Than

Re: [O] Is it possible to embed tag search as a link?

2015-06-22 Thread Jay Dresser
> > Piotr Isajew yahoo.com> writes: > > > > > > Hi, > > > > what I'm looking for is a link format that, when C-c C-o'ed, > > opens agenda "match query" view for custom query which arguments > > are specified in the link. I.e.: > > > > org-search://+work-boss-TODO="DONE" > > > > I am aware of

Re: [O] sip: links

2015-06-22 Thread briangpowell .
Cool, what do you do with "xmpp:"? On Mon, Jun 22, 2015 at 11:02 AM, Christian Thaeter wrote: > > > On 2015-06-22 11:27, Michael Strey wrote: > > > On So, 2015-06-21, Christian Thaeter wrote: > > > > [...] > > > > > looks good, I'll use that instead of my hack. > > > > Look out for bugs. It's o

Re: [O] ox-koma-letter.el: subtree vs buffer, precedence of properties, superscript transcoding

2015-06-22 Thread Rasmus
Hi Myles, Thanks for your report. Myles English writes: > 1) subtree scope export results differently than buffer scope export It seems changes set in properties are not registered as changes in the file cf. 2. Thus, some fields you'd like to get after the LCO file aren't detected as changed.

Re: [O] Tangling #+Results block?

2015-06-22 Thread Joon Ro
> > See: > > http://orgmode.org/manual/Noweb-reference-syntax.html#Noweb-reference-syntax > I have read that documentation several times - I cannot believe I missed that. Thank you very much.

Re: [O] Tangling #+Results block?

2015-06-22 Thread Charles C. Berry
On Mon, 22 Jun 2015, Joon Ro wrote: I found the following thread, and tried to follow it, but it did not work: https://lists.gnu.org/archive/html/emacs-orgmode/2010-11/msg00390.html See: http://orgmode.org/manual/Noweb-reference-syntax.html#Noweb-reference-syntax From: joon...@outlook.com T

[O] ox-koma-letter.el: subtree vs buffer, precedence of properties, superscript transcoding

2015-06-22 Thread Myles English
Hello, I have noticed some strange things about koma letter exports (current git master 329683). 1) subtree scope export results differently than buffer scope export 2) a signature specified in the subtree property does not take precedence in subtree export 3) superscripts on the dates beha

Re: [O] [PATCH] org-clone-subtree-with-time-shift: Accept 0 clones

2015-06-22 Thread Nicolas Goaziou
Kyle Meyer writes: > Thanks. Updated. Applied, with a minor tweak on tests so they don't fail on non-English systems. Thank you. Regards,

Re: [O] Spurious interpretation

2015-06-22 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > This will be specific to the French language. > I was a bit amused by the following. > Assume I start a paragraph with: > > M. Pierre Dupont blah blah blah... > > Exporting this paragraph to LaTeX results in > > \begin{enumerate} > \item Pierre Dupont blah blah

[O] how to make org-blank-before-new-entry distinguish between a TODO list and a text outline?

2015-06-22 Thread Jay Dixit
http://emacs.stackexchange.com/questions/13311/make-org-blank-before-new-entry-distinguish-between-a-todo-list-and-a-text-outli I posted this question on stackexchange, but no response yet. Does anyone here have any ideas? Like many of us, I use org-mode for two different things: 1. As a TODO lis

Re: [O] Tangling #+Results block?

2015-06-22 Thread Joon Ro
I found the following thread, and tried to follow it, but it did not work: https://lists.gnu.org/archive/html/emacs-orgmode/2010-11/msg00390.html From: joon...@outlook.com To: emacs-orgmode@gnu.org Date: Sun, 21 Jun 2015 21:40:17 -0700 Subject: [O] Tangling #+Results block? Is it possible to ta

Re: [O] [PATCH] org-clone-subtree-with-time-shift: Accept 0 clones

2015-06-22 Thread Kyle Meyer
Nicolas Goaziou wrote: >> -(if (not (and (integerp n) (> n 0))) >> +(if (not (and (integerp n) (>= n 0))) >> (user-error "Invalid number of replications %s" n)) > > Nitpick: (unless (wholenump n) (user-error ...)) Thanks. Updated. >From fe596d7d9a2687f8f553997e2a75fe40f1424ef3 Mon S

[O] org-version N/A when using git subtree

2015-06-22 Thread Johan Sandblom
This is off topic, or at least the first paragraph is, but I don't know where else to ask ... I maintain a private git repo where the org-mode git repo is included. I use it on several machines, both windows and linux, and also on a stick which I can use on the terribly restricted and firewall

Re: [O] helm-bibtex questions

2015-06-22 Thread Titus von der Malsburg
Here is my CV in org-mode: https://gist.github.com/tmalsburg/96084ba82281937c26b7 It’s a pretty straightforward org document except for one thing: the key to making this work was biblatex which can be used to create several lists of references filtered according to keywords, author, etc. Thi

Re: [O] Filters lost after reviving buried, sticky agenda

2015-06-22 Thread Subhan Michael Tindall
> -Original Message- > From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org > [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On > Behalf Of Daimrod > Sent: Sunday, June 21, 2015 9:11 PM > To: Daniel Borchmann > Cc: emacs-orgmode@gnu.org > Subject: Re: [O] Filters

Re: [O] sip: links

2015-06-22 Thread Christian Thaeter
On 2015-06-22 11:27, Michael Strey wrote: > On So, 2015-06-21, Christian Thaeter wrote: > > [...] > > > looks good, I'll use that instead of my hack. > > Look out for bugs. It's one of my very first emacs-lisp hacks. > > > I've a minor ideas to add: > > > > Instead just append the telephone

Re: [O] tentative patch Re: commit found, was: Re: ECM for: issues with publishing to LaTeX using #INCLUDE

2015-06-22 Thread Robert Klein
Hello, On Mon, 22 Jun 2015 10:37:26 +0200 Nicolas Goaziou wrote: > Robert Klein writes: > > > I now used git bisect for both my current minimal setup (.emacs > > attached as .femacs and the files ~/ot/1.org, ~/ot/2.org, and > > ~/ot/3.org all three having the contents of the attached file 1.or

Re: [O] helm-bibtex questions

2015-06-22 Thread Xebar Saram
Hi John a bit off topic, but do you also write your academic CV in orgmode or lateX? in anycase would you mind sharing your org/latex CV template? it would be helpful as a starting point for me if thats possible. kind regards and thanks so much in advance Z On Sun, Jun 21, 2015 at 9:40 PM, John

Re: [O] Filters lost after reviving buried, sticky agenda

2015-06-22 Thread Nick Dokos
Daimrod writes: > It doesn't work at startup when agenda hasn't been built yet. The > following patch does seem to fix that. If it's ok, I can push it. > > From d2e8fef81585c249f33fa37260f6228709a67017 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Gr=C3=A9goire=20Jadi?= > Date: Fri, 12 Jun 2015 17:

[O] Spurious interpretation

2015-06-22 Thread Fabrice Popineau
This will be specific to the French language. I was a bit amused by the following. Assume I start a paragraph with: M. Pierre Dupont blah blah blah... Exporting this paragraph to LaTeX results in \begin{enumerate} \item Pierre Dupont blah blah blah... \end{enumerate} Is there a way to prevent t

Re: [O] Is it possible to embed tag search as a link?

2015-06-22 Thread Jay Dresser
Piotr Isajew yahoo.com> writes: > > > Hi, > > what I'm looking for is a link format that, when C-c C-o'ed, > opens agenda "match query" view for custom query which arguments > are specified in the link. I.e.: > > org-search://+work-boss-TODO="DONE" > > I am aware of org-protocol which can be

Re: [O] sip: links

2015-06-22 Thread Michael Strey
On So, 2015-06-21, Christian Thaeter wrote: [...] > looks good, I'll use that instead of my hack. Look out for bugs. It's one of my very first emacs-lisp hacks. > I've a minor ideas to add: > > Instead just append the telephone number to the end of the > dial command one could use (org-replace

Re: [O] tentative patch Re: commit found, was: Re: ECM for: issues with publishing to LaTeX using #INCLUDE

2015-06-22 Thread Nicolas Goaziou
Robert Klein writes: > I now used git bisect for both my current minimal setup (.emacs > attached as .femacs and the files ~/ot/1.org, ~/ot/2.org, and > ~/ot/3.org all three having the contents of the attached file 1.org) > and the setup and project I first encountered the issue. I still cannot

Re: [O] Why navigating in Org mode is so slow in overview mode?

2015-06-22 Thread Sebastien Vauban
Gregor Zattler writes: > * Nicolas Goaziou [17. Jun. 2015]: >> Gregor Zattler writes: >>> I would like to help but need help myself on how to produce >>> profiler reports. >> >> M-x profiler-start >> >> Do something slow >> >> M-x profiler-report > > Thanks, this seemed rather easy and I open

Re: [O] [PATCH] org-clone-subtree-with-time-shift: Accept 0 clones

2015-06-22 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > From 37a917e4f7e4d2c05355735ab08f1f555b9dc942 Mon Sep 17 00:00:00 2001 > From: Kyle Meyer > Date: Sun, 21 Jun 2015 21:46:54 -0400 > Subject: [PATCH] org-clone-subtree-with-time-shift: Accept 0 clones Thank you for the patch. > -(if (not (and (integerp n) (> n 0

Re: [O] another example of org being slow, with some analysis

2015-06-22 Thread Jacob Nielsen
Nick Dokos writes: > Eric S Fraga writes: > >> On Friday, 19 Jun 2015 at 08:19, Daniel Bausch wrote: >> >> [...] >> >>> Line 6000 is indeed quite "lame". I have similar problems like Eric. A >>> table recalculation at line 43868 takes about a minute at my quite fast >>> machine. I also tracke