Re: [O] [PATCH] org-mobile: Tiny fix in creating index.org file

2015-06-28 Thread Nicolas Goaziou
Sergey Gordienko gordien...@gmail.com writes: * lisp/org-mobile.el (org-mobile-create-index-file): Eliminate cloning of `#+READONLY' property in the `index.org' file. A sublists of `org-todo-keywords' don't need to contain the `|'. Applied. Thank you. Regards,

[O] [PATCH] org-mobile: Tiny fix in creating index.org file

2015-06-26 Thread Sergey Gordienko
* lisp/org-mobile.el (org-mobile-create-index-file): Eliminate cloning of `#+READONLY' property in the `index.org' file. A sublists of `org-todo-keywords' don't need to contain the `|'. TINYCHANGE --- lisp/org-mobile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[O] [PATCH] org-mobile: Tiny fix in creating index.org file lisp/org-mobile.el (org-mobile-create-index-file): - eliminate cloning of #+READONLY property in the index.org file; - org-todo-keywords d

2015-06-25 Thread Sergey Gordienko
--- lisp/org-mobile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 2c13802..293de79 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -439,14 +439,14 @@ agenda view showing the flagged items. (if

Re: [O] [PATCH] org-mobile: Tiny fix in creating index.org file lisp/org-mobile.el (org-mobile-create-index-file): - eliminate cloning of #+READONLY property in the index.org file; - org-todo-keywor

2015-06-25 Thread Nicolas Goaziou
Hello, Sergey Gordienko gordien...@gmail.com writes: --- lisp/org-mobile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Thank you for the patch. Did you sign FSF papers? If you didn't, could you add TINYCHANGE at the end of the commit message? Regards, -- Nicolas Goaziou