emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

org-macs ignoring stock functionality


From: Sam Steingold
Subject: org-macs ignoring stock functionality
Date: Mon, 19 Nov 2018 09:13:23 -0500

Hi
I do not use org, but it
accidentally(https://emacs.stackexchange.com/a/46083/795) came to my
attention that org-macs.el duplicates some emacs stock functionality:

1. org-split-string - ignores split-string-default-separators; can
probably be simplified to (split-string string separators nil t)
2. org-current-line - can be replaced with line-number-at-pos
3. org-goto-line - can be replaced with goto-line

Shouldn't these functions be obsoleted? (cf org-compat)

Thanks.

-- 
Sam Steingold <http://sds.podval.org> <http://www.childpsy.net>
<http://steingoldpsychology.com>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]