emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Org mode links: Open a PDF file at a given page and highlight a give


From: Maxim Nikulin
Subject: Re: Org mode links: Open a PDF file at a given page and highlight a given string
Date: Wed, 3 Mar 2021 21:51:52 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 03/03/2021 09:31, Juan Manuel Macías wrote:
               (start-process-shell-command "zathura" nil (concat "zathura "
                                                                  clean-path
                                                                  " -P "
                                                                  pag
                                                                  (when str
                                                                    (format " -f 
'%s' " str)))))))

Please, do not forget to pass stings coming from user input through shell-quote-argument. There is combine-and-quote-strings function but its docstring tells that it is not safe enough. Ideally shell should be completely avoided in such cases and arguments should be passed as a list directly to exec. https://xkcd.com/327/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]