thank you!
[i am still using 2 releases ago because i can't make an mwe for
capture gratuitously inserting blank lines. but still.]
Hello,
stardiviner writes:
> I found a simple and better solution to replace those. I use =rg (ripgrep)= to
> search you mentioned escape characters "%20 %25 %5B %5D". I then use =wgrep=
> on
> results. I spend pretty long time to processing all links. There are about
> 4
> links matched.
Hello,
stardiviner writes:
> For example, I have following Org content:
>
> #+begin_src org
> ,*** TODO Figwheel [0/1]
>
> - [ ] https://www.youtube.com/watch?v=yUTxm29fjT4 :: I built a
> Figwheel-inspired, hot code reloading experience for Clojure, with an eye
> towards #datascience hacking
Hello,
Roland Everaert writes:
> Since a few weeks, the following template didn't work anymore.
>
> (setq org-capture-templates
> `(("b" "Add url to bookmarks DB" entry (file+headline
> "~/org/private/bookmarks.org" "URLs")
> "** %i\n" :immediate-finish t))
> )
>
> Anytime I e
That looks different than what I see in org 9.2.1, if it has changed
then it might be a bug indeed.
What I see is:
(default-directory
(or (and dir (file-name-as-directory (expand-file-name dir)))
default-directory))
I think :mkdirp is only for tangling
)
Anytime I execute it I got this error:
org-capture: Capture template ‘b’: Template is not a valid Org entry or tree
Org-mode and Emacs version
Org mode version 9.2.3 (9.2.3-elpa @ /home/roland/.emacs.d/elpa/org-20190402/)
GNU Emacs 26.1 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.22.30
> Now that add-function sets indent-line-function to a custom closure,
> however, (advice--cd*r indent-line-function) no longer returns
> indent-relative and the workaround breaks.
I think this qualifies as a problem in nadvice: the ad-hoc closure
introduced to "redirect to the default-value" shou
I'm not an advanced lisper so I hate to say "this seems like it should be
easy" - it isn't for me. But while playing around with the default archive
behavior (C-c C-x C-a OR C-c C-x C-s?), I notice that ":ARCHIVE_OLPATH:
Testing/SomeTest Archive Project" is include in the archived item. So Org
appe