Re: [PATCH] ol.el: Fixed typo

2020-08-01 Thread Kyle Meyer
Bassam Saeed writes: > Noticed the typo in org documentation and figured I'd send a patch. My > first contribution to org (and Emacs) so I hope I got everything right. Thanks! You got everything right. Applied (b395f0abf).

[PATCH] ol.el: Fixed typo

2020-08-01 Thread Bassam Saeed
-0400 Subject: [PATCH] ol.el: Fixed typo * lisp/ol.el (org-link-parameters): Fixed typo 'ar' to 'are' TINYCHANGE --- lisp/ol.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ol.el b/lisp/ol.el index 82fc69769..76a9aca2b 100644 --- a/lisp/ol.el +++ b/