Link to open PDF at a specific page

2020-11-14 Thread Georges Ko
Hi, I'd like to open a PDF file to a specific page from a link, using the default PDF viewer in Windows (same as w32-shell-execute "open"), which opens a browser. With a browser, I can open it with this HTML link: Page 4 This link as an Org mode link doesn't work: file:///c:/a/b/c/file.pdf

Re: [O] Convert from date to week number, howto?

2012-02-03 Thread Georges Ko
the implementation. The functions have nothing to do with > org-odt, btw. Another way to get the week of the year is: (require 'calendar) (require 'cal-iso) (car (calendar-iso-from-absolute (calendar-absolute-from-gregorian (list month day year -- Georges Ko g...@gko.net 2012-02-03