Hi Kyle,
You are right. When running emacs without my personal config things work as
described in the manual. I should have verified that first.
My best,
Julian
Kyle Meyer writes:
> Julian M. Burgos writes:
>
>> I have not noticed that org-tree-to-indirect-buffer
>> reuses the indirect buffe
It seems, something goes a bit wrong. However it is rather confusion
than anything really broken.
Maybe everybody uses helm, ivy, etc., so nobody is affected.
Usually I jump from one note to another heading with C-u C-c C-j
(org-goto interface with target completion). I have not setup helm or
I want to be able to
+ create a Org link to specific pages of a PDF. I've managed to
accomplish this by setting the following value.
#+begin_src emacs-lisp :results silent
(setq org-file-apps
'(("\\.pdf::\\([0-9]+\\)\\'" . "zathura -P %1 %s")))
#+end_src
The following links open the PD
Hi Bastien,
"Bastien" writes:
> FWIW I do confirm that any help is welcome! Nobody is ever "too
> late" in volunteering for maintaining an ob-* file.
I'm very comfortable with various SQLs and RDBMSs, but my elisp
could still use some work. I'll see what I can do.
Thanks,
Andy K
"Kyle Meyer" writes:
> While I of course can't speak for Bastien (and am not sure what
> this thread involved behind the scenes here), it doesn't appear
> that anyone volunteered for ob-sql. And regardless any help
> would be greatly appreciated.
Perfect. I'll see what I can do.
> Fwiw he
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_src
>
> The following link must
Hi Jeremie,
> Many thanks for this package. It seems like a better way all together
> to manipulate python output.
I don't disagree, at least when it comes to handling dataframes.
This is because ob-reticulate makes the block actually executed with
ob-R.el instead of ob-python.el. R has better b
Hi Bastien,
I'm willing to volunteer to maintain ob-sqlite.el. I think like Andy, I
have some work to do to get up to speed on my elisp but I'm comfortable
enough with sqlite itself.
As far as I'm aware my copyright process has been finalized as well.
Thanks,
Nick
On 10/26/20 4:07 AM, Basti
On Wed, Feb 3, 2021 at 5:45 AM Kyle Meyer wrote:
>
> Allen Li writes:
>
> > This is a patch adding a query function when exiting Emacs, warning the
> > user if there is a running clock. This is useful for preventing the
> > user from accidentally leaving dangling clocks. I have had success
> > u
Hi Rodrigo,
Rodrigo Morales writes:
> I want to be able to
>
> + create a Org link to specific pages of a PDF. I've managed to
> accomplish this by setting the following value.
> [ ... ]
> + create a Org link to specific pages of a PDF and highlight a given
> string.
A possible alternative,
idk if thi will help buit a fwe not3es. just in case they are
relevant to your case.
fwiw i have not heard of interactions between org-goto and the refile
mechanism and the cache. i hafve not heard that the latter used a
cache but i do not use it. refile with and withoyut the goto prefix
should
11 matches
Mail list logo