Re: [O] [PATCH] make 'org-at-date-range-p work like org-at-timestamp-p

2019-03-18 Thread Nicolas Goaziou
Hello, thu...@arcor.de (Thomas Plass) writes: > it's counter-intuitive that 'org-at-date-range-p doesn't work like > 'org-at-timestamp-p when point is on the leading bracket of a range. > Witness (^ = point) > > <2019-12-30 Mo 12:00> > ^ (org-at-timestamp-p)=> t > >

Re: [O] Archiving to a subtree

2019-03-18 Thread Nicolas Goaziou
Hello, Ken Mankoff writes: > I used to archive items to a subtree (in an archive file) using some > functions provided on this list back in 2014 [1]. I recently updated > Org and this code stopped working because the > 'org-extract-archive-file' function has been removed. This was commit >

Re: [O] [PATCH] ob-core: Add edit-prep in org-babel-make-language-alias

2019-03-18 Thread Nicolas Goaziou
Hello, Sebastian Miele writes: > --- > lisp/ob-core.el | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/lisp/ob-core.el b/lisp/ob-core.el > index fbeb46bb0..8168328de 100644 > --- a/lisp/ob-core.el > +++ b/lisp/ob-core.el > @@ -3135,7 +3135,8 @@ after the babel API

Re: [O] Missing documentation for #+macro: xxx (eval ...)

2019-03-18 Thread Nicolas Goaziou
Hello, Carlos Pita writes: >> just what the subject says. It seems an important feature to me but >> I'm unable to find any reference to it in >> https://orgmode.org/manual/Macro-replacement.html. >> > > Strangely I do find it here: > >

Re: [O] [ANN] Changes to link syntax

2019-03-18 Thread Nicolas Goaziou
Hello, stardiviner writes: > So I have to consider a safer and larger method to upgrade link. I can't > manually open every Org files and run linter on them. I already offered a function for replacing it in a file. You can wrap it within a `dolist' on `directory-files-recursively'. > (Maybe

[O] inelinetask tags not properly aligned when org-startup-indented

2019-03-18 Thread Alain . Cochard
Hello. This is a problem I faced when I switched from 9.1.14 to 9.2.2. I have the following minimal_file: (add-to-list 'load-path "~/Org/Coch-git/org-mode/lisp") (require 'org-inlinetask) ; (setq org-startup-indented t) I use emacs -Q -l minimal_file Then I visit a void org

Re: [O] Open drawers ...

2019-03-18 Thread Eric S Fraga
On Monday, 18 Mar 2019 at 18:26, Sharon Kimble wrote: > Is it possible to open all drawers of a file from one command please? > > Or to have them opened when the file is loaded up, either on restart > of emacs or be manually opened, please? Put #+startup: showeverything and all drawers will be

[O] Open drawers ...

2019-03-18 Thread Sharon Kimble
Is it possible to open all drawers of a file from one command please? Or to have them opened when the file is loaded up, either on restart of emacs or be manually opened, please? Thanks Sharon. -- A taste of linux = http://www.sharons.org.uk TGmeds = http://www.tgmeds.org.uk DrugFacts =

Re: [O] new links escaping mechanism causing some problems

2019-03-18 Thread Eric S Fraga
On Monday, 18 Mar 2019 at 14:48, Eric S Fraga wrote: > Hello all, > > Just a heads up as I haven't figure out what is happening yet. > > I use org-twbs to export my web pages from org. The problem was with ox-twbs which was assuming the old style org-link-escape version which took two

[O] new links escaping mechanism causing some problems

2019-03-18 Thread Eric S Fraga
Hello all, Just a heads up as I haven't figure out what is happening yet. I use org-twbs to export my web pages from org. I get an error when I try to do so now which I believe is related to the recent changes to org and escaping of links: Debugger entered--Lisp error:

[O] [PATCH] org-collector.el: Add support for formulas appending

2019-03-18 Thread Slava Barinov
* contrib/lisp/org-collector.el (org-dblock-write:propview): add :tblfm keyword parameter support This adds possiblity to append formula line to table which is useful in certain cases, especially during updates and recalculation of whole table. Signed-off-by: Slava Barinov ---

Re: [O] bug? 'org-ctrl-c-ctrl-c-final-hook not run

2019-03-18 Thread Marco Wahl
> On this note: is this list the proper channel to publish initial > versions of add-ons and solicit feedback? https://orgmode.org/worg/org-contribute.html says: You can submit Org add-ons – there are many Org add-ons. - The best way is to submit your code to the mailing list to