> this means that [TABLE-OF-CONTENTS] isn't supported in the ODT
> exporter.
Fixed. Please pull again.
--
Martyn Jago writes:
> Hi Aaron
>
> aaron barclay writes:
>
>> Hi,
>>
>> I am having trouble finding the correct way to export a document without
>> the code blocks included. Should I be using #+EXPORT_EXCLUDE_TAGS? I can't
>> seem to get it to work, anyone have the correct syntax?
>>
>> cheers,
Hi Aaron
aaron barclay writes:
> Hi,
>
> I am having trouble finding the correct way to export a document without
> the code blocks included. Should I be using #+EXPORT_EXCLUDE_TAGS? I can't
> seem to get it to work, anyone have the correct syntax?
>
> cheers,
> aaron.
#+EXPORT_EXCLUDE_TAGS is
Hi,
I am having trouble finding the correct way to export a document without
the code blocks included. Should I be using #+EXPORT_EXCLUDE_TAGS? I can't
seem to get it to work, anyone have the correct syntax?
cheers,
aaron.
Hi Martyn,
thank you, this helped to track down the problem. Seems to be a conflict
with flymake so have disabled that for now.
aaron.
On 25 January 2012 00:02, Martyn Jago wrote:
> Hi Aaron
>
> aaron barclay writes:
>
> > Hello,
> >
> > When I use a python code block in a document any expo
Aloha Christoph,
Welcome to Org Mode.
I'm an archaeologist who has found Org mode to be a great help in my
scientific work. I use it as a laboratory notebook, a project planner,
a platform for carrying out statistical analyses, and a tool for putting
together compendia for reproducible research
Hi
this is my first post here and although I am evaluating org mode with great
interest, I am also asking myself in which way other scientists are making use
of org mode. It will take a while to get my head around how to accomplish
certain things in org mode but for the moment I am intrigued by
Yu writes:
> However, the calculations are usually not wanted to be seen, when
> looking at the file, so I'd like to specify, that this specific table
> and this specific gnuplot code block are to be folded by default.
>
> Is there some way to achieve this?
You can put them in a drawer.
Regards
Hello!
I was wondering, if there is a way to mark specific elements for
staying folded unless explicitly shown. Reading the manual I only
found possibilities to control the global folding of sections and
blocks in general.
However, what I want to do is:
- Embed a table of numerical data in my org
Nicolas Goaziou writes:
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> Nicolas Goaziou writes:
>>
>>> t...@tsdye.com (Thomas S. Dye) writes:
>
A way to set individual headings as numbered or unnumbered would be
deluxe. Perhaps this is possible, but I haven't found it?
>>>
>>> It would
Martyn Jago writes:
> Hi,
>
> Andreas Leha writes:
>
>> Hi all,
>>
>> I experience unexpected behaviour when an inline source block is not
>> preceded by whitespace.
>>
>> Example:
>> ===
>> * Test inline
>> This is a functional inline src_R{print("source block")}.
>>
>>
Nicolas Goaziou writes:
> But it's still new syntax. It could also be narrowed
> to :LATEX_NUMBERING: nil, but I think that this feature, if implemented,
> should be available for every major back-end, much like "num:1".
Unless I miss something, if "num:*" would be allowed in addition to
integers
t...@tsdye.com (Thomas S. Dye) writes:
> Nicolas Goaziou writes:
>
>> t...@tsdye.com (Thomas S. Dye) writes:
>>> A way to set individual headings as numbered or unnumbered would be
>>> deluxe. Perhaps this is possible, but I haven't found it?
>>
>> It would require to modify Org's syntax (how t
Nicolas Goaziou writes:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> You mentioned unnumbered headlines. I wonder, would it be possible (or
>> useful) to have the num: option take an integer (like toc:)? As I
>> understand it now, its value is either nil or not nil. It doesn't
>> m
Bastien writes:
> Thinking again about your problem, I don't find it natural to
> have #+DRAWERS /replacing/ existing drawers specified in `org-drawers',
> instead of just adding new ones.
Well, if one had defined a lot of drawers in their configuration and
wanted the list to be trimmed in a few
I'm using Org-mode version 7.8.02. I'd like to move the table of
contents using [TABLE-OF-CONTENTS] as documented in (org)Top:: > *Note
Markup:: > *Note Structural markup elements:: > Table of contents. I'm
exporting to ODT, and the table of contents always shows up just after
the title informati
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> You mentioned unnumbered headlines. I wonder, would it be possible (or
> useful) to have the num: option take an integer (like toc:)? As I
> understand it now, its value is either nil or not nil. It doesn't
> manipulate \secnumdepth, but instead
At Thu, 26 Jan 2012 06:39:45 -0500,
Found that switching to weekly/daily view was broken, and committed
removal of org-agenda-overriding-restriction and
org-agenda-overriding-arguments from the local var list.
Max Mikhanosha wrote:
>
> I had committed a change that activates local variables, on
On 26 Jan 2012, at 14:41, Alan Schmitt wrote:
Hello,
I'm trying to use shift selection in the text part of org files, so I
set "org-support-shift-select" to "t". Unfortunately it does not work:
nothing happens when I try to select text using shift and arrow keys.
I'm using Aquamacs 3 (compi
Andreas Leha wrote:
> Hi all,
>
> this just came into my inbox:
> http://www.jstatsoft.org/v46/i03
>
> Great work! Big thanks to the authors.
>
I remember reading it with great pleasure back when Eric posted it to
the list: beautiful stuff. I look forward to rereading it.
Congratulations!
Nicolas Goaziou writes:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> I think that your understanding of the new exporter architecture is
>> intimate and secure. I'm happy to follow your lead here.
>
> I know for sure my way around the new exporter, but my LaTeX skills
> aren't on par
Bastien wrote:
> Hi Nick,
>
> Nick Dokos writes:
>
> > That's it: I had a
> >
> > #+DRAWERS: JUNK GARBAGE TRASH
> >
> > line in the file (and I didn't report it in the original email: blush!
> > sorry about that). Without it, the property drawer behaves normally.
>
> Thinking again about yo
Hello,
I'm trying to use shift selection in the text part of org files, so I
set "org-support-shift-select" to "t". Unfortunately it does not work:
nothing happens when I try to select text using shift and arrow keys.
I'm using Aquamacs 3 (compiled yesterday) and org-mode from git
(compiled
Hi,
Andreas Leha writes:
> Hi all,
>
> I experience unexpected behaviour when an inline source block is not
> preceded by whitespace.
>
> Example:
> ===
> * Test inline
> This is a functional inline src_R{print("source block")}.
>
> This (src_R{print("here")}) is not.
> =
Eric S Fraga writes:
> Johnny writes:
>
>> Hi,
>>
>> I have some e-mail addresses in a table that I want to export to pdf
>> thorugh latex. However, the e-mail addresses do not wrap nicely (not at
>> all) in the table, is there any way to make the latex export from org
>> enable wrapping?
>>
>>
I had committed a change that activates local variables, only if
org-agenda-sticky is turned on, hopefully making it completely safe to
test for people..
Now if something is screwed up, and you are in a hurry, you can turn
sticky agenda off and get on with normal org-mode usage, and then send
bug
On 26.1.2012, at 11:17, Max Mikhanosha wrote:
> I realize that I may have too many, my initial approach was to start
> with some obvious one, then test and keep adding to the list.
>
> But the bugs that shows up are hard to reproduce, and subtle, and it
> was slow going, and I was sure I'm missi
I realize that I may have too many, my initial approach was to start
with some obvious one, then test and keep adding to the list.
But the bugs that shows up are hard to reproduce, and subtle, and it
was slow going, and I was sure I'm missing some.
So I went the other direction, and made a list o
Hi Max,
how did you select the variables that should become buffer-local?
You might have too many in your list, for example org-last-heading-marker...
Cheers
- Carsten
On 25.1.2012, at 21:45, Max Mikhanosha wrote:
> I had put my initial implementation of multiple agenda buffers and
> sticky ag
Bastien writes:
> Nick Dokos writes:
>
>> I start emacs with a minimal .emacs and an empty org file, insert
>> a headline and insert a property drawer with
>> org-insert-property-drawer.
>
> Note that a similar problem can occur with `org-insert-drawer' if
> the inserted drawer is not known as
Johnny writes:
> Hi,
>
> I have some e-mail addresses in a table that I want to export to pdf
> thorugh latex. However, the e-mail addresses do not wrap nicely (not at
> all) in the table, is there any way to make the latex export from org
> enable wrapping?
>
> Example:
>
>#+ATTR_LaTeX: alig
Nicolas Goaziou writes:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> I think that your understanding of the new exporter architecture is
>> intimate and secure. I'm happy to follow your lead here.
>
> I know for sure my way around the new exporter, but my LaTeX skills
> aren't on par
*Org mode version I'm using:* 7.8.03
*What's the issue:* C-c l automatically creates ID property and copies the
ID instead of heading. Happens if I have another file attached to my file.
*
Steps to reproduce the issue:* In an org file, do C-c C-a n and save the
new attachment. Now try doing C-c l
Hi Rob,
Bastien writes:
> Rob Giardina writes:
>
>> diff --git a/contrib/lisp/org-export-generic.el
>> b/contrib/lisp/org-export-generic.el
>> index 12bbcdb..97b9134 100644
>> --- a/contrib/lisp/org-export-generic.el
>> +++ b/contrib/lisp/org-export-generic.el
>
> can you resubmit this patch us
Hi all,
this just came into my inbox:
http://www.jstatsoft.org/v46/i03
Great work! Big thanks to the authors.
- Andreas
Hi Takahiro,
Takahiro Noda writes:
> I found a minor error in org.el. A colon following the INCLUDE keyword
> shouldn't be omitted from org-structure-template-alist. Here is a
> patch to fix the remedy.
Applied, thanks!
--
Bastien
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 mailing list.
--
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 mailing list.
--
Hi Nick,
Nick Dokos writes:
> That's it: I had a
>
> #+DRAWERS: JUNK GARBAGE TRASH
>
> line in the file (and I didn't report it in the original email: blush!
> sorry about that). Without it, the property drawer behaves normally.
Thinking again about your problem, I don't find it natural to
ha
Hi Nicolas,
Nicolas Goaziou writes:
> Therefore, I suggest the following draft of a patch, that mostly reverts
> commit splitting `org-insert-property-drawer' and makes
> `org-insert-drawer' more user friendly. It provides the following
> facilities:
>
> - headline inclusion check,
> - drawe
40 matches
Mail list logo