Re: [O] remote execution in heterogeneous environment

2012-12-01 Thread Michael Albinus
Neil Best nb...@ci.uchicago.edu writes: I had just recently upgraded Emacs through Macports but had not since restarted it, that's all. No such luck on the Tramp upgrade. I will just wait for the next release to propagate through Macports unless some intolerable behavior crops up. I do

[O] naming and/or directly addressing particular windows?

2012-12-01 Thread Matt Price
Hi, After the recent conversation about Scrivener (on help-gnu-emacs) I thought the very first step would be to write a simple function that would create a window layout and populate the windows with a set of buffers, then set mjor and minor modes for some of hte buffers. (After that I guess I

Re: [O] naming and/or directly addressing particular windows?

2012-12-01 Thread Drew Adams
Anyway: is it possible to give/get a name for a window that persists long enough to be called in functions? This might help: (defun icicle-make-window-alist (optional all-p) Return an alist of entries (WNAME . WINDOW), where WNAME names WINDOW. The name of the buffer in a window is used as

Re: [O] naming and/or directly addressing particular windows?

2012-12-01 Thread Eduardo Ochs
Hi Matt, if you are considering using a little language to create window configurations then maybe you will find this interesting: http://angg.twu.net/eev-intros/find-multiwindow-intro.html http://angg.twu.net/eev-current/eev-multiwindow.el.html Cheers! Eduardo Ochs

[O] beamer export: :BEAMER_envargs: is ignored

2012-12-01 Thread Renato
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, it seems to me that the :BEAMER_envargs: property is ignored unless :BEAMER_env: is set to block. Is this a bug or am I missing something? What I'd want to do BTW is have a frame with two columns, and have in the left one a list and in the right

[O] Patch: org-mac-iCal is a no-op on OS X 10.8

2012-12-01 Thread Steve Purcell
I just found that org-mac-iCal.el doesn't work on OS X 10.8 (Mountain Lion). The trivial patch below fixes this. Cheers, -Steve commit 71b50131b5e6ae00a5e6c2f0bff2cec377c68c0f (HEAD, refs/heads/master) Author: Steve Purcell st...@sanityinc.com Date: Sat Dec 1 14:06:02 2012 +

[O] Opendocument export causes error

2012-12-01 Thread Torsten Anders
Dear Jambunathan, Thanks a lot for your help and providing such detailed debugging suggestions. To summarise, after I loaded the *.el files with load-library as you suggested I got the Opendocument export working. However, I still do not understand why this is not working normally. What now.

Re: [O] naming and/or directly addressing particular windows?

2012-12-01 Thread Matt Price
On Sat, Dec 1, 2012 at 11:58 AM, Eduardo Ochs eduardoo...@gmail.com wrote: Hi Matt, if you are considering using a little language to create window configurations then maybe you will find this interesting: http://angg.twu.net/eev-intros/find-multiwindow-intro.html

Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-12-01 Thread Takafumi Arakaki
I can confirm that the behavior I described still exists. I checked with the latest version (8d22b119786206bbae98183b0fb61e3ab1b22a43) in maint branch of org-mode and the latest version (110979) in emacs-24 branch of Emacs bzr repository. I also checked with the master branch

[O] Problem with floating holidays

2012-12-01 Thread John Burns
I am having problems with org-float and floating holidays, in particular the holiday of Thanksgiving, as an example. I have the following entry in my data file: * Anniversaries and Holidays #+CATEGORY: Holiday %%(org-float t 4 4) Thanksgiving I know that if I leave this in my file the

Re: [O] naming and/or directly addressing particular windows?

2012-12-01 Thread Matt Price
On Sat, Dec 1, 2012 at 10:59 AM, Drew Adams drew.ad...@oracle.com wrote: Anyway: is it possible to give/get a name for a window that persists long enough to be called in functions? This might help: (defun icicle-make-window-alist (optional all-p) Return an alist of entries (WNAME .