Hi Myles,
> Hi Andreas,
>
>>> On Sun, 17 Jun 2012 22:19:39 +0200, Andreas Leha said:
>
> > Hi all,
> > I am having troubles in using the header argument :units which is
> > implemented for R source blocks. Example:
>
> > #+begin_src R :results graphics :file wideplot.png :width 14 :height
Hi, Andreas,
Could you say what behavior you expect when exporting \cite commands
to ODT?
Yours,
Christian
On 6/17/12 10:57 PM, Andreas Leha wrote:
Hi all,
I experience problems when using \ref and \cite in documents, and then
exporting to odt.
I can replace the \ref{uuu} with [[uuu]] (bre
Vikas Rawal writes:
> Where is the documentation for the new exporter that is in the works?
http://orgmode.org/worg/dev/org-export-reference.html
--
cheers,
Thorsten
At Sun, 17 Jun 2012 08:09:12 -0400,
Bernt Hansen wrote:
> > I see that I can set org-enforce-todo-dependencies, but this is a
> > global setting. Is it possible to have one org file with dependencies
> > and another without? Or by subtree?
>
> You can set the ORDERED and NOBLOCKING properties to m
M writes:
> Hi,
>
> I want to change the sorting order in the agenda (the standard seems to be
> that overdue items are sorted by date so that the oldest ones are shown
> first) to get the items listed in the following order:
>
> * as a first list:
> todos with a deadline today or before today,
>
Where is the documentation for the new exporter that is in the works?
Inspired by so much discussion of the new exporter on the list (which
I have only superficially followed so far), I would like to test it
out.
Will be grateful for a pointer about where to start.
Vikas
On Sun, Jun 17, 2012 at 08:12:19PM -0400, William LÉCHELLE wrote:
> > org-mode thinks I finished it for 'today' because it's after 0AM and
> > schedules it for 'tomorrow'. This way, I'll forget it for one day.
> >
> > Is there a simple day to say: "I finished this task yesterday" without
> > me hav
Nicolas Goaziou wrote:
> > Right: it's a bug. org-html.el and org-lparse.el call
> > org-export-cleanup-toc-line which gets rid of the tag in this case,
> > org-ascii.el does it by hand (i.e. without calling the above function)
> > and org-latex.el does not do it at all. It's likely that other ba
> org-mode thinks I finished it for 'today' because it's after 0AM and
> schedules it for 'tomorrow'. This way, I'll forget it for one day.
>
> Is there a simple day to say: "I finished this task yesterday" without
> me having to manually change every date in the tree, the PROPERTIES
> drawer, and
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
I have some tasks I want to complete every day. I sometimes do these for
the current day after 0 AM so logging the task (habit) as "DONE"
schedules it for the day after tomorrow. (.+1d). This is problematic as
org-mode thinks I finished it for
On Mon, Jun 18, 2012 at 1:40 AM, Nicolas Goaziou wrote:
> This is not a bug. LaTeX has its own command to create the table of
> contents. There is no simple way to interfere with the process and
> remove the tags.
I think this should work:
\section[Section title in toc]{Section title}
Then the
Hello,
William Crandall writes:
> I've not been able to get special-strings working with
> the new exporter,
Could you elaborate? I have no problem with special strings in any
back-end so far.
> but it should be something like:
>
> --
> ;; For ne
Hello,
Nick Dokos writes:
> itm...@chrikro.net wrote:
>
>> Nick Dokos skrev 2012-06-17 04:12:
>> > itm...@chrikro.net wrote:
>> >
>> >> Hi!
>> >>
>> >> This is about exporting to pdf and tags showing.
>> >>
>> >> When exporting to pdf I use
>> >>
>> >> #+OPTIONS tags:not-in-toc
>> >>
>> >
>> >
Hello,
Andreas Leha writes:
> is the new exporter lacking the possibility to set the title of the
> exported document, when the title is set in the properties?
>
> Example:
> ,
> | #+title: test
> |
> | * testexport
> | :PROPERTIES:
> | :EXPORT_TITLE: Pumuckl
> | :END:
> | Some text.
Hi Andreas,
>> On Sun, 17 Jun 2012 22:19:39 +0200, Andreas Leha said:
> Hi all,
> I am having troubles in using the header argument :units which is
> implemented for R source blocks. Example:
> #+begin_src R :results graphics :file wideplot.png :width 14 :height 7
:units "cm"
> pl
Hi all,
is the new exporter lacking the possibility to set the title of the
exported document, when the title is set in the properties?
Example:
,
| #+title: test
|
| * testexport
| :PROPERTIES:
| :EXPORT_TITLE: Pumuckl
| :END:
| Some text.
`
On my system, this still exports to (i
Hi Andreas,
I believe the author of ob-R.el no longer reads the list. Perhaps you could
propose a patch?
All the best,
Tom
Andreas Leha writes:
> Hi all,
>
> I am having troubles in using the header argument :units which is
> implemented for R source blocks. Example:
>
> #+begin_src R :resul
itm...@chrikro.net wrote:
> Nick Dokos skrev 2012-06-17 04:12:
> > itm...@chrikro.net wrote:
> >
> >> Hi!
> >>
> >> This is about exporting to pdf and tags showing.
> >>
> >> When exporting to pdf I use
> >>
> >> #+OPTIONS tags:not-in-toc
> >>
> >
> > Missing colon perhaps?
> >
> > #+OPTIONS: ta
Hi all,
I experience problems when using \ref and \cite in documents, and then
exporting to odt.
I can replace the \ref{uuu} with [[uuu]] (breaking compatibility with
the legacy exporter), but how would I replace \cite?
My only 'solution' momentarily is to export with #+OPTIONS: LaTeX:nil
I gu
Hi, everyone.
I'm seeing a bug that really bothers me.
When writing a table, if I specify a formula which has
invalid indexes Emacs hangs.
E.g. consider a table
| 3.4 |
| 4.5 |
| 5.6 |
| :=vmean($1..$3) |
Clearly, I wanted to type @1..@3, and everything would work just fine. But
such typo leads
Hi all,
I am having troubles in using the header argument :units which is
implemented for R source blocks. Example:
#+begin_src R :results graphics :file wideplot.png :width 14 :height 7 :units
"cm"
plot(1:10, 1:10)
#+end_src
This expands to
: png(filename="wideplot.png",height=7,units=cm,
At Sat, 16 Jun 2012 18:31:53 +0200,
Benoit Bayol wrote:
>
> All the mixes on headers I tried have been failures.
>
> Here is my example source : http://pastebin.com/63uHDvZH
>
> Does anyone see why I cannot have the output of the code and the results
> in the last sections ?
Hi Benoit,
I may
On Thu, Jun 14, 2012 at 10:09 PM, Enda wrote:
> If you have read the manual, what is the best way to keep up-to-date
> with new features?, DiffPDF between the manual that was read and
> latest manual?
There's a nice change log here -- http://orgmode.org/Changes.html
Also, every release comes wit
On Thu, Jun 14, 2012 at 8:39 PM, scrawler wrote:
> Hey guys,
>
> Maybe there can be a subject-line label just for me:
> [O:sq]
> because I have a million of them. I really don't want to clutter up the
> list, though.
>
> I haven't used org-protocol yet. I've been staying away from it because
> it
Hi,
I want to change the sorting order in the agenda (the standard seems to be
that overdue items are sorted by date so that the oldest ones are shown
first) to get the items listed in the following order:
* as a first list:
todos with a deadline today or before today,
sorted by priority (descend
James Harkins writes:
> I see that I can set org-enforce-todo-dependencies, but this is a
> global setting. Is it possible to have one org file with dependencies
> and another without? Or by subtree?
Hi James,
You can set the ORDERED and NOBLOCKING properties to modify/override this
setting in
Hello all,
When I create a link from my latex-file it will not work, wenn the
line contians a backslash like \textbf{attention}. I have to double
the backshlash in the inserted link to make it work
\\textbf{attention}.
example
[[file:~/git/f-tb19/f-tb_1919.tex::M%C3%BCnchen!%20\curu{Mut,}][link
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nick Dokos skrev 2012-06-17 04:12:
> itm...@chrikro.net wrote:
>
>> Hi!
>>
>> This is about exporting to pdf and tags showing.
>>
>> When exporting to pdf I use
>>
>> #+OPTIONS tags:not-in-toc
>>
>
> Missing colon perhaps?
>
> #+OPTIONS: tags:n
Sorry for the late reply. I was off the mailing list for one and a
half month. Therefore I include a full quote.
* Neil Smithline wrote:
>
> Karl Voit Karl-Voit.at> writes:
>> Therefore I sat down and thought about a workflow that should be
>> enough for writing simple weblog entries:
>>
>>
Hi,
I see that I can set org-enforce-todo-dependencies, but this is a global
setting. Is it possible to have one org file with dependencies and another
without? Or by subtree?
Thanks.
hjh
--
James Harkins /// dewdrop world
jamshar...@dewdrop-world.net
http://www.dewdrop-world.net
"Come said
30 matches
Mail list logo