Re: [O] [PATCH] Remove restriction when locating markers

2014-06-15 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > * org-macs.el: Remove restriction when locating markers > > Allows org-with-point-at to locate point outside the current > restriction. Applied. Thank you. Regards, -- Nicolas Goaziou

[O] [PATCH] Remove restriction when locating markers

2014-06-14 Thread Bernt Hansen
* org-macs.el: Remove restriction when locating markers Allows org-with-point-at to locate point outside the current restriction. --- lisp/org-macs.el |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-macs.el b/lisp/org-macs.el index ddd6e2e..96265ec 100644 --