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,
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
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
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
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
"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
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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.
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
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
>
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
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
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
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
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 --
[...]
>
> 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
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
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
31 matches
Mail list logo