Re: [O] Allow #+SETUPFILE to point to an URL for the org file

2017-06-13 Thread Kaushal Modi
On Tue, Jun 13, 2017 at 5:32 PM Nicolas Goaziou wrote: > > I have attached the revised patch. > > LGTM. Thank you for the work! > Yay! Pushed to master. Thanks for the super reviews. It was a great learning experience. -- Kaushal Modi

Re: [O] Moving and resetting attachments

2017-06-13 Thread Nicolas Goaziou
Hello, Florian Lindner writes: > What is the use of (and org-attach-allow-inheritance t)? Doesn't it always > returns org-attach-allow-inheritance? It return nil if `org-attach-allow-inheritance' is nil, t otherwise. In particular, if `org-attach-allow-inheritance' is set

Re: [O] Allow #+SETUPFILE to point to an URL for the org file

2017-06-13 Thread Nicolas Goaziou
> I have attached the revised patch. LGTM. Thank you for the work! Regards,

Re: [O] agenda tags-todo (was Re: [PATCH] Make `org-tags-view' stop setting globally `org--matcher-tags-todo-only')

2017-06-13 Thread Nicolas Goaziou
Hello, Christian Lynbech writes: > Is there a way in the new system to make a custom agenda that will only > include todos in not-done states, without having to add those states > explicitly to the tags-todo search command? See (info "(org) Matching tags and properties"),

[O] agenda tags-todo (was Re: [PATCH] Make `org-tags-view' stop setting globally `org--matcher-tags-todo-only')

2017-06-13 Thread Christian Lynbech
I assume the change is this one: commit 942b6267a09e167ad3a546e83205601aa5c0704e Author: Nicolas Goaziou Date: Tue Apr 18 11:55:27 2017 +0200 org-agenda: `tags-todo' command type includes DONE keywords I was rather fond of the old

[O] test-org-colview.el: Fix an expected result in test-org-colview/columns-summary

2017-06-13 Thread hunglun o
Hi, some tests in test-org-colviews.el fail. If this patch is acceptable, I will send more to fix the other failed test cases. Let me know if I understand the test intent of this failed test case correctly. Below is a summary from my patch: * lisp/test-org-colview.el

Re: [O] Allow #+SETUPFILE to point to an URL for the org file

2017-06-13 Thread Kaushal Modi
Hi Nicolas, Thanks for one more round of detailed feedback. I have attached the revised patch. On Tue, Jun 13, 2017 at 8:43 AM Nicolas Goaziou wrote: > It should be something like > > * lisp/org.el (org--file-cache): New variable > (org-reset-file-cache): >

Re: [O] Allow #+SETUPFILE to point to an URL for the org file

2017-06-13 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I have attached the same patch with one more test; rebased to master. Great. Thank you. > * lisp/org.el (org--file-cache): New internal variable to store > downloaded files' cache. > > * lisp/org.el (org-reset-file-cache): New function to

Re: [O] Small error in documentation in org-element

2017-06-13 Thread Nicolas Goaziou
Hello, "Somelauw ." writes: > I found a small error in the documentary in org-element.el > On line 32, it says "An element always starts and ends at the > beginning of a line." > This is not completely accurate. > > Take the following example > > - foe > > Here we have an

Re: [O] Best book to get from novice to guru?

2017-06-13 Thread Nikolay Kudryavtsev
The answer - all of them are good. Emacs and Org manuals are available from inside of Emacs with every installation. They describe out-of-box capabilities of Emacs and Org respectively. Ideally you want to skimp through them, so you'd understand what's available. Then you can reference them

Re: [O] Moving and resetting attachments

2017-06-13 Thread Florian Lindner
Am 10.06.2017 um 09:36 schrieb Nicolas Goaziou: > Hello, > > Florian Lindner writes: > >> Ok, my new version is here. It should be able to replace >> org-attach-set-directory > > Thank you. Comments follow. > >> Some questions about the code >> >> * Is that the correct

Re: [O] Moving and resetting attachments

2017-06-13 Thread Florian Lindner
Am 10.06.2017 um 09:36 schrieb Nicolas Goaziou: > Hello, > > Florian Lindner writes: > >> Ok, my new version is here. It should be able to replace >> org-attach-set-directory > > Thank you. Comments follow. > >> Some questions about the code >> >> * Is that the correct

Re: [O] How to get rid of first line indent?

2017-06-13 Thread Birnle
Thank you, Marcin, In fact, rectangle deletion doesn’t work since the text has over 700 header lines that are not indented. But replace-regexp works. Best, Birnle On 13 Jun 2017, at 5:21, Marcin Borkowski wrote: On 2017-06-12, at 23:42, Birnle wrote: Thank you, John, for

Re: [O] Best book to get from novice to guru?

2017-06-13 Thread Eric S Fraga
On Tuesday, 13 Jun 2017 at 02:00, Birnle wrote: > Which book (or books) do I have to read / work through to get from > Emacs/Org novice to (almost) guru? Which is/are the best in your > opinion? Much of emacs, including the various subsystems (gnus, org, calc, ...) is documented via the info

Re: [O] How to get rid of first line indent?

2017-06-13 Thread Eric S Fraga
On Monday, 12 Jun 2017 at 16:14, Birnle wrote: > But I’ve read that it is possible to directly export to Markdown – > that is the format I usually work with. By exporting an Org mode file > these unnecessary spaces should be erased. I just have to figure out > how to export to Markdown from Org