Re: [O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-19 Thread Rasmus
> * Abstract :ignoreheading: > > #+LATEX: \begin{myabstract} > ... > #+LATEX: \end{myabstract} You can do #+begin_myabstract\n ... #+end_myabstract. –Rasmus -- . . . It begins of course with The Internet. A Net of Peers.

Re: [O] Slides about LaTeX export

2013-06-19 Thread Fabrice Niessen
Hello all, "Fabrice Niessen" wrote: > Viktor Rosenfeld wrote: >> Fabrice Niessen wrote: >>> Could one of you report (as suggested by Nick) whether it works (or not) >>> from >>> another browser on the Mac? >> >> Snow Leopard 10.6.8: >> >> - Chrome: only yellow boxes >> - Safari: only yellow boxes

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-19 Thread Michael Brand
Hi Eric On Fri, Jun 14, 2013 at 10:13 PM, Michael Brand wrote: > Is there a better workaround or would you accept :var dummy_name for > my ERT that I mentioned? For the variant of :var dummy_name see my attached patch with the updated ERT. Michael From 576cd364262d33bbf614414085cc918ac7ff548b M

Re: [O] :session question -- and changes to #+Property: syntax

2013-06-19 Thread Michael Brand
Hi Achim On Tue, Jun 18, 2013 at 10:41 PM, Achim Gratz wrote: > Hi Eric, > > while starting to write up a test document I've found some behaviour > when executing LOB calls that warrant discussion, I think: > > 1. The properties are evaluated at the site of the definition rather > than the site o

Re: [O] Bug in export orgtbl / LaTeX

2013-06-19 Thread AW
Am Dienstag, 18. Juni 2013, 22:12:03 schrieb Nicolas Goaziou: > Take 2. We can implement back :splice property. The others are much less > useful. > > (defun orgtbl-to-latex (table params) > "Convert the orgtbl-mode TABLE to LaTeX. > TABLE is a list, each entry either the symbol `hline' fo

Re: [O] One more question on bibliographies in Org

2013-06-19 Thread Jeremy Barbay
Vincent Beffara ens-lyon.fr> writes: > The main question is: what would be a convenient way to store the > references in the .org file, to allow for easy editing and exporting ? What I have done so far is to use some bibtex blocks, which tangle to an external bib files. It is sometime useful t

[O] org-mode as meta-system to create exams?!

2013-06-19 Thread Torsten Wagner
Hi, I need a system which can deal with about 100-150 written exams/semester. I was wondering if org-mode can be used to do that. What I want: * Creating exams sheets (technical exams at university level, pictures, equations, large exercises with subitems) * Help for exam evaluation * Scoring sys

Re: [O] org-mode as meta-system to create exams?!

2013-06-19 Thread Rasmus
Torsten Wagner writes: > * Creating exams sheets (technical exams at university level, pictures, > equations, large exercises with subitems) Yeah you can do it. Randomization can be done with some LaTeX package, or you could probably easily do it with Babel. > * Help for exam evaluation Tabl

Re: [O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-19 Thread Achim Gratz
Peter Münster writes: >> cl-lib was just introduced in Emacs 24.3. > > Does that mean, that the trunk should be modified later? It means you should implement a solution that doesn't make Org non-functional for Emacs 23 users. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Androm

Re: [O] Go to heading using LISP

2013-06-19 Thread Alexander Wingård
On Mon, Jun 10, 2013 at 11:14 PM, Alexander Wingård < alexander.wing...@gmail.com> wrote: > > Maybe some day I will learn some LISP and teach it to navigate the > hierarchical structure. > > I actually got curious and gave this a try and here's what I came up with: test.org: * a ** b *** h ** b **

[O] [ANN] Edit emails in Org-mode

2013-06-19 Thread Thorsten Jolitz
Hi List, it is now possible to edit your emails in (full!) Org-mode (assuming you write them in `message-mode' as Gnus users do). * Documentation ** Downloads You need two libraries for this (the optional third library `navi-mode' is not needed here, but in general very useful in combination wi

Re: [O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-19 Thread David Engster
Achim Gratz writes: > Peter Münster writes: >>> cl-lib was just introduced in Emacs 24.3. >> >> Does that mean, that the trunk should be modified later? > > It means you should implement a solution that doesn't make Org > non-functional for Emacs 23 users. The easiest solution is to simply do noth

[O] [ANN] Convert Org-mode file to Source-code file

2013-06-19 Thread Thorsten Jolitz
Hi List, it is now possible to convert existing Org-mode files with source-blocks into machine-executable source-code files, using the following function from `outorg.el': #+begin_src emacs-lisp (defun outorg-convert-org-file-to-source-code (&optional mode infile outfile BATCH) "Convert an e

[O] problem with agenda view?

2013-06-19 Thread kevinbanjo
i create this little org file:https://pastebin.sabayon.org/pastie/12827 and I try and do an agenda view showing todos, or showing one of the tags, and all I get is this: Global list of TODO items of type: ALL Available with `N r': (0)[ALL] What's wrong? -- -Kevin "The world belongs

Re: [O] problem with agenda view?

2013-06-19 Thread Nick Dokos
kevinbanjo writes: > i create this little org file:https://pastebin.sabayon.org/pastie/12827 > You should have pasted the file into your mail: quicker for you, quicker for us. > and I try and do an agenda view showing todos, or showing one of the > tags, and all I get is this: > > Global list o