Re: [O] Problem with docview

2013-05-11 Thread Marvin Doyley
Your suggestion worked. Adding doc-view-mode-maybe to the auto-mode-alist rendered my pdf automatically. I really appreciate your help. Cheers M

Re: [O] Problem with docview

2013-05-11 Thread Nick Dokos
Nick Dokos writes: > Marvin Doyley writes: > >> I just updated to a newer version of emacs, which now solved the >> problem. The only remaining issue is that I have to manually switch >> to doc-view-mode to view the pdf. Is there away to do this >> automatically ? >> > > AFAIK, this happens aut

Re: [O] Problem with docview

2013-05-11 Thread Nick Dokos
Marvin Doyley writes: > I just updated to a newer version of emacs, which now solved the > problem. The only remaining issue is that I have to manually switch > to doc-view-mode to view the pdf. Is there away to do this > automatically ? > AFAIK, this happens automagically (but I don't know wha

Re: [O] Problem with docview

2013-05-11 Thread Marvin Doyley
Hi Nick, I just updated to a newer version of emacs, which now solved the problem. The only remaining issue is that I have to manually switch to doc-view-mode to view the pdf. Is there away to do this automatically ? Thanks M

Re: [O] Problem with docview

2013-05-11 Thread Nick Dokos
Marvin Doyley writes: > Debugger entered--Lisp error: (error "Invalid image file name `nil'") > signal(error ("Invalid image file name `nil'")) > error("Invalid image file name `%s'" nil) > image-type(nil png nil) > create-image(nil png nil :pointer arrow) > apply(create-image nil png

Re: [O] Problem with docview

2013-05-11 Thread Marvin Doyley
Hi Nick, I tried what you suggested, but the problem still persists. Here the backtrace Debugger entered--Lisp error: (error "Invalid image file name `nil'") signal(error ("Invalid image file name `nil'")) error("Invalid image file name `%s'" nil) image-type(nil png nil) create-image(nil

Re: [O] Problem with docview

2013-05-11 Thread Nick Dokos
Marvin Doyley writes: > I tried this, but no luck. I am using emacs 24.3.1 on the > mac. Doc-view is included included in this version of emacs, will this > conflict with org-docview ? > Not sure what "this" is: What exactly did you try? In any case, org-docview is the implementation of links

Re: [O] Problem with docview

2013-05-11 Thread Marvin Doyley
Hi Nick, I tried this, but no luck. I am using emacs 24.3.1 on the mac. Doc-view is included included in this version of emacs, will this conflict with org-docview ? cheers M

Re: [O] Problem with docview

2013-05-10 Thread Nick Dokos
Marvin Doyley writes: > I am trying to link to a specific page in a pdf file using > org-docview.  For example, I have a org file with the following header > > ** [[docview:~/Desktop/2013_test.pdf::3][Digital modulation notes]] > > However, when I double click on the link I get the following erro

[O] Problem with docview

2013-05-10 Thread Marvin Doyley
I am trying to link to a specific page in a pdf file using org-docview. For example, I have a org file with the following header ** [[docview:~/Desktop/2013_test.pdf::3][Digital modulation notes]] However, when I double click on the link I get the following error Invalid image file name `nil'