> > it looks like captured links won't take into account header text after < or
> > >, hence capturing links to headlines featuring these will fail, is there a
> > known issue about accepted characters in headlines that I'm not aware of ?
> There should be none, please test master if you can and r
Carsten Dominik gmail.com> writes:
> Playing with this idea I noticed that the sorting function
> did not accept their additional arguments like sorting-key
> and get key-function in they way they should. So I patched
> them, to make the following work in the current master:
>
> (defun org-sort
Hmm,
It works like a charm here.
I add booktabs like this:
(add-to-list 'org-export-latex-packages-alist '("" "booktabs"))
Also, I noticed you have \[PACKAGES]. I don't escape the opening brace:
(add-to-list 'org-e-latex-classes
'("koma-article"
"\\document
Hi,
I had tried t but then removed it when it did not work and the
documentation seemed to indicate that :booktabs was a toggle.
I tried your suggestion to add (setq org-e-latex-tables-booktabs t) to the
.emacs file but I am still getiing \hline. I did make sure to get the
latest version from git
Aloha RCY,
You can have this in your setup to enable booktabs globally:
(setq org-e-latex-tables-booktabs t)
Or, you can give a table this attribute:
#+attr_latex: :booktabs t
I think your example should work if you add the t after :booktabs.
hth,
Tom
RCY writes:
> I am trying to use the
I am trying to use the booktabs package for tables in the new exporter,
however I am unable to get \toprule, etc instead of \hrule
I would appreciate any suggestions to fix this.
As a minimal example, I started emacs -q, and evaluated the following:
(setq org-install-dir "~/.emacs.d/src/org-mo
Hello org maintainers,
The manual suggests setting `org-clock-persist' to 'history, but this value
isn't documented in the docstring. There is an explicit check for the value of
history in `org-clock-save', so I think it should be documented since it's more
than just a non-nil value.
Thanks,
Thank you, it is very usefull!
Celano
Hi celano,
celano writes:
> Hello
>
> This is my file.org (I use it then with latex: C-c C-e l):
>
>> #+LaTeX_CLASS:book
>> * First part
>> ** First chapter
>> ** Second chapter '(:noexport:)
>> ** Third chapter '(:noexport:)
>> #+LaTeX: \printbibliography
>>
>> * Sec
Well, that put me on the right track. I wasn't looking for a persistent
custom search command, just one I could execute ad hoc, since sometimes
I'd be looking for tigers and sometimes for bears, etc.
But with this to go on, I found that
C-c a m species="tiger"
does what I want.
Previously, my p
Hi Christopher,
"Christopher W. Ryan" writes:
> How would I search for all the tigers?
(setq org-agenda-custom-commands
'(("o" "List of tigers"
((tags "+species=\"tiger\")
HTH,
--
Bastien
>From what I have seen, most of the org-mode manual documentation about
searching or matching tags and properties is about the former, rather
than the latter. How would I search out all the headlines that have a
property of a certain value? For example:
** Tigger
:PROPERTIES:
:species: tig
Aloha Celano,
This should work. You'll need to move the \printbibliography line when
you decide to export the second or third chapters, if you want it to be
at the end of the first part.
>> #+LaTeX_CLASS:book
>> * First part
>> ** First chapter
>> #+LaTeX: \printbibliography
>>
Bastien writes:
> Rémi Vanicat writes:
>
[...]
> Well, it was, I just skipped it inadvertantly.
> I can reproduce the problem, but don't have an easy fix
> at hand. If you find one, please let us know.
This seem to do it
>From e7344cd512af57fc9c85205876d6e3bfed2e53fe Mon Sep 17 00:00:00 200
"Julian Burgos" writes:
> Dear list,
>
> I use org-mode to draft papers and reports, using embedded R code and
> LaTex snippets. It is a fantastic tool. But sometimes I have to
> collaborate with less enlighted colleagues who use MS Word. For now I am
> exporting my document to odt, and from t
Hi Bastien,
> Hi,
>
>
[snip]
> >
> > So the SCHEDULED event is not exported. I assume that's a bug?
>
> I cannot reproduce this either from the maint or master branch.
> Let us know if there is still a bug for this.
>
Everything is fine on org's side. It is even documented that way, as I fo
Huy,
please check your setting for org-extend-today-until:
The hour when your day really ends. Must be an integer.
This has influence for the following applications:
- When switching the agenda to "today". It it is still earlier
than the time given here, the day recognized as TODA
Dear list,
I use org-mode to draft papers and reports, using embedded R code and
LaTex snippets. It is a fantastic tool. But sometimes I have to
collaborate with less enlighted colleagues who use MS Word. For now I am
exporting my document to odt, and from there to MS word. Then, when I get
th
Dear Bastien,
Bastien altern.org> writes:
> > I have tried to customize `org-agenda-sorting-strategy', but only
> > 'user-defined-up' might do the trick, I think.
> > However, I do not know LISP and
> > would not know how to define the required comparison function.
>
> In fact we need a date-u
Am 26.12.2012 22:04, schrieb Alan L Tyree:
Well, I might have an idea what went wrong... the first install you did
after you've already worked with orgmode in your Emacs or do you already
load (some) orgmode stuff in your init file?
Both. I had been working with orgmode, then made the install.
It's 1:17am over here.
And when I pop up the agenda and then hit 'l', it says:
1:17.. now - - - - - - - - - - - - - - - - - - - - - - - - -
but it's on the wrong day: yesterday.
I'm running 7.9.2 on emacs 24.2.1 on OS X
Thanks,
Huy
It seems that org-agenda-quit (q) and org-agenda-exit (x) are swapped.
'q' wants to close my the buffers loaded for the agenda.
Strange.
I'm running 7.9.2 on emacs 24.2.1 on OS X
Thanks,
Huy
Dear Achim,
> Try @6$1=vcount(map(,vflat(@I..@II)))
Excellent. Thank you very much!
Sincerely,
Martin
Hello
This is my file.org (I use it then with latex: C-c C-e l):
#+LaTeX_CLASS:book
* First part
** First chapter
** Second chapter '(:noexport:)
** Third chapter '(:noexport:)
#+LaTeX: \printbibliography
* Second part
** 4th chapter
** 5th chapter
As you
Thanks.
-
*Sanjib Sikder
*Ph.D. Fellow
Chemical Engineering
IIT Bombay*
*
On Thu, Dec 27, 2012 at 1:46 AM, Thomas S. Dye wrote:
> Aloha Sanjib Sikder:
>
> I think the exporter expects the description label to be on one line.
>
> If I change your input to this, all
25 matches
Mail list logo