Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
969ef2b7
Commit
969ef2b7
authored
Sep 29, 2006
by
Carsten Dominik
Browse files
(org-file-remote-p): Get regexp from list.
(org-archive-subtree): remove erraneous `]' from character list.
parent
86cc4a71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/textmodes/org.el
lisp/textmodes/org.el
+2
-2
No files found.
lisp/textmodes/org.el
View file @
969ef2b7
...
...
@@ -4569,7 +4569,7 @@ this heading. "
;; 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.
...
...
@@ -9816,7 +9816,7 @@ on the system \"/user@host:\"."
((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)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment