[O] using local.mk to maintain a local git branch

2012-11-25 Thread Eric Abrahamsen
In the Org FAQ, under the "How can I keep local changes..." section, there's a note saying that the config local:rebase options are no longer needed under the new make system, and something equivalent can be done using local.mk configurations. I'm not terribly conversant with Makefiles, but is the

Re: [O] problem with org-element-parse-buffer

2012-11-25 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >>> Strictly speaking, yes. But Org Agenda is a bit permissive (and not only >>> for that thing). Do you want to help basing Agenda on Elements? [...] >> This is something I've wanted for a while, as it would make >> some of my lit

Re: [O] Question re. Bernt's agenda setup

2012-11-25 Thread Bernt Hansen
Manish writes: > On Sat, Nov 24, 2012 at 12:25 PM, Bernt Hansen wrote: >> Viktor Rosenfeld writes: >> >>> Alan Schmitt wrote: >>> Viktor Rosenfeld writes: > it's Shift-P and you need to bind the function bh/narrow-to-project to > the keycode. See the code blocks in the followi

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-25 Thread Suvayu Ali
Hi Nicolas, On Wed, Nov 21, 2012 at 05:35:48PM +0100, Nicolas Goaziou wrote: > > Plain lists accept two optional attributes: `:environment' and > `:options'. The first one allows to use a non-standard environment > (i.e. "inparaenum"). The second one allows to specify optional >

Re: [O] Capture template -- Global replacement of prompt string in buffer?

2012-11-25 Thread Bernt Hansen
Michael Baum writes: > I'm not sure (because I didn't understand what was going on) if this is the > same question that Sebastian Fischmeister  asked earlier ("Custom escapes & > the evaluation order in fill-template"), but is it > possible to construct a capture template using something like t

Re: [O] Org server changes?

2012-11-25 Thread Simon Thum
Hi Achim, I'll take care of that no prob but I looked up WOrg before writing this email and I do not remember to have seen that: http://orgmode.org/worg/worg-git.html Anyway, good to know it's not some server went down. Cheers, Simon On 11/25/2012 10:22 PM, Achim Gratz wrote: Simon Thum w

Re: [O] Org server changes?

2012-11-25 Thread Achim Gratz
Simon Thum writes: > I tried to pull Worg and got no connection. Also ssh complained about > everything it possibly could. The remote is > > w...@orgmode.org:worg.git Make the remote git://orgmode.org/worg.git and add (to the local or the global) configuration: [url "git+ssh://w...@orgmode.org/

[O] Org server changes?

2012-11-25 Thread Simon Thum
Hi all, I tried to pull Worg and got no connection. Also ssh complained about everything it possibly could. The remote is w...@orgmode.org:worg.git Is my/Worg access going to be restored, or did someting change? Cheers, Simon

[O] vCard import

2012-11-25 Thread Simon Thum
Hi all, just a short notice: I added a ruby gist which creates org-contacts entries from vCard files. https://gist.github.com/4145201 It is currently very limited (Name and Tel) and definitely ugly but if someone is filling his org-contacts maybe this saves some work. Cheers, Simon

Re: [O] Anyone using or working on ob-scheme?

2012-11-25 Thread Thorsten Jolitz
Michael Gauland writes: > Thorsten Jolitz googlemail.com> writes: > >> just as a side remark: I remember that, when trying to write >> ob-picolisp, I tried to base it on ob-scheme, since it seemed the next >> logical thing to do (its about two lisp dialects). And I was surprised >> how much had

Re: [O] Anyone using or working on ob-scheme?

2012-11-25 Thread Michael Gauland
Thorsten Jolitz googlemail.com> writes: > just as a side remark: I remember that, when trying to write > ob-picolisp, I tried to base it on ob-scheme, since it seemed the next > logical thing to do (its about two lisp dialects). And I was surprised > how much had to be changed and how different t

Re: [O] [PATCH] org-log-note-headings buffer-local value

2012-11-25 Thread John J Foerch
Nicolas Goaziou writes: > Hello, > > John J Foerch writes: > >> I am exploring org-mode's potential for collaborative editing, and I >> found that the main difficulty with this is that different users editing >> the same document may have different org-mode configurations. Most of >> the importa

Re: [O] [PATCH] org-log-note-headings buffer-local value

2012-11-25 Thread Nicolas Goaziou
Hello, John J Foerch writes: > I am exploring org-mode's potential for collaborative editing, and I > found that the main difficulty with this is that different users editing > the same document may have different org-mode configurations. Most of > the important options that I have found so far

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-25 Thread Thomas S. Dye
Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> Would it be possible to add a :font attribute for tables? I'd like to be >> able to say, e.g., :font "\\footnotesize" and have \footnotesize appear >> between the float and table environments, near \centering in the

Re: [O] Question re. Bernt's agenda setup

2012-11-25 Thread Manish
On Sat, Nov 24, 2012 at 12:25 PM, Bernt Hansen wrote: > Viktor Rosenfeld writes: > >> Alan Schmitt wrote: >> >>> Viktor Rosenfeld writes: >>> >>> > it's Shift-P and you need to bind the function bh/narrow-to-project to >>> > the keycode. See the code blocks in the following two sections: >>> > >>>

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-25 Thread Rasmus
Nicolas Goaziou writes: > Rasmus writes: > >> Nicolas Goaziou writes: >> >>> I've changed the attribute syntax for tables, images and lists in >>> e-latex back-end (new exporter). New this back-end conforms to the >>> syntax used by Babel and every other back-end. >> >> Super cool! I eagerly l

Re: [O] "Generic" Source block language specification?

2012-11-25 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23/11/12 19:11, Jambunathan K wrote: > Rainer M Krug writes: > >> Hi >> >> I have in a document a definition of a projection, which is essentially a >> text as follow: >> >> #+BEGIN_src +proj=aea +lat_1=-28.25 +lat_2=-29.75 +lat_0=29 +lon_0=30.

Re: [O] "Generic" Source block language specification?

2012-11-25 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/11/12 16:37, Nicolas Goaziou wrote: > Rainer M Krug writes: > >> In a document, I have several source blocks with "real" code (i.e. bash and >> R in this case) >> Now I have one block, which is not really source code, but which is "kind >> of

Re: [O] "Generic" Source block language specification?

2012-11-25 Thread Nicolas Goaziou
Rainer M Krug writes: > In a document, I have several source blocks with "real" code (i.e. bash and R > in this case) Now I > have one block, which is not really source code, but which is "kind of" > source code, in my case a > definition of a projection for a GIS project. Now I would like to h

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-25 Thread Nicolas Goaziou
Rasmus writes: > Nicolas Goaziou writes: > >> I've changed the attribute syntax for tables, images and lists in >> e-latex back-end (new exporter). New this back-end conforms to the >> syntax used by Babel and every other back-end. > > Super cool! I eagerly looking forward to using this for rea

Re: [O] "Generic" Source block language specification?

2012-11-25 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/11/12 01:28, Nicolas Goaziou wrote: > Hello, > > Jambunathan K writes: > >> Rainer M Krug writes: >> >>> Hi >>> >>> I have in a document a definition of a projection, which is essentially a >>> text as follow: >>> >>> #+BEGIN_src +proj=ae

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-25 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > Would it be possible to add a :font attribute for tables? I'd like to be > able to say, e.g., :font "\\footnotesize" and have \footnotesize appear > between the float and table environments, near \centering in the LaTeX > output. This is now possib

[O] Publishing only sub-hierarchies with a given tag

2012-11-25 Thread Karl Voit
Hi! The publishing methods are quite capable. I wonder whether or not it is possible (or easy to implement) to limit content to sub-hierarchies that are tagged for publishing. So if I have multiple Org-mode files in «base-directory», publish only the (few) things that are tagged with e.g. «:publi

[O] OT: Tracking progress of LaTeX/PDF output pages (was: Suggestions for progress tracking)

2012-11-25 Thread Karl Voit
Hi! * Eric Abrahamsen wrote: > I'm starting another novel translation, and want to keep track of > progress in org (I've blown too many deadlines in the past). This is a bit OT here, but I wanted to share how I kept track of the progress of my LaTeX PhD in number of pages. https://github.com/no

Re: [O] problem with org-element-parse-buffer

2012-11-25 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: >> Strictly speaking, yes. But Org Agenda is a bit permissive (and not only >> for that thing). Do you want to help basing Agenda on Elements? > > This is something I was wondering about -- so that is the plan > eventually? Since we have a complete parser, it wou