Re: [O] Adding a class to html export of a list

2012-12-08 Thread Christian Moe
Hi, Here's one: Do (require 'org-special-blocks) Then, you can use: #+BEGIN_nav - [[#][Home]] - [[#about][About]] - [[#contact][Contact]] #+END_nav Yours, Christian On 12/8/12 4:16 AM, Tony Day wrote: Hi, I would like to add a class to a list on html export. So, this: #+BEGIN_EXAMPLE - [

Re: [O] Emacs user conference

2012-12-08 Thread Ivan Kanis
Hello, The next action is to decide when this will happen. I propose May, 15. Is that date agreeable with everyone? I think we should narrow the discussion to one mailing list. I think help-gnu-em...@gnu.org is the best. Do you agree with me? Bastien wrote: > I'd be glad to be part of it if it

Re: [O] info for org not found in emacs

2012-12-08 Thread Jude DaShiell
So far as I now know you've run into a situation that's new to me. --- jude Adobe fiend for failing to Flash

Re: [O] Sort by Inactive Timestamp

2012-12-08 Thread Jeff Mickey
On Fri, Dec 7, 2012 at 11:43 AM, Memnon Anon wrote: > --8<---cut here---start->8--- > (defun my-agenda-sort-by-inactive-timestamp (a b) > "Sort by interactive timestamp. Oldest first, items without any ts at the > bottom." > (let* ((ma (or (get-text-propert

Re: [O] Emacs user conference

2012-12-08 Thread Nic Ferrier
Nic Ferrier wrote: >> My understanding is that the guy who started the emacsconf.herokuapp.com >> IS planning to do a conference in London in March/April time. joa...@verona.se replied: > That would be nice! Anyway, I wouldnt be able to put in much in the way > of planning, so if a better organiz

[O] [DEV] New version of org-reftable.el

2012-12-08 Thread Marc-Oliver Ihm
Hello all ! Version 2.0 of org-reftable.el has arrived at worg. Please find it as: http://orgmode.org/worg/code/elisp/org-reftable.el Citing from its documentation: ;;; org-reftable.el --- Ordered lookup table for reference numbers ;; ;; Purpose: ;; ;; Create, search and look up numbers f

Re: [O] org-export-handle-include-files

2012-12-08 Thread Tony Day
On 9 Dec 2012, at 02:24, Nick Dokos wrote: > > >> Is there a method where you can use >> #+INCLUDE without overwriting the current buffer? >> > > You can do what org-export-preprocess-string does: create a temp > buffer, insert the contents of the original buffer and call > org-export-handle

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

2012-12-08 Thread Karl Voit
* Michael Hannon wrote: > > I found the following site: >     http://www.validatepdfa.com/ > > I don't much about the PDF standard, and I don't know anything about the > reliability of this site, but I've found that PDF documents that I generate > using Org-mode and send to that site come back wit

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

2012-12-08 Thread Michael Hannon
Greetings.  The woman that runs our research group complains that she is unable to print PDF documents that a couple of us in the group send her, and that the two of us are the only source of such troublesome documents. It occurred to me that the two of us are the only ones in the group that use E

Re: [O] info for org not found in emacs

2012-12-08 Thread Achim Gratz
Rainer Krug writes: > There is prefix=/usr/share, but I am not installing - only compiling, > and it was working for a long time. Try git checkout doc/dir Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1: http

Re: [O] info for org not found in emacs

2012-12-08 Thread Rainer Krug
There is prefix=/usr/share, but I am not installing - only compiling, and it was working for a long time. On Sat, Dec 8, 2012 at 1:33 PM, Jude DaShiell wrote: > Check out the local.mk file in the root of the org-mode file system, it > could be some value in that file is messed up. > > > -

Re: [O] Emacs user conference

2012-12-08 Thread joakim
Nic Ferrier writes: > Ivan Kanis writes: > >> Good we got a place! So it will be Stockholm. >> > >> The next question is when? >> >> I think like you that a week-end is best. I can't think talking about >> emacs for more than two days. I am thinking between April and June >> 2013. > > That's a s

Re: [O] writing research articles with org-mode

2012-12-08 Thread Karl Voit
* David Arroyo Menéndez wrote: > > Hello, > > I need an example of research article written with org-mode by personal > purposes. Who can I help me? http://orgmode.org/worg/org-papers.html http://orgmode.org/worg/org-contrib/babel/uses.html#sec-6 -- Karl Voit

Re: [O] Emacs user conference

2012-12-08 Thread Bastien
Hi Nic, Nic Ferrier writes: > My understanding is that the guy who started the emacsconf.herokuapp.com > IS planning to do a conference in London in March/April time. It would be nice if he can send an update on this list. I'd be glad to be part of it if it happens, I have some experience wit

Re: [O] including the result of a block in several places?

2012-12-08 Thread Thomas S. Dye
Aloha Alan, Alan Schmitt writes: > "Sebastien Vauban" writes: > >> Hi Alan, >> >> Alan Schmitt wrote: >>> I tried including the result of evaluation a block in several slides, >>> but the second time it was not included. >>> >>> Is it possible to have the results of the evaluation of a block in

Re: [O] texinfo export of @@

2012-12-08 Thread Thomas S. Dye
Aloha Jon, Jonathan Leech-Pepin writes: > Hello Tom, > > On Dec 7, 2012 3:35 PM, "Thomas S. Dye" wrote: >> >> Aloha Jon, >> >> With this macro: >> >> #+MACRO: code @@info:@code{$1}@@ >> >> this Org source: >> >> {{{code([@@b])}}} >> >> is exported as: >> >> @code{[b]@}. >> >> Any idea how

Re: [O] org-export-handle-include-files

2012-12-08 Thread Nick Dokos
Tony Day wrote: > In the current buffer, org-export-handle-include-file overwrites: > > #+INCLUDE: "./some-other-file.org" > > with contents of the other file. For example, > > #+BEGIN_EXAMPLE > * other file header > :PROPERTIES: > :OTHER_PROPS: yes > :END: > > Contents of the other file. >

Re: [O] TINYCHANGE cookie

2012-12-08 Thread J. David Boyd
Suvayu Ali writes: > On Fri, Dec 07, 2012 at 07:43:42PM -0500, J. David Boyd wrote: >> >> What is a TINYCHANGE cookie? I see it alluded to in many messages about >> patches for the Org code base, but googling it has left me with no >> information. >> > > If you submit a patch, and it adds less

[O] org-mode moves point in other window

2012-12-08 Thread Thomas Koch
Hi, 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 formula, the upper window moves its point to the

Re: [O] info for org not found in emacs

2012-12-08 Thread Jude DaShiell
Check out the local.mk file in the root of the org-mode file system, it could be some value in that file is messed up. --- jude Adobe fiend for failing to Flash

Re: [O] info for org not found in emacs

2012-12-08 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/12/12 23:02, Jude DaShiell wrote: > Try /usr/local/info, when I had that problem with org-mode that's where the > file would end > up.On Fri, 7 Dec 2012, Rainer M Krug wrote: Well - it is in the directory .emacs.d/org-mode/doc/ but emacs does n

Re: [O] export_file_name problem with new exporter

2012-12-08 Thread Achim Gratz
Alan Schmitt writes: > TINYCHANGE As much as you would wish it wasn't so, your patch exceeds the tiny change limit (not even counting your previous contributions) and you'll need signed copyright papers for this to go into Org and Emacs. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron mic

Re: [O] TINYCHANGE cookie

2012-12-08 Thread Suvayu Ali
On Fri, Dec 07, 2012 at 07:43:42PM -0500, J. David Boyd wrote: > > What is a TINYCHANGE cookie? I see it alluded to in many messages about > patches for the Org code base, but googling it has left me with no > information. > If you submit a patch, and it adds less than 20 lines (or is mostly a

Re: [O] export_file_name problem with new exporter

2012-12-08 Thread Suvayu Ali
On Sat, Dec 08, 2012 at 12:13:30PM +0100, Alan Schmitt wrote: > Alan Schmitt writes: > > > I'll try to see if adding beamer support is difficult. > > It was trivial to add. Please find a patch attached. Thanks! > Should I push this commit myself, or let someone else do it? > If you have push

Re: [O] export_file_name problem with new exporter

2012-12-08 Thread Alan Schmitt
Alan Schmitt writes: > Well, replacing "org-e-beamer-publish-to-latex" by > "org-e-latex-publish-to-latex" results in the same error. I looked at > the code, and my problem was that ":include" expects a list, so I'm able > to make this . I forgot one word: "work". > I'll try to see if adding be

Re: [O] export_file_name problem with new exporter

2012-12-08 Thread Alan Schmitt
Suvayu Ali writes: >> > That said, publishing is fully supported by the new exporter, just >> > change the publishing function names to the functions provided by the >> > new exporter. >> > >> > Here is an improperly tested example from one of my tests: >> > >> > (setq org-e-publish-project-alist

Re: [O] including the result of a block in several places?

2012-12-08 Thread Alan Schmitt
"Sebastien Vauban" writes: > Hi Alan, > > Alan Schmitt wrote: >> I tried including the result of evaluation a block in several slides, >> but the second time it was not included. >> >> Is it possible to have the results of the evaluation of a block in >> several places? > > OOTB, I don't think so