[O] org-file-apps problem

2018-08-01 Thread Bostjan Vilfan
Hello,
Prior to org-mode version 9.0 I was able to use the default program for
a file type on Windows 10 with the following setting:

(setq org-file-apps (list (cons t (list 'w32-shell-execute "open" 'file

However, now (currently my version of org mode is 9.1.9) nothing I try
works, including the instructions provided in the release notes of version
9.0.

Can someone, please, provide me with the correct value of org-file-apps
to use if I want a click on a file link to result in a call of the Windows
10 default app.

Much obliged.

bostjanv


[O] Org-Agenda uses wrong date for start of daylight savings

2013-03-13 Thread Bostjan Vilfan
Hello,
I've noticed that my orgmode installation (7.9.1) uses the wrong date for the
start of daylight savings. The emacs manual lists that in this case one should
change the values of calendar-daylight-savings-starts and
calendar-daylight-savings-ends variables. I tried it, but it doesn't have any
effect. Can somebody tell me how to make emacs/orgmode use the European daylight
savings time?
Regards,
Bostjan




[O] Org-Agenda uses wrong date for start of daylight savings

2013-03-13 Thread Bostjan Vilfan
Hello,
Thanks for your reply. I made the assignments in my init.el
file, as follows:

(load utilvilf)  ; frame parameters, font
(load cal-dst) ; I noticed that cal-dst was not initially loaded

(setq calendar-daylight-savings-starts '(bv-calendar-dst-starts year))
(setq calendar-daylight-savings-ends '(bv-calendar-dst-ends year))
(setq calendar-daylight-time-offset 60)
(setq calendar-daylight-savings-starts-time 180)
(setq calendar-daylight-savings-ends-time 180)

The two functions, bv-calendar-dst-starts and
bv-calendar-dst-ends are defined in utilvilf (see above)
as follows:



(defun bv-calendar-dst-starts (year) Daylight Savings Start
  (calendar-nth-named-day -1 0 3 year)
)

(defun bv-calendar-dst-ends (year) Daylight Savings End
  (calendar-nth-named-day -1 0 10 year)
)


when I tested the two functions, they give the correct
answer for the year 2013: (3 31 2013) and (10 27 2013)

Regards,
Bostjan




Re: [O] Org-Agenda uses wrong date for start of daylight savings

2013-03-13 Thread Bostjan Vilfan
Hello,

On Wed, Mar 13, 2013 at 10:50 AM, Bastien b...@altern.org wrote:
 Hi Bostjan,

 Bostjan Vilfan bostj...@alum.mit.edu writes:

 I've noticed that my orgmode installation (7.9.1) uses the wrong date for the
 start of daylight savings. The emacs manual lists that in this case one 
 should
 change the values of calendar-daylight-savings-starts and
 calendar-daylight-savings-ends variables. I tried it, but it doesn't have any
 effect. Can somebody tell me how to make emacs/orgmode use the European 
 daylight
 savings time?

 Can you show the code you used to change the value of
 `calendar-daylight-savings-starts'?

 Thanks,

 --
  Bastien

Thanks for your reply. I made the assignments in my init.el
file, as follows:

(load utilvilf)  ; frame parameters, font
(load cal-dst) ; I noticed that cal-dst was not initially loaded

(setq calendar-daylight-savings-starts '(bv-calendar-dst-starts year))
(setq calendar-daylight-savings-ends '(bv-calendar-dst-ends year))
(setq calendar-daylight-time-offset 60)
(setq calendar-daylight-savings-starts-time 180)
(setq calendar-daylight-savings-ends-time 180)

The two functions, bv-calendar-dst-starts and
bv-calendar-dst-ends are defined in utilvilf (see above)
as follows:



(defun bv-calendar-dst-starts (year) Daylight Savings Start
  (calendar-nth-named-day -1 0 3 year)
)

(defun bv-calendar-dst-ends (year) Daylight Savings End
  (calendar-nth-named-day -1 0 10 year)
)


when I tested the two functions, they give the correct
answer for the year 2013: (3 31 2013) and (10 27 2013)

Regards,
Bostjan
PS Your may have received a duplicate of this mail since I first tried
to send it via the web page, but it seems to be taking quite long
-- 
**
Bostjan Vilfan
Professor Emeritus of Computer Science
University of Ljubljana

Contact data:
Address
Siviceva ulica 15
1000  Ljubljana, Slovenia

Phone
+386-1-421-7750
E-mail
bostj...@alum.mit.edu

**



[O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread Bostjan Vilfan
Hello,
I notice that the makefile in version 7.9.1 has been changed (with regard to v. 
7.8.11). When I tried to run it under Windows7, it didn't work (the makefile 
for 7.8.11 ran OK). Can anyone provide some information?
Regards,
bostjanv

Re: [O] makefile for v. 7.9.1 on Windows 7 doesn't work

2012-09-07 Thread Bostjan Vilfan
Hello,
Thanks for all the answers. It seems that my problem was that I was not
aware of some changes  in the 7.9.1 version. I was finally able to make
the 7.9.1 version operational by following the procedure in

http://orgmode.org/worg/org-hacks.html#compiling-org-without-make

However, there are still some things I don't understand; there is this reference
to the UTILITIES directory, which is absent in the distribution file
for Windows.
I later found out that one has to run the set-up script in the top directory
of the distribution file.
Regards,
bostjanv



[Orgmode] problem with installing org mode 6.33f on windows

2009-11-22 Thread Bostjan Vilfan
Hello,
I use org mode on Windows and Linux machines, and with 6.33f I have encountered
a problem that didn't occur before:

Installation on Linux completes normally, but on Windows XP it ends with the
following lines:

lisp/org-w3m.el lisp/org-wl.el lisp/org-xoxo.el)))' \
--eval '(insert \n(provide (quote org-install))\n)' \
--eval '(save-buffer)'
End of file during parsing
make: *** [lisp/org-install.el] Error -1

I am using gnuwin32 make. As I mentioned, this never happened previously.
Regards,
Bostjan



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re:org-agenda

2009-10-19 Thread Bostjan Vilfan


 Hello,
Thanks for the help. q for kill-frame is just as good as the button x.
Regards,
bostjanv



  ___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] org-agenda

2009-10-18 Thread Bostjan Vilfan
Hello,
Version 6.30e included a nice detail in the org-agenda feature: the org-agenda
frame could be closed simply by clicking the x (close-file) button. I notice
that this capability is absent (at least by default) in version 6.31a. Can it be
somehow enabled?
Regards,
bostjanv



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode