[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
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
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
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
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
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,
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
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