Re: [Orgmode] TOC

2011-02-20 Thread Alan L Tyree
On Sun, 20 Feb 2011 21:32:26 -0500 Myriam Abramson wrote: > > Hello, > > I've only started with orgmode recently. When exporting to HTML, how > do I suppress the table of content? See the Manual under "Exporting"; "Export Options" for full details. In the OPTIONS line, set toc:nil. Cheers,

[Orgmode] TOC

2011-02-20 Thread Myriam Abramson
Hello, I've only started with orgmode recently. When exporting to HTML, how do I suppress the table of content? TIA -- myriam ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emac

Re: [Orgmode] [babel] some lisp/slime progress

2011-02-20 Thread Erik Iverson
Then, things like the following work, where I assume you've already started M-x slime. #+begin_src emacs-lisp :session (defvar test1 "test1 value") (defvar test2 "test2 value") test2 #+end_src #+results: : test2 value Er, not emacs-lisp, just lisp... like the following #+begin_src lisp :s

[Orgmode] [babel] some lisp/slime progress

2011-02-20 Thread Erik Iverson
Hello, I recently posted on the inability of ob-lisp.el to submit multiple forms to a running CL session and return the result. http://permalink.gmane.org/gmane.emacs.orgmode/37325 I have made some progress in fixing this, but it *required defining a new function in SLIME, so I do not post this

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-20 Thread Erik Iverson
Jeffrey, Now, I'd like to integrate them into an org document. I'd like: 1) To use babel to handle the TikZ source This is possible. 2) To wrap the resulting drawing in a figure environment for automatic numbering and centering See http://orgmode.org/worg/org-contrib/babel/languages/ob-do

[Orgmode] Re: ePub and Org mode

2011-02-20 Thread Richard Lawrence
"Eric Schulte" writes: >> The only thing missing is a function to export all (not excluded) >> subtrees one by one and honor the properties slapped onto each subtree. >> > > `org-map-entries' should satisfy this need. -- Eric I have been doing something similar with LaTeX export. Here is my (pr

[Orgmode] Re: [PATCH] indentation for section headings vs bulleted lists

2011-02-20 Thread Linus Arver
On Mon, Feb 21, 2011 at 12:26:30AM +0100, Nicolas wrote: > Hello, > > Here is an attempt to solve the problem at hand. > > Linus, would you mind testing it and reporting back? > Brilliant, I just applied your patch to the git version and everything works nicely as I had hoped! Thank you so muc

[Orgmode] Re: [PATCH] indentation for section headings vs bulleted lists

2011-02-20 Thread Nicolas
Hello, Here is an attempt to solve the problem at hand. Linus, would you mind testing it and reporting back? >From 77aad13b9a322032763148b17dd9cb3073bdbf23 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 20 Feb 2011 13:44:00 +0100 Subject: [PATCH] Integrate lists with org-indent-mode

[Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-20 Thread Jeffrey Horn
Hey orgsters, I'm having a hard time fitting TikZ into my workflow. I spent a little time learning TikZ recently and have all the diagrams working in a tex file. Now, I'd like to integrate them into an org document. I'd like: 1) To use babel to handle the TikZ source 2) To wrap the resulting dra

[Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-20 Thread Chris Malone
Hi, First off, my =org-mode= is up-to-date - just did a =git pull && make clean && make=. Needless to say, the following were an issue before then... * Question 1: Is there a way to force, upon export, an =emacs-lisp= session to be run within the current buffer? For instance, the following code

[Orgmode] source code and parameters

2011-02-20 Thread Andreas Leha
Hi all experts, When working with source code in org mode I like to keep the parameters in org-tables. Especially since I have code in different languages that should share the same set of parameters. Problem is: When I tangle my source code blocks the tangled files loose the parameters. How do

[Orgmode] Re: Context-sensitive word count in org mode (elisp)

2011-02-20 Thread Paul Sexton
Bastien wikimedia.fr> writes: > #+begin_src emacs-lisp > (when (looking-at org-bracket-link-analytic-regexp) > (match-string-no-properties 5)) > #+end_src emacs-lisp Thanks. Here is version 3 if the function, which is now able to count words in link descriptions. The code to advance to th

[Orgmode] Re: [babel] Suggestions: GRASS GIS und Lilypond

2011-02-20 Thread Shelagh Manton
On Sun, 20 Feb 2011 20:37:19 +, Shelagh Manton wrote: > On Thu, 17 Feb 2011 18:40:23 +, Martyn Jago wrote: > >> Hi >> >> I would be interested in a solution to lilypond within org, and would >> be happy to fork on github and help out (I currently have some time >> too). >> >> Martyn >

[Orgmode] Re: [babel] Suggestions: GRASS GIS und Lilypond

2011-02-20 Thread Shelagh Manton
On Thu, 17 Feb 2011 18:40:23 +, Martyn Jago wrote: > Hi > > I would be interested in a solution to lilypond within org, and would be > happy to fork on github and help out (I currently have some time too). > > Martyn Ok Martyn, I've put what I have done in a git repo on github. g...@githu

[Orgmode] Symbol's function definition is void: org-datetree-find-year-create / autoload org-datetree library?

2011-02-20 Thread Urs Rau (UK)
On latest git version release_7.4-419-g68114f, [Org-mode version 7.4 (release_7.4.419.g68114f)] , I am trying to archive to a date-tree and get the error: Symbol's function definition is void: org-datetree-find-year-create I found that if I '(load "org-datetree.el")' in the scratch buffer, it

[Orgmode] Re: indentation for section headings vs bulleted lists

2011-02-20 Thread Linus Arver
On Sun, Feb 20, 2011 at 01:19:43PM +0100, Nicolas wrote: > Firstly, org-indent-mode only works by sections. That means the whole > section gets the same indent prefix, whatever can be inside. Thus, lists > cannot be treated differently for now. While I am not technically knowledgeable with org-mod

[Orgmode] [REGRESSION] org-html.el (targets)

2011-02-20 Thread Jambunathan K
I am attaching the bug.org file and the html exports as done by git versions 048f32 (approx a month old) and 77c278 (very recent). Put the html file in nxml-mode and do a C-c C-n to check for validation errors. Click on the associated links in the html browser and you would notice that there is

[Orgmode] Re: indentation for section headings vs bulleted lists

2011-02-20 Thread Nicolas
Hello, Carsten Dominik writes: > while it might be posible to add additional line-prefix stuff to plain > lists, you need to be careful about performance. Yes, this is my main concern actually. When I speak about a "decent" solution, I'm really thinking about a "sufficiently reactive" one, prov

[Orgmode] Re: convert orgmode to docx

2011-02-20 Thread Fabian Braennstroem
Oh, one question... does this mean, it would be easier to use the orgmode-version for everything or can I just add your odt-implementation to my existing orgmode installation!? Thanks! Fabian On 02/19/2011 12:35 PM, Jambunathan K wrote: Bastien writes: Hi Fabian, Fabian Braennstroem write

[Orgmode] Re: convert orgmode to docx

2011-02-20 Thread Fabian Braennstroem
Hi, looks quite nice! Thanks to you both! Fabian On 02/19/2011 12:35 PM, Jambunathan K wrote: Bastien writes: Hi Fabian, Fabian Braennstroem writes: I wonder, if anyone tried to convert orgmode to docx format yet!? Please see Jambunathan's announce here: http://article.gmane.org/gm

Re: [Orgmode] Re: indentation for section headings vs bulleted lists

2011-02-20 Thread Carsten Dominik
On Feb 20, 2011, at 1:19 PM, Nicolas wrote: Hello, Linus Arver writes: Again, I'm very curious why org-mode's indenting code treats bulleted lists differently than section headings. This is due to a combination of org-indent-mode and visual-line-mode. Actually, it's a a two-parts problem.

[Orgmode] Re: indentation for section headings vs bulleted lists

2011-02-20 Thread Nicolas
Hello, Linus Arver writes: > Again, I'm very curious why org-mode's indenting code treats bulleted > lists differently than section headings. This is due to a combination of org-indent-mode and visual-line-mode. Actually, it's a a two-parts problem. Firstly, org-indent-mode only works by sect

Re: [Orgmode] Can I archive into datetree based on CLOSED date property

2011-02-20 Thread Puneeth Chaganti
On Sun, Feb 20, 2011 at 3:58 PM, Urs Rau (UK) wrote: > Hi > I would quite like to have a function that would work on a region , or on a > whole org file of todos and archive completed todos or a selected region into > a datetree in the archive file in such a way that all completed todo items >

Re: [Orgmode] IMPORTANT Modified link escaping in Org mode

2011-02-20 Thread David Maus
At Sat, 19 Feb 2011 12:11:36 +0100, Bastien wrote: > > Thanks David for the detailed explanations. > > Could you add the dmaus-org-check-percent-escapes.el function somewhere > in Worg/org-hacks.org? This will allow us to link to it when releasing > the next Org version. Done and done. Gave it th

[Orgmode] Can I archive into datetree based on CLOSED date property

2011-02-20 Thread Urs Rau (UK)
Hi I would quite like to have a function that would work on a region , or on a whole org file of todos and archive completed todos or a selected region into a datetree in the archive file in such a way that all completed todo items would be filed under the date on which their property says they

Re: [Orgmode] Re: ePub and Org mode

2011-02-20 Thread Alan Tyree
On Sun, Feb 20, 2011 at 6:53 PM, Achim Gratz wrote: > Christian Moe writes: > > I agree exporting 'chapters' in a single Org document to separate html > > files would be a nice option to have. > > > > Pending someone writing an export function for this, you could > [...] > > That sort of already

Re: [Orgmode] Re: org-babel: Bugs with inline src_* blocks

2011-02-20 Thread Eric Schulte
Dan Davison writes: > Paul Sexton writes: > >> Eric Schulte gmail.com> writes: >>> Hi, I agree with your intuition here, but I changed the default inline >>> header argument so that others would be able to use inline code blocks >>> and have the results inserted. To regain the behavior you des

Re: [Orgmode] Re: [babel] How to kill two birds with one stone?

2011-02-20 Thread Eric Schulte
Hi, I haven't followed this discussion very closely, but I'm not sure why it would be necessary to pass data through STDIN rather than through a variable or an external file. I took a shot at the dot graph example you proposed, the following works for me over a simple example directory. Best --

Re: [Orgmode] Re: [babel][patch] C++ inconsistencies

2011-02-20 Thread Eric Schulte
[...] > > Hi > > After further inspection and testing the following patch is more > complete (apologies for the noise). > > In addition I have a very simple Yaml template if it is of any interest > to anybody. I have a strong use case for tangling Yaml for 'literate > configuration' purposes since

Re: [Orgmode] Re: ePub and Org mode

2011-02-20 Thread Eric Schulte
Achim Gratz writes: > Christian Moe writes: >> I agree exporting 'chapters' in a single Org document to separate html >> files would be a nice option to have. >> >> Pending someone writing an export function for this, you could > [...] > > That sort of already exists, I've been using that to som

Re: [Orgmode] importing google docs document into org

2011-02-20 Thread Puneeth Chaganti
On Sun, Feb 20, 2011 at 12:01 PM, Le Wang wrote: > On Fri, Feb 18, 2011 at 8:57 PM, Puneeth > Chaganti  wrote: >> >> Actually, if you can describe the problems that you were faced with, I >> would be interested in spending some time and trying to fix those >> problems with Pandoc or atleast report