* PPTX link: Open with PowerPoint on Mac @ 2019-09-27 9:42 Nathan Neff 2019-09-27 9:45 ` Takaaki Ishikawa 0 siblings, 1 reply; 5+ messages in thread From: Nathan Neff @ 2019-09-27 9:42 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 408 bytes --] Hello all, I have a simple path in org-mode /Users/nate/some_pptx.pptx When I press C-c C-o it opens the file in binary mode in Emacs. A path to a PDF will actually open the file with the associated program: /Users/nate/some_png.png -> Opens in Preview when I press C-c C-o How can I get emacs / org to open pptx files in the same fashion as if I had double-clicked using Finder on Mac? Thanks, --Nate [-- Attachment #2: Type: text/html, Size: 611 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PPTX link: Open with PowerPoint on Mac 2019-09-27 9:42 PPTX link: Open with PowerPoint on Mac Nathan Neff @ 2019-09-27 9:45 ` Takaaki Ishikawa 2019-09-27 10:50 ` Nathan Neff 0 siblings, 1 reply; 5+ messages in thread From: Takaaki Ishikawa @ 2019-09-27 9:45 UTC (permalink / raw) To: Nathan Neff; +Cc: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 672 bytes --] I think you may have to put “file+sys:/“ before your path. For example: file+sys://Users/nate/some_pptx.pptx Best, Takaaki > On Sep 27, 2019, at 18:42, Nathan Neff <nathan.neff@gmail.com> wrote: > > Hello all, > > I have a simple path in org-mode > > /Users/nate/some_pptx.pptx > > When I press C-c C-o it opens the file in binary mode in Emacs. > > A path to a PDF will actually open the file with the associated program: > /Users/nate/some_png.png -> Opens in Preview when I press C-c C-o > > How can I get emacs / org to open pptx files in the same fashion as if I had > double-clicked using Finder on Mac? > > Thanks, > --Nate [-- Attachment #2: Message signed with OpenPGP --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PPTX link: Open with PowerPoint on Mac 2019-09-27 9:45 ` Takaaki Ishikawa @ 2019-09-27 10:50 ` Nathan Neff 2019-09-27 10:57 ` Nathan Neff 0 siblings, 1 reply; 5+ messages in thread From: Nathan Neff @ 2019-09-27 10:50 UTC (permalink / raw) To: Takaaki Ishikawa; +Cc: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 854 bytes --] On Fri, Sep 27, 2019 at 4:45 AM Takaaki Ishikawa <takaxp@ieee.org> wrote: > I think you may have to put “file+sys:/“ before your path. > > For example: file+sys://Users/nate/some_pptx.pptx > Thank you Takaaki very much! This worked great! > > Best, > Takaaki > > > On Sep 27, 2019, at 18:42, Nathan Neff <nathan.neff@gmail.com> wrote: > > > > Hello all, > > > > I have a simple path in org-mode > > > > /Users/nate/some_pptx.pptx > > > > When I press C-c C-o it opens the file in binary mode in Emacs. > > > > A path to a PDF will actually open the file with the associated program: > > /Users/nate/some_png.png -> Opens in Preview when I press C-c C-o > > > > How can I get emacs / org to open pptx files in the same fashion as if I > had > > double-clicked using Finder on Mac? > > > > Thanks, > > --Nate > > [-- Attachment #2: Type: text/html, Size: 1579 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PPTX link: Open with PowerPoint on Mac 2019-09-27 10:50 ` Nathan Neff @ 2019-09-27 10:57 ` Nathan Neff 2019-09-29 1:33 ` Takaaki Ishikawa 0 siblings, 1 reply; 5+ messages in thread From: Nathan Neff @ 2019-09-27 10:57 UTC (permalink / raw) To: Takaaki Ishikawa; +Cc: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 1373 bytes --] Here it is: https://orgmode.org/manual/External-Links.html#External-Links I was looking here: https://orgmode.org/manual/External-links.html - but wait, what's the difference? Whoa, the "l" is lower case on the second link - looks like a doc / publishing bug - one page has 4.3 and the other says 4.4. What do I need to do to report this doc / publishing bug? Thanks, --Nate On Fri, Sep 27, 2019 at 5:50 AM Nathan Neff <nathan.neff@gmail.com> wrote: > > > On Fri, Sep 27, 2019 at 4:45 AM Takaaki Ishikawa <takaxp@ieee.org> wrote: > >> I think you may have to put “file+sys:/“ before your path. >> >> For example: file+sys://Users/nate/some_pptx.pptx >> > > Thank you Takaaki very much! This worked great! > > >> >> Best, >> Takaaki >> >> > On Sep 27, 2019, at 18:42, Nathan Neff <nathan.neff@gmail.com> wrote: >> > >> > Hello all, >> > >> > I have a simple path in org-mode >> > >> > /Users/nate/some_pptx.pptx >> > >> > When I press C-c C-o it opens the file in binary mode in Emacs. >> > >> > A path to a PDF will actually open the file with the associated program: >> > /Users/nate/some_png.png -> Opens in Preview when I press C-c C-o >> > >> > How can I get emacs / org to open pptx files in the same fashion as if >> I had >> > double-clicked using Finder on Mac? >> > >> > Thanks, >> > --Nate >> >> [-- Attachment #2: Type: text/html, Size: 2634 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PPTX link: Open with PowerPoint on Mac 2019-09-27 10:57 ` Nathan Neff @ 2019-09-29 1:33 ` Takaaki Ishikawa 0 siblings, 0 replies; 5+ messages in thread From: Takaaki Ishikawa @ 2019-09-29 1:33 UTC (permalink / raw) To: Nathan Neff; +Cc: emacs-orgmode [-- Attachment #1: Type: text/plain, Size: 1620 bytes --] Just for your information, org-lint says: 3892 high Deprecated "file+sys" link type in my private org file. I don’t know what is the replacement. Best, Takaaki > On Sep 27, 2019, at 19:57, Nathan Neff <nathan.neff@gmail.com> wrote: > > Here it is: https://orgmode.org/manual/External-Links.html#External-Links > > I was looking here: > https://orgmode.org/manual/External-links.html - but wait, what's the difference? Whoa, the > "l" is lower case on the second link - looks like a doc / publishing bug - one page has 4.3 and the > other says 4.4. > > What do I need to do to report this doc / publishing bug? > > Thanks, > --Nate > > > > On Fri, Sep 27, 2019 at 5:50 AM Nathan Neff <nathan.neff@gmail.com> wrote: > > > On Fri, Sep 27, 2019 at 4:45 AM Takaaki Ishikawa <takaxp@ieee.org> wrote: > I think you may have to put “file+sys:/“ before your path. > > For example: file+sys://Users/nate/some_pptx.pptx > > Thank you Takaaki very much! This worked great! > > > Best, > Takaaki > > > On Sep 27, 2019, at 18:42, Nathan Neff <nathan.neff@gmail.com> wrote: > > > > Hello all, > > > > I have a simple path in org-mode > > > > /Users/nate/some_pptx.pptx > > > > When I press C-c C-o it opens the file in binary mode in Emacs. > > > > A path to a PDF will actually open the file with the associated program: > > /Users/nate/some_png.png -> Opens in Preview when I press C-c C-o > > > > How can I get emacs / org to open pptx files in the same fashion as if I had > > double-clicked using Finder on Mac? > > > > Thanks, > > --Nate > [-- Attachment #2: Message signed with OpenPGP --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-09-29 1:33 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-09-27 9:42 PPTX link: Open with PowerPoint on Mac Nathan Neff 2019-09-27 9:45 ` Takaaki Ishikawa 2019-09-27 10:50 ` Nathan Neff 2019-09-27 10:57 ` Nathan Neff 2019-09-29 1:33 ` Takaaki Ishikawa
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.