Re: [O] Problem while spell-checking an Org document

2019-07-05 Thread Shérab
Hello!

Many thanks for your prompt response!

Bingo (2019/07/04 22:31 +0530):
> I don't think there is any provision for expanding subtrees with errors. But 
> you could :
> 1. Go to next/previous error using flyspell's functions.
> 2. Org-reveal to see what is there. Typical key binding is C-c C-r.

I will experiment with these solutions, thanks!

I have to say I am kind of surprised that people do not seem to
encounter this issue and I am thus wondering what their workflow is.

One possibility would be that org-mode sets up a hook to expand all the
subtrees prior to running the spellcheck and then restores the
previous state once spell checking is done. Would this seem reasonable?
And if so, would it seeem a doable thing?

Thanks,

Shérab.



Re: [O] pdf files with openwith only, and only this.

2019-07-05 Thread Joseph Vidal-Rosset
Dear Tim, John and Colin,

You are right Tim, for Gnus, the solution to my problem was here :

https://www.emacswiki.org/emacs/MimeTypesWithGnus

and here:

https://lists.gnu.org/archive/html/info-gnus-english/2016-04/msg2.html

But I just realize that Gnus gives the choice to open "internally", or
"externally"... :S

Best wishes and many thanks for your very kind help,

Jo.

Le ven. 5 juil. 2019 à 01:16, Tim Cross  a écrit :
>
>
> Joseph Vidal-Rosset  writes:
>
> > Le   jeu.   07/04/19   juil.   2019à   07:44:08   ,   John   Kitchin
> >  a envoyé ce message:
> >> I don't think org-ref is responsible, except that it installs pdf-tools. 
> >> When I click on a link like
> >> [[./2019-07-04.pdf]] it opens in acrobat for me.
> >>
> >> I don't have anything fancy
> >> org-file-apps is a variable defined in `org.el'.
> >> Its value is
> >> ((auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default)
> >>  ("\\.pdf\\'" . default))
> >>
> >> which I guess means on osx that it gets opened with "open".
> >>
> >> It looks like you can do this
> >>
> >> #+BEGIN_SRC emacs-lisp
> >> (setf (cdr (assoc "\\.pdf\\'" org-file-apps)) "evince %s")
> >> #+END_SRC
> >>
> >> to make it open in evince.
> >
> > Dear John,
> >
> > Thanks for  your reply. In  fact my problem is  only at the  moment with
> > pdf links  in gnus, not  in usual org files.  (Maybe I should  switch for
> > mu4e, but I  hesitate and I would be  happy to find a tutorial  to do it
> > with gmail.)
> >
> > Ihavesolvedtemporarilythe   problemwitheimp:
> > https://emacs.stackexchange.com/questions/2433/shrink-zoom-scale-images-in-image-mode
> >
> > and the pdf in emacs are now more easily readable for me.
> >
> > Best wishes, and again, to Colin and to you, many thanks.
>
> My guess is the problem is with doc-view mode and possibly guns setup. I
> had a similar issue some years back, but cannot quite remember how I
> resolved it. My problem was that I had elisp I wrote which would use
> external viewers for various document types (e.g. word doc, pdf, etc),
> but when I tried to use it, Emacs would jump in the middle and use
> docView mode to display it inside emacs itself.
>
> From memroy, the basic fix was to turn off doc-view-mode (posibly check
> out the customization group). With respect to gnus (and other mailers),
> most of them include some sort of variable which sets which mime types
> can be displayed internally. If you don't want to completely disable
> doc-view-mode, you should be able to change this setting to say that
> PDFs are tro be displayed externally using whatever program is
> associated with that mime type.
>
> hth
>
> Tim
>
> --
> Tim Cross
>