Re: [O] remote execution in heterogeneous environment

2012-12-17 Thread Michael Albinus
[Cc emacs-orgmode@gnu.org] George Jones writes: Hi George, > Did you ever get resolution on these? I think I'm hitting the same > exact problems. In my last message, I gave some hints what to do in org's code. Since I don't use org myself (yet), I haven't followed that. Looks, like nobody di

[O] indentation across multiple source blocks

2012-12-17 Thread Tony Day
Is there an easy way to preserve indentation for a source block taking into account previous blocks? For (a silly) example: * foo :PROPERTIES: :tangle: yes :END: #+begin_src emacs-lisp (defun foo () #+end_src #+begin_src emacs-lisp (bar) #+end_src #+begin_src emacs-lisp ) #+end_src

[O] Bugs in org-cycle-internal-local?

2012-12-17 Thread Rémi Vanicat
Hello, I've tried to use visibility cycling in outline minor mode[1] with ruby, and I've a problem with when hiding some subtree: when the next subtree on the same level begin with space char, its heading is put on the same line than the current one: Something like: def get(info, attr, default

Re: [O] org-mode moves point in other window

2012-12-17 Thread Thomas Koch
Bastien: > Thomas Koch writes: > > I've got a large org-mode (7.9.2, emacs 24.2.1) table and two windows, > > top and bottom. I shrink the upper window to only show the headline of > > my table and work in the lower window. > > > > When I move with tab in the lower window or recalculate the formu

[O] bad text pointer cursor: BadValue (integer parameter out of range for operation)

2012-12-17 Thread Micah Anderson
Hi, I'm trying to make an org-capture frame so I can call it conveniently with a keystroke and emacsclient will launch and bring up org-capture. This works, and it is very convenient for my workflow. Basically I do the following in my awesome window manager configuration: awful.key({ modkey

[O] Bibtex export

2012-12-17 Thread mohamed
Hi, Is there any way to use something like : * Section a ... * Bibliography [with some specific tag] \clearpage \bibliographystyle{acm} \bibliography{biblio.bib} My point is to avoid deleting the bibliography lines when deleting the previous section (section a). Thanks,

Re: [O] PDF docs from Org-mode: not valid PDF?

2012-12-17 Thread Radhakrishnan CV
Dear Bastien, Sorry for the late reply. On Sat, Dec 15, 2012 at 1:55 PM, Bastien wrote: > Hi Radhakrishnan, > > thanks for the information. Am I correctly assuming you're one of > the authors of the pdfx.sty package? > You are right, Bastien. > Radhakrishnan CV writes: > > > I think, orgmo

Re: [O] S-TAB cycling opening archive subtrees

2012-12-17 Thread Vincent Beffara
Argh, I can't reproduce it either actually. Probably a consequence of updating org-mode and not restarting emacs (so still a bug but a very minor one ...) Sorry for the noise! /v -- Vincent Beffara On Saturday, December 15, 2012 at 09:32 , Bastien wrote: > Hi Vincent, > > Vincent Beffara