(org-archive-subtree): remove erraneous `]' from character list.
;; Make the subtree visible
(show-subtree)
(org-end-of-subtree t)
- (skip-chars-backward " \t\r\n]")
+ (skip-chars-backward " \t\r\n")
(and (looking-at "[ \t\r\n]*")
(replace-match "\n\n")))
;; No specific heading, just go to end of file.
((fboundp 'tramp-handle-file-remote-p)
(tramp-handle-file-remote-p file))
((and (boundp 'ange-ftp-name-format)
- (string-match ange-ftp-name-format file))
+ (string-match (car ange-ftp-name-format) file))
t)
(t nil)))