Vedang Manerikar

Results 64 issues of Vedang Manerikar

I would find this functionality very useful. I see that `avy` already has support for actions other than `goto`, but it's in the `avy-dispath-alist` and there is no way to...

Commit Message: If this option is set to t, `org-brain-goto` will also narrow the entry buffer to only show the entry, using `org-narrow-to-subtree`. This is useful to only focus on...

Fixes the problem where changing local parents (using `M r` - `org-brain-refile`) always causes a backtrace. I don't know why the entry is nil in the first place, which is...

Copying my commit messages here: ## Add a note to an org-brain entry Add a key-binding to directly trigger adding notes to the current entry in org-brain. This makes it...

As of this writing, `pdf-tools` can be directly installed from MELPA on the following operating systems : - debian-10 (compilation testing automated via Dockerfile) - debian-11 (compilation testing automated via...

help wanted
compatibility and installation

In d63a1e7d87f9b0a19209f2eeb170bcf64612aa2f, @JunyuanChen fixed a long standing compilation warning by replacing `tempnam` with `mkstemp` in `epdfinfo`. However, the `mkstemp` implementation does not work correctly on MS Windows (probably because the...

help wanted
MSWindows
macOS
compatibility and installation
Linux

Copying my comment from #92 for @Pi-Cla > Hello @Pi-Cla ! > > I've merged the change in, but since you are an OpenSUSE user, can you please create one...

help wanted
good first issue

This change is enormously useful since it will catch any breakage in the `autobuild` scripts and potentially stop all the "cannot install pdf-tools on X" reports.

good first issue

The PDF tools Wiki at https://pdftools.wiki already has separate sections, but it might be useful to build similar structure in the source documentation as well. This might make it easier...

documentation

How to repro: Set `pdf-view-use-imagemagick` to `t` and try to load any PDF file. Discovered as part of #13

needs investigation