Rasmus writes:
> One more thing. For LaTeX, *we must load titletoc before hyperref*.
Requiring packages is not our problem.
> 3. Or we can add to the manual this deficit and advice how to solve it
> "manually".
I don't mind updating the footnote relative to titletoc package in the
manual. Do
Alan Schmitt writes:
> I don't understand: won't you need the "[33%]" bit for an exact
> search?
A statistics cookie is a variable part. If it ever changes, all your
links become invalid. It is better to simply ignore them (which is
already the case).
> Also, does ignoring whitespace mean repla
Hi all,
I'm using clocktables to compute my working hours per calendar week,
e.g.
#+NAME: T2014-W50
#+BEGIN: clocktable :block 2014-W50 :maxlevel 0 :scope ("default.org")
:indent
#+CAPTION: Clock summary at [2015-01-12 Mon 09:47], for week 2014-W50.
| File| Headline | Time|
Hello,
Trying to export the following in HTML:
- foo ::
Bar
- baz ::
generates the error "replace-regexp-in-string: Wrong type argument:
arrayp, nil".
Best regards,
Seb
--
Sebastien Vauban
Hi,
Nicolas Goaziou writes:
>> One more thing. For LaTeX, *we must load titletoc before hyperref*.
>
> Requiring packages is not our problem.
For titletoc, you can only enable it by either
1. adding a new org-latex-class
2. insert titletoc in org-latex-default-packages-alist manually.
Hi Seb,
Sebastien Vauban
writes:
> - baz ::
>
> generates the error "replace-regexp-in-string: Wrong type argument:
> arrayp, nil".
This has been fixed.
I forgot to acknowledge that you reported the bug. Sorry!!
I can revert the commit and redo the commit if you think?
–Rasmus
--
Dobbelt-A
Christoph LANGE writes:
> Hi all,
>
> I'm using clocktables to compute my working hours per calendar week,
> e.g.
>
> #+NAME: T2014-W50
> #+BEGIN: clocktable :block 2014-W50 :maxlevel 0 :scope ("default.org")
>
> :indent
>
> #+CAPTION: Clock summary at [2015-01-12 Mon 09:47], for week 2014-W50.
On 2015-01-12 09:43, Nicolas Goaziou writes:
> Alan Schmitt writes:
>
>> I don't understand: won't you need the "[33%]" bit for an exact
>> search?
>
> A statistics cookie is a variable part. If it ever changes, all your
> links become invalid. It is better to simply ignore them (which is
> alre
Marco Wahl writes:
> Christoph LANGE writes:
>>[...]
>> The following workaround helps:
>>
>> (defalias 'calendar-absolute-from-iso 'calendar-iso-to-absolute)
> [...]
>
> I try to fix the concrete issue immediately.
Fixed, I think. The workaround should be not necessary any more for the
curr
Hi Rasmus,
Rasmus wrote:
> Sebastien Vauban writes:
>
>> - baz ::
>>
>> generates the error "replace-regexp-in-string: Wrong type argument:
>> arrayp, nil".
>
> This has been fixed.
OK, thanks!
> I forgot to acknowledge that you reported the bug. Sorry!!
> I can revert the commit and redo the c
Sebastien Vauban
writes:
> What counts is that *you* *fixed* it!
I also introduced it cf. the log!
--
. . . It begins of course with The Internet. A Net of Peers
Hello,
I tried current version of org-mode:
commit 10954832e5168c301e4c0d266089a5f77062212b
Author: Nicolas Goaziou
Date: Thu Jan 1 21:37:35 2015 +0100
and got the problem that most of my drawers are now regarded as
misformatted and I'm asked for repair.
Adding a new property to a task
I use org mode for code review quite a bit. It's awesome to be able to
throw snippets of code in a doc and be able to verify fixes within the
doc. I noticed there's no PHP mode (and totally understand why seeing
as how "literate programming" is a keyword ;) so I wrote one.
Elsip isn't exactly a la
Hi!
"Stefan-W. Hahn" writes:
> I tried current version of org-mode:
>
> commit 10954832e5168c301e4c0d266089a5f77062212b
> Author: Nicolas Goaziou
> Date: Thu Jan 1 21:37:35 2015 +0100
>
> and got the problem that most of my drawers are now regarded as
> misformatted and I'm asked for re
In the following post,
http://stackoverflow.com/questions/27872038/emacs-keyboard-macro-fails-to-invoke-org-mode-capture-template,
artscan showed that org capture templates don't work in org v.8.2.10 when
invoked from within a keyboard macro. I reproduce his results here.
The following function
(
I'd like to hire a programmer to hack on some things in org-mode for
my use. If these improvements are contributed back the main org-mode
repository, would the copyright assignment have to come from me, or
from the programmer?
Yuri Niyazov writes:
> I'd like to hire a programmer to hack on some things in org-mode for
> my use. If these improvements are contributed back the main org-mode
> repository, would the copyright assignment have to come from me, or
> from the programmer?
It actually depends on the terms of hiri
Hello,
I reworked on my code. You can find it here :
https://pypi.python.org/pypi/python-gantt/
or with pip ::
pip install python-gantt
Enclosed, there is two parts :
- python-gantt : this library is used to draw gantt svg charts from python
- org2gantt : used to transform org-mode files to
Alan Schmitt writes:
> Should we assume the cookie is at the end of the headline or not?
The cookie can be anywhere within the headline text.
> I'd gladly do this, but to use the `org-element-map' function it seem
> that I need a parse tree. How can I get it? Or is it possible to use
> directly
Rasmus writes:
> I can add documentation, but please reconfirm that you find the above
> limitations acceptable and want to see suggestions of modifying
> org-latex-packages-alist in the manual!
AFAIU, this is the only solution since we do not support titletoc in
core. The modification is pretty
On Sun, 16 Nov 2014, Nicolas Goaziou wrote:
"Charles C. Berry" writes:
For now, I'd be willing to make patches that will allow removal of the
inline src block results that do *not* involve these header args:
- :file
- :wrap
- :results latex html drawer org code
which I can do barely touch
Hi,
Nicolas Goaziou writes:
> AFAIU, this is the only solution since we do not support titletoc in
> core.
As said, I'd prefer load hyperref via org-latex-hyperref-template, but
it's probably too big a change too late. Though, it would resolve the
"issue" that if I do
(setq org-latex-defa
Yuri Niyazov writes:
> I'd like to hire a programmer to hack on some things in org-mode for
> my use. If these improvements are contributed back the main org-mode
> repository, would the copyright assignment have to come from me, or
> from the programmer?
IANAL… you'd normally own the resulting pr
Dear all,
Does anyone get org-download.el to work under Mac OSX? I'm struggling to
get it work, but it seems to help a lot, empowering org to handle images a
lot easier.
I believe I've installed org-download.el correctly, but when I'm dragging
and drop the image into an org buffer, all I get is t
24 matches
Mail list logo