Thomas S. Dye tsdye.com> writes:
> If I'm not mistaken, 'org-export is no longer required. Could you try
> without that require to see if you get what you expect?
Thanks for the reply, Tom. Unfortunately, removing that line doesn't change the
behaviour.
Aloha Michael,
If I'm not mistaken, 'org-export is no longer required. Could you try
without that require to see if you get what you expect?
All the best,
Tom
Michael Gauland writes:
> I've just started playing with the new exporter. My .emacs files includes:
>
> (require 'org-export)
> (requ
Hello Nicolas,
On 10月 19 2012, Nicolas Goaziou wrote:
> Hello,
>
>>
>> #+CAPTION: A wide table with tabulary
>> #+LABEL: tbl:wide
>
> It should be #+NAME: tbl:wide
Thanks, Manual need to be updated then.. (info "(org)Tables in LaTeX export")
>> #+ATTR_LaTeX: table* tabulary width=\textwidth
>
Is there some way to go directly to a node?
F.ex, I have:
* foo
** bar..
** baz..
** hukarz..
I do C-c a s to search for baz, which brings up a buffer with baz
somewhere in there and I have to move down the list to hit TAB on baz.
Is there maybe some IDO magic or something similar which can ta
I add a TODO item with M-S-RET, but is there any way to insert the new
TODO item at the bottom of the current node or is there any way to
navigate quickly to the last TODO item of the current node?.
I often run C-c a s to search, but I end up at the top and I always have
to "scroll" down to the l
On 18 Oct 2012, at 22:50, Rasmus wrote:
> Perhaps something like fold mode of AUCTex would be useful. I.e. all
> deadline markers would be replace by a [d] which folds out when the
> cursor is on [d]. It might even be possible with the magic which
> replaces \delta with δ in org buffers. . .
I've just started playing with the new exporter. My .emacs files includes:
(require 'org-export)
(require 'org-e-latex)
(require 'org-e-html)
(require 'org-e-odt)
(require 'org-e-beamer)
But when I run org-export-dispatch, the only choices I get are 'Export to ODT'
and 'Publish'.
If I comment ou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mail
I'm using Aquamacs in markdown-mode with orgstruct-mode turned on.
When I start a numbered list:
1. foo
...at the end of that line, I want to automatically generate the next
number on the list, so I hit OPTION-RETURN
but instead of generating a "2. " on the next line, I get this error:
Debugge
If i have a list like:
** [/] Headin
- [ ] one
- [ ] two
I can add a new line with a checkbox with the command M-S-. The [/] is
updated immediately. Is there a smarter way to remove items from the list, than
C-k, C-c #?
I like to have a [0/0] when removing the last item. Is this possib
Hello,
Yagnesh Raghava Yakkala writes:
> New latex exporter doesn't recognize the author:nil and timestamp:nil. test
> file is attached.
>
>
>
> #+TITLE: abcd
> #+AUTHOR: me me
> #+DESCRIPTION:
> #+KEYWORDS:
> #+LANGUAGE: en
> #+OPTIONS: timestamp:nil
> #+OPTIONS: author:nil
>
>
> #+CAPTIO
Hi,
Lines like this (from the manual):
#+INCLUDE: "~/.emacs" :lines "10-"Include lines from 10 to EOF
could be more flexible if we were able to do:
#+INCLUDE: "~/.emacs" :link [[link to a headline]]
because it allows the included file to change (e.g) the number of header
lines. There may
Hi,
I think there is a bug here.
Given the situation below, I would expect that the block named xxx
would never be evaluated:
#- file b.org ---
#+TITLE: b.org
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
* A heading:noexpo
Hi Nicolas,
On Thu, Oct 18, 2012 at 02:59:05PM +0200, Nicolas Quiniou wrote:
> Le 18/10/2012 12:32, Suvayu Ali a écrit :
> > So something like this should work:
> >
> > #+TITLE: Testing example block
> >
> > #+begin_example
> > ,#+TITLE: My title
> > #+end_example
>
> That's right. Thanks you
Hello,
New latex exporter doesn't recognize the author:nil and timestamp:nil. test
file is attached.
#+TITLE: abcd
#+AUTHOR: me me
#+DESCRIPTION:
#+KEYWORDS:
#+LANGUAGE: en
#+OPTIONS: timestamp:nil
#+OPTIONS: author:nil
#+CAPTION: A wide table with tabulary
#+LABEL: tbl:wide
#+ATTR_LaTe
Le 18/10/2012 12:32, Suvayu Ali a écrit :
> So something like this should work:
>
> #+TITLE: Testing example block
>
> #+begin_example
> ,#+TITLE: My title
> #+end_example
That's right. Thanks you.
Could we improve org-protecting-blocks documentation or Org manual on
that point ?
I use Org in similar manners, i.e. for writing stuff and as a
calendar.
> So, for the way my brain thinks, there are a few org-mode design
> features that get in the way.
> - scheduled and deadline dates cannot be stored in drawers
That would be nice, yes.
> - I would like a org-remove-all-
On Tue, Oct 16, 2012 at 10:14:24PM +0200, Rasmus wrote:
> Can anyone think of a clever regexp that recognizes the above pattern?
> I tried, "\\.[ ]\{1\}" but it didn't work. And without the \{1\} it's
> too strong. . .
>
I believe you need to group the whole regexp for the {1} to work. Try
some
Hi Nicolas,
On Thu, Oct 18, 2012 at 11:33:33AM +0200, Nicolas Quiniou wrote:
> Hi,
>
> When I put #+TITLE in a block example and try to export an Org file in
> HTML (with org-export), results are unexpected :
>
> Org file
> --
> #+TITLE: Testing example block
> #+begin_example
> #+TITLE: My titl
Hallo,
On 10/17/2012 03:50 PM, Nicolas Goaziou wrote:
Hello,
Robert Klein writes:
I created a patch for the new exporter, so I can adding onload and
onunload attributes to the body tag in HTML export.
I'm rather new to emacs lisp, please check if this is to be included
in org-mode.
Befor
Hi,
When I put #+TITLE in a block example and try to export an Org file in
HTML (with org-export), results are unexpected :
Org file
--
#+TITLE: Testing example block
#+begin_example
#+TITLE: My title
#+end_example
HTML file
--
[..]
My title
[..]
To obtain expected results, I found two solution
Hi,
Is it possible to set the characters for underlining headlines on ASCII
export on a per-file basis?
I'm using Org version 7.9.2.
Cheers,
Loris
--
no sig is good sig
On 2012-10-12, Thomas Koch wrote:
> I know that org-drill has its own webpage with good
> documentation. The point is, that the Debian maintainer (or Fedora,
> Gentoo, ...) just takes the org- mode tarball and packages
> everything found in there. It would be an extra burden for the
> maintainer t
23 matches
Mail list logo