On 03/03/2021 05:36, Kyle Meyer wrote:
Rodrigo Morales writes:
[...]
+ create a Org link to specific pages of a PDF and highlight a given
string.
#+begin_src emacs-lisp :results silent
(setq org-file-apps
'(("\\.pdf::\\([0-9]+\\)::\\([^:]+\\)\\'" . "zathura -P %1 -f %2 %s")))
#+end_s
Discussion of the original patch:
https://orgmode.org/list/4b51d104.9090...@jboecker.de/T/#u
https://lists.gnu.org/archive/html/emacs-orgmode/2010-01/msg00450.html
https://orgmode.org/list/4bb9c078.9050...@jboecker.de/
The patch may make it a little easier to break things by
misconfiguring org-f
Hi everyone,
See the attached patch. It is a small change to reduce code duplication
between ob-sql.el and ob-sqlite.el by reusing org-babel-sql-expand-vars
as suggested by the FIXME in ob-sqlite.el.
Thanks,
Nick
>From 849a1b7417b39abbf0aeb1b241e890470e4111cd Mon Sep 17 00:00:00 2001
From:
On 2021-02-28 04:06, Russell Adams wrote:
The stumbling point for me has been exporting to my mobile
phone. I'm fine with a one way sync from my BBDB/Org solution to the
phone, but I feel like I never found a good option.
Please share what you find works for you.
I never got further than readi
On 03/03/2021 09:31, Juan Manuel Macías wrote:
(start-process-shell-command "zathura" nil (concat "zathura "
clean-path
" -P "
On 2021-03-01 01:20, Julien Cubizolles wrote:
I'm clocking the time spent on daily tasks like email and for that I
have a "Daily Routine" TODO entry. Clocking in this task adds a new
clock line everyday, leading to a very populated CLOCK drawer. I'd
like to limit its size by either a maximum numb
Hi Maxim
Thanks for your advice, which I appreciate very much.
Maxim Nikulin writes:
> On 03/03/2021 09:31, Juan Manuel Macías wrote:
>> (start-process-shell-command "zathura" nil (concat "zathura "
>>clean-path
>>
along lines of reducing logbook entries, i often want to reduce org
files, and i wonder if anybody already had the same desire.
here are some random ideas. my org files are so
large i might have written this list a few times
1) list links to duplicate headlines
2) list links to duplicate
Allen Li writes:
> Thanks for your feedback. I have addressed your comments. Please see
> the new patches.
Thanks. Pushed with a few modifications and a commit on top that adds a
NEWS entry.
1: 39422ba4a ! 1: 303e7c28e org-clock: Query when exiting with running clock
@@ Commit message
Jack Kamm writes:
> I also have an async implementation for ob-R that's ready after this is
> merged :)
It's a bit disappointing that only one babel user has tested this out
and provided feedback, but please feel free to merge this whenever you
think it's ready.
I'm very happy to leave the babel
Nick Savage writes:
> Hi everyone,
>
> See the attached patch. It is a small change to reduce code duplication
> between ob-sql.el and ob-sqlite.el by reusing org-babel-sql-expand-vars
> as suggested by the FIXME in ob-sqlite.el.
Thank you. Looks good, though I think it'd be nice to keep
org-b
Kyle Meyer writes:
> Stefan Monnier writes:
>
>> Since I'm not using it, I can't really test the result in any meaningful
>> way. Furthermore, just like `calendar.el`, it relies on dynamic scoping
>> and `eval` in all kinds of ways, so it's very difficult to be sure the
>> result is "sufficiently
12 matches
Mail list logo