Hello,
Alan Schmitt writes:
> Here is a new version of the patch, with some tests and a mention in
> ORG-NEWS.
Applied. Thank you.
I slightly modified the regexp used for the match (mainly removing
unnecessary match groups).
> I did not know if I should mention the ORG-NEWS change in the
> Ch
Hello,
Here is a new version of the patch, with some tests and a mention in
ORG-NEWS. I did not know if I should mention the ORG-NEWS change in the
Changelog (I did not).
Best,
Alan
From ea6fb4d8134b1708ae195a342b41de268453b470 Mon Sep 17 00:00:00 2001
From: Alan Schmitt
Date: Fri, 12 Dec 2014
Alan Schmitt writes:
> Would the following work as a regexp builder that allows arbitrary space
> and cookies between each word (making sure there is at least one)?
>
> #+begin_src emacs-lisp
> (defun org-heading-regexp-build (s)
> (let* ((sp (reverse (org-split-string s)))
You can ignore SP f
On 2015-01-12 23:56, Nicolas Goaziou writes:
> Alan Schmitt writes:
>
>> Should we assume the cookie is at the end of the headline or not?
>
> The cookie can be anywhere within the headline text.
>
>> I'd gladly do this, but to use the `org-element-map' function it seem
>> that I need a parse tr
Alan Schmitt writes:
> Should we assume the cookie is at the end of the headline or not?
The cookie can be anywhere within the headline text.
> I'd gladly do this, but to use the `org-element-map' function it seem
> that I need a parse tree. How can I get it? Or is it possible to use
> directly
On 2015-01-12 09:43, Nicolas Goaziou writes:
> Alan Schmitt writes:
>
>> I don't understand: won't you need the "[33%]" bit for an exact
>> search?
>
> A statistics cookie is a variable part. If it ever changes, all your
> links become invalid. It is better to simply ignore them (which is
> alre
Alan Schmitt writes:
> I don't understand: won't you need the "[33%]" bit for an exact
> search?
A statistics cookie is a variable part. If it ever changes, all your
links become invalid. It is better to simply ignore them (which is
already the case).
> Also, does ignoring whitespace mean repla
On 2015-01-11 23:00, Nicolas Goaziou writes:
> Alan Schmitt writes:
>
>> Here is an updated patch. I can push it or not, depending on the issue
>> below.
>
> Thanks. The patch is OK.
Great. I won't commit it, though, as I prefer to solve the space thing.
>> I have looked at the code and it wor
Alan Schmitt writes:
> Here is an updated patch. I can push it or not, depending on the issue
> below.
Thanks. The patch is OK.
> I have looked at the code and it works *very* differently. I think I can
> make the `org-export-resolve-fuzzy-link' take spaces into accounts for
> headlines, but I
Sorry for the delay in answering …
On 2014-12-20 23:15, Nicolas Goaziou writes:
>> -file:projects.org::*task title@r{heading search in Org file}
>> +file:projects.org::*task title@r{heading search in Org
>> file}@footnote{
>> +Headline searches always match the exact hea
Alan Schmitt writes:
> I'm fine with this. Here is the patch extended to take this into
> account, which is mostly deleting all the code that deals with headline
> match when `org-link-search-must-match-exact-headline' is nil.
Thanks. Some comments follow.
> -file:projects.org::*task title
On 2014-12-16 22:54, Nicolas Goaziou writes:
> I think "*headline" links should assume this variable is non-nil,
> notwithstanding its real value. Of course, a `query-to-create' value
> still makes sense.
>
> WDYT?
I'm fine with this. Here is the patch extended to take this into
account, which i
Alan Schmitt writes:
> On 2014-12-13 15:17, Nicolas Goaziou writes:
>
>> Also, `org-link-search-must-match-exact-headline' docstring could be
>> improved: "When nil, the link..." doesn't apply to "*headline" type
>> paths.
>
> As I was writing this, I experimented a little. It seems that, for
>
On 2014-12-13 15:17, Nicolas Goaziou writes:
> Also, `org-link-search-must-match-exact-headline' docstring could be
> improved: "When nil, the link..." doesn't apply to "*headline" type
> paths.
As I was writing this, I experimented a little. It seems that, for
"*headline" links, the following a
Alan Schmitt writes:
> So you are correct the footnote applies to the text search. However, I
> think is also applies to the headline search (as suggested by the second
> line of the snippet). In other words, if I search for
>
> file:projects.org::*Headline
>
> with `org-link-search-must-match-
Hello,
On 2014-12-12 18:29, Nicolas Goaziou writes:
> Hello,
>
> Alan Schmitt writes:
>
>> I think the footnote in
>> http://orgmode.org/manual/External-links.html#fn-1 is in the wrong
>> place, it should be on the next line.
>>
>> Here is a patch to fix it. If you prefer I can push it directly
Hello,
Alan Schmitt writes:
> I think the footnote in
> http://orgmode.org/manual/External-links.html#fn-1 is in the wrong
> place, it should be on the next line.
>
> Here is a patch to fix it. If you prefer I can push it directly
> myself.
I think the current documentation is correct. Only
Hello,
I think the footnote in
http://orgmode.org/manual/External-links.html#fn-1 is in the wrong
place, it should be on the next line.
Here is a patch to fix it. If you prefer I can push it directly myself.
From 4f3ccb3531744fb57d2b26a7844daf54e034e38f Mon Sep 17 00:00:00 2001
From: Alan Schmit
18 matches
Mail list logo