Re: [O] Problem with make and autoloads

2011-05-29 Thread suvayu ali
On Thu, May 26, 2011 at 9:56 AM, Matt Lundin wrote: > Recently, autoloads ceased to work in my local org-mode installation. > > My typical update routine is to: > > 1. Pull the most recent changes into my local org-mode repository, > located at "~/org-mode". > 2. Run "make clean && make". > > My

Re: [O] HTML Syntax Highlighting Questions

2011-05-29 Thread Puneeth Chaganti
On Mon, May 30, 2011 at 7:55 AM, Avdi Grimm wrote: > On Sun, May 29, 2011 at 9:32 PM, Jambunathan K wrote: >> Let me guess - It is either htmlize not being in your load path during >> the batch run or font lock being not being explicity turned on during >> the batch run or font-locking simply not

Re: [O] [Announce] A GitHub Issues interface for Org-mode

2011-05-29 Thread Puneeth Chaganti
William, Thanks for trying it out! On Mon, May 30, 2011 at 9:16 AM, William Henney wrote: > > This looks very promising - thanks! It is a shame though that the body > of the issue and the comments don't get synched (I see that you have > these listed as TODO). I also noticed that if I type any t

[O] git submodule and the bzr mirror on launchpad

2011-05-29 Thread Memnon Anon
Hi, I am trying to familiarize myself with bazaar, so I had a look at the org-mode bzr mirror of the git repo. https://code.launchpad.net/org-mode It fails to import since a couple of weeks, probably since this commit: , | commit 509ee52b5317cbcd4a611f57980038c7249363ce | Author: E

Re: [O] [Announce] A GitHub Issues interface for Org-mode

2011-05-29 Thread William Henney
Dear Puneeth On Tue, May 24, 2011 at 11:40 PM, Puneeth Chaganti wrote: > Issue Tracker integration with Org-mode has been something that a lot > of people have been looking for. Being the GitHub addict, that I am, I > decided to hack up something that integrates GitHub issues with > Org-mode. >

Re: [O] HTML Syntax Highlighting Questions

2011-05-29 Thread Jambunathan K
Avdi Grimm writes: > On Sun, May 29, 2011 at 9:32 PM, Jambunathan K wrote: >> Let me guess - It is either htmlize not being in your load path during >> the batch run or font lock being not being explicity turned on during >> the batch run or font-locking simply not making sense during batch >> m

Re: [O] HTML Syntax Highlighting Questions

2011-05-29 Thread Avdi Grimm
On Sun, May 29, 2011 at 9:32 PM, Jambunathan K wrote: > Let me guess - It is either htmlize not being in your load path during > the batch run or font lock being not being explicity turned on during > the batch run or font-locking simply not making sense during batch > mode. Ultimately htmlize or

Re: [O] HTML Syntax Highlighting Questions

2011-05-29 Thread Jambunathan K
Avdi Grimm writes: > I feel like this is a stupid question, but I'm having trouble finding > the info I need. > > How do I control syntax highlighting in HTML export? Specifically, how can I: > > A. Disable syntax highlighting entirely Remove htmlize from your load path. > B. Switch from inlin

[O] HTML Syntax Highlighting Questions

2011-05-29 Thread Avdi Grimm
I feel like this is a stupid question, but I'm having trouble finding the info I need. How do I control syntax highlighting in HTML export? Specifically, how can I: A. Disable syntax highlighting entirely B. Switch from inline colors to semantic tagging that I can style with a stylesheet? I coul

[O] (French/german) Collecting holidays?

2011-05-29 Thread Philipp Haselwarter
Would it make sense to share setups for `holiday-local-holidays'? Maybe on worg or emacs-wiki? I'm looking for french and german holidays, if anyone happens to have those set up :) -- Philipp Haselwarter

Re: [O] How to disable description lists?

2011-05-29 Thread Nicolas Goaziou
Hello, Markus Berlin writes: > is there a simple way to disable the description list syntax in a > document? That is, how can I prevent emacs from interpreting '::' as > a description list separator (in a given document)? No. > The background is that I often use '::' or '::=' in my text ::=

Re: [O] How to disable description lists?

2011-05-29 Thread Markus Berlin
* Eric Abrahamsen [29.05.2011 16:32]: > If you use the code markup (which might be desirable anyway, if you're > mixing code and regular text), org mode should not interpret anything > inside that markup as org text. So: > > - notation: =~v :: T~=, "v is a value > > Ought to work. > Th

Re: [O] [Orgmode] Re: [Feature Request] Cross headings in tables

2011-05-29 Thread Carsten Dominik
On 8.2.2011, at 22:52, Achim Gratz wrote: > > If anybody wants to test the current state of affairs, I've just set up > a fork repository to make it easier. Assuming you already have > orgmode.git cloned, do a > > git remote add -t tableheadings remote-tableheadings > git://repo.or.cz/org-mod

Re: [O] Beamer and non-frames

2011-05-29 Thread Rasmus Pank Roulund
> I am sorry I have no solution for you just now. > This behavior you're seeking is something I long for as well, to > insert a this frame only custom background, to be precise. So many great things can be put in-between \end{frame} ... \begin{frame} in Beamer > The issue lies in

Re: [O] Beamer and non-frames

2011-05-29 Thread Sander Boer
On 29-5-2011 10:36, Rasmus Pank Roulund wrote: Hi, How do I put text between frames in an Org-Beamer document? What I really want to do is something like: #+begin_src LaTeX ... \end{frame} \againframe<2>{overview.fig} \end{frame} #+end_src But there is /plenty/ of use of being able to write in

Re: [O] How to disable description lists?

2011-05-29 Thread Eric Abrahamsen
Markus Berlin writes: > * Jambunathan K [29.05.2011 15:20]: >> > >> > is there a simple way to disable the description list syntax in a >> > document? That is, how can I prevent emacs from interpreting '::' as >> > a description list separator (in a given document)? >> > >> >> Put your code wi

Re: [O] How to disable description lists?

2011-05-29 Thread Markus Berlin
* Jambunathan K [29.05.2011 15:20]: > > > > is there a simple way to disable the description list syntax in a > > document? That is, how can I prevent emacs from interpreting '::' as > > a description list separator (in a given document)? > > > > Put your code within babel block. I believe it sh

Re: [O] How to disable description lists?

2011-05-29 Thread Jambunathan K
> Hello everybody, > > is there a simple way to disable the description list syntax in a > document? That is, how can I prevent emacs from interpreting '::' as > a description list separator (in a given document)? > > The background is that I often use '::' or '::=' in my text > (e.g. talking abo

[O] How to disable description lists?

2011-05-29 Thread Markus Berlin
Hello everybody, is there a simple way to disable the description list syntax in a document? That is, how can I prevent emacs from interpreting '::' as a description list separator (in a given document)? The background is that I often use '::' or '::=' in my text (e.g. talking about types in Ha

[O] Beamer and non-frames

2011-05-29 Thread Rasmus Pank Roulund
Hi, How do I put text between frames in an Org-Beamer document? What I really want to do is something like: #+begin_src LaTeX ... \end{frame} \againframe<2>{overview.fig} \end{frame} #+end_src But there is /plenty/ of use of being able to write in-between frames. I imagine two ways this coul