Hi Achim,
Achim Gratz writes:
> Curses... here are the two patches
Thanks a lot. Can you tell me how you created this patches and
what is the commit maint and master will correspond to after we
apply it?
Are there patches that have been applied and should be reapplied
in case we use your pa
Bastien writes:
> Thanks a lot. Can you tell me how you created this patches and
> what is the commit maint and master will correspond to after we
> apply it?
I've sent you a mail with the details.
> Are there patches that have been applied and should be reapplied
> in case we use your patche
>
> This indicates that .replace('|',':') didn't work out as expected and
> org-protocol received
>
> org-protocol://store-link://file%3A%2F%2F%2FC%7C%2FTemp%2Ffile.pdf
> ^^^
>
> Maybe this could do the trick:
>
> ,
> | app.addMenuItem({cName:"or
Hi,
this is doing what I want. I had already suspected
org-odt-category-map-alist, but I had missed the fact that the xml file
has to be changed as well.
Thanks,
Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 15/03/12 17:14, Nick Dokos wrote:
> Sebastien Vauban wrote:
>
>> Hi Nick and Eric,
>>
>> Nick Dokos wrote:
>>> Eric Schulte wrote:
Did you press C-c C-c on each property line after it was written?
>>>
>>> Just to clarify: do I really
On Mon, Mar 5, 2012 at 10:24 AM, Eric Schulte wrote:
> Andreas Leha writes:
>
>> Eric Schulte writes:
>>
>>> Leo Alekseyev writes:
>>>
I was wondering if there was an easy way to execute some shell
commands contained in a src block as root. Alternatively, is there a
quick way to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I did not get any response so far, so I hope that the email did not went out...
Rainer
- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
When giving the header argument :title: the graph is not produced in a file:
* This works
Display boxplot of s
On 17.3.2012, at 07:45, Nick Dokos wrote:
> Karl Voit wrote:
>
>> * Nick Dokos wrote:
>>> Karl Voit wrote:
>>>
>>> For me, it was a "no time to work on org - stash it"...
>>
>> OK. I just wanted to make sure that it *is* on someone's todo list
>> :-)
>>
* Karl Voit wrote:
>
On 17.3.2012, at 15:04, Simon Thum wrote:
> Hi Karl,
>
> why don't you add something like an "xx" day which will probably please
> org-mode - in my tests org ignored the weekday.
Yes, the weekday is only expected, but never used, so writing "xxx"
would work. However, see my other mail for ano
Xelatex should be pdflatex with enhanced font handling capability.
and its fonts configure for Chinese is much much more simple than
pdflatex, for it can use *ttf* *otf* fonts in the system easily.
Add item:
1. 2 runs of xelatex
2. 3 runs of xelatex
3. xelatex,bibtex,xelatex,xelatex
diff
Hi,
is it possible to have protected spaces in an odt exported from
org.-mode? I tried ~ and \nbsp, but both come out literally.
Thanks,
Martin
Hi:
Could we add some org-babel menu items ,so using
them we can enable and disable the computer languages ?
for example:
#+begin_example
org => org-babel => * emacs-lisp
sh
* R
...
* screen
#+end_example
#+COLUMNS: %40ITEM(Task) %6Effort(Estim.){:}
* Context
The question I'm trying to give an answer to is: *what's the remaining number
of hours (or days) to finish my project*?
I don't see obvious solutions for that question. And trials I've done
hereunder did not lead yet to satisfactory results.
Hi Rainer,
I see you CC'd me on this email. I personally do not know anything
about how the graphics header argument to R code blocks works. I would
recommend looking deeper into the behavior using the following tools
- Look at the expanded code block body using org-babel-expand-src-block
- Run
I think this patch may have broken org-map-entries for me:
e0072f79137bbfabdf848da6865d8e4de776a549 is the first bad commit
commit e0072f79137bbfabdf848da6865d8e4de776a549
Author: David Maus
Date: Sun Mar 18 18:38:50 2012 +0100
Require one or more spaces (+) between keyword and headline
Hi, Martin --
>
> is it possible to have protected spaces in an odt exported from
> org.-mode? I tried ~ and \nbsp, but both come out literally.
I just tried inserting the non-breaking space in emacs with C-x, 8,
. It shows up as a non-breaking space in the odt file.
--
John Rakestraw
Hi FengShu,
I don't know much about the Emacs customization interface, but it is
certainly the solution to this issue. There does currently exist a
Babel specific customization group, the nesting is org>babel. Through
this interface there are menus like the one you mention below available.
One
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 19/03/12 15:17, Eric Schulte wrote:
> Hi Rainer,
>
> I see you CC'd me on this email. I personally do not know anything about how
> the graphics
> header argument to R code blocks works.
Sorry - I thought it was part of babel, and when I hear "b
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 19/03/12 15:22, Eric Schulte wrote:
> Hi FengShu,
>
> I don't know much about the Emacs customization interface, but it is
> certainly the solution to
> this issue. There does currently exist a Babel specific customization group,
> the nesting i
Leo Alekseyev writes:
> On Mon, Mar 5, 2012 at 10:24 AM, Eric Schulte wrote:
>> Andreas Leha writes:
>>
>>> Eric Schulte writes:
>>>
Leo Alekseyev writes:
> I was wondering if there was an easy way to execute some shell
> commands contained in a src block as root. Alternati
Hi Nicolas,
Thanks for bringing up this bug. I'm attaching a patch to this email,
once the current repositories issues are resolved I'll apply this patch
to the repository. In the interim, you can apply this patch to your
local copy of the git repository with.
$ cd your/path/to/org
$ git am
Rainer M Krug writes:
> On 19/03/12 15:22, Eric Schulte wrote:
>> Hi FengShu,
>>
>> I don't know much about the Emacs customization interface, but it is
>> certainly the solution to
>> this issue. There does currently exist a Babel specific customization
>> group, the nesting is
>> org>babel.
Hi all,
question about table calculation. Found in the documentation that I could refer
to e.g. first line after second hline with @II+2.
Would like to calculate sum = vsum(@I..@II) and tax = sum * 0.08
Am I doing sth wrong ?
Thanks for help,
Martin
| article | price |
|-+|
|
On Mon, Mar 19, 2012 at 10:41, Rainer M Krug wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 19/03/12 15:22, Eric Schulte wrote:
>> Hi FengShu,
>>
>> I don't know much about the Emacs customization interface, but it is
>> certainly the solution to
>> this issue. There does curren
Dear John,
Am Montag, den 19.03.2012, 09:31 -0400 schrieb John Rakestraw:
> Hi, Martin --
>
> >
> > is it possible to have protected spaces in an odt exported from
> > org.-mode? I tried ~ and \nbsp, but both come out literally.
>
> I just tried inserting the non-breaking space in emacs with C-
On Mon, Mar 19, 2012 at 04:01:42PM +0100, Martin Halder wrote:
> Hi all,
>
> question about table calculation. Found in the documentation that I could
> refer to e.g. first line after second hline with @II+2.
>
> Would like to calculate sum = vsum(@I..@II) and tax = sum * 0.08
>
> Am I doing sth w
Rainer M Krug writes:
> On 19/03/12 15:17, Eric Schulte wrote:
>> Hi Rainer,
>>
>> I see you CC'd me on this email. I personally do not know anything about
>> how the graphics
>> header argument to R code blocks works.
>
> Sorry - I thought it was part of babel, and when I hear "babel", I thin
Am 19.03.2012 um 16:32 schrieb Russell Adams:
> On Mon, Mar 19, 2012 at 04:01:42PM +0100, Martin Halder wrote:
>> Hi all,
>>
>> question about table calculation. Found in the documentation that I could
>> refer to e.g. first line after second hline with @II+2.
>>
>> Would like to calculate sum
On Mon, Mar 19, 2012 at 04:45:14PM +0100, Martin Halder wrote:
>
> Am 19.03.2012 um 16:32 schrieb Russell Adams:
> > | article | price |
> > |-+|
> > | item1 | 100.00 |
> > | item2 | 200.00 |
> > |-+|
> > | sum | 300.00 |
> > | tax | 24.00 |
> > |--
Russell Adams wrote:
> On Mon, Mar 19, 2012 at 04:01:42PM +0100, Martin Halder wrote:
> > Hi all,
> >
> > question about table calculation. Found in the documentation that I could
> > refer to e.g. first line after second hline with @II+2.
> >
> > Would like to calculate sum = vsum(@I..@II) and
> Nowadays, you can use (both on the LHS and the RHS of the formula)
> symbolic references relative to the first, second, third ... row like
> this: @<, @<<, @<< ... and relative to the last, penultimate,
> antepenultimate (is there such a word?) row like this: @>, @>>, @>>>
> ..., and similarly fo
Am 19.03.2012 um 16:56 schrieb Nick Dokos:
> Russell Adams wrote:
>
>> On Mon, Mar 19, 2012 at 04:01:42PM +0100, Martin Halder wrote:
>>> Hi all,
>>>
>>> question about table calculation. Found in the documentation that I could
>>> refer to e.g. first line after second hline with @II+2.
>>>
2012/3/19 Eric Schulte
>
> Thanks for bringing up this bug. I'm attaching a patch to this email,
> once the current repositories issues are resolved I'll apply this patch
> to the repository. In the interim, you can apply this patch to your
> local copy of the git repository with.
>
Great ! It'
Russell Adams wrote:
> > Nowadays, you can use (both on the LHS and the RHS of the formula)
> > symbolic references relative to the first, second, third ... row like
> > this: @<, @<<, @<< ... and relative to the last, penultimate,
> > antepenultimate (is there such a word?) row like this: @>, @>
On Mon, Mar 19, 2012 at 01:42:50PM -0400, Nick Dokos wrote:
> It was introduced about a year ago, so it should be in 7.7 or later
> (possibly some earlier releases as well but I haven't checked in
> detail.)
>
> If you git, then the relevant commits are
>
> 5631a309ab567e0a6a059ce728f84c1637fd253f
Russell Adams wrote:
> On Mon, Mar 19, 2012 at 01:42:50PM -0400, Nick Dokos wrote:
> > It was introduced about a year ago, so it should be in 7.7 or later
> > (possibly some earlier releases as well but I haven't checked in
> > detail.)
> >
> > If you git, then the relevant commits are
> >
> > 56
On Mon, Mar 19, 2012 at 02:01:02PM -0400, Nick Dokos wrote:
> Be careful - you might run into problems (I don't know if you've seen
> Bastien's and Achim's emails about the git problems). It might be safer
> to wait a bit until the dust settles and Bastien gives the green light.
Just out of curios
Hi all,
A lot of my todo items and habits are scheduled to specific times in a
day. However, The agenda view groups the habits together, so I end up
with a grid containing my normal todos and below that is my list of
habits, again sorted by time. This means that at any time, I need to
check 2 list
Hi all,
I'm working on a project where project dates were initially defined by a
relative time given in months to some fixed date (the kick-off).
So I've got a lot of dates which look like "M19" (month 19 after
kick-off), and I would like to use this notation (or something
resembling it) for
I am running org mode 7.7 on Win XP. I hope to export a document to pdf,
and I'd like to include an image in it. The image is a file called
DataLoggerImage.jpg; it resides in the same directory as my org file.
These are the first three lines of my org file:
#+OPTIONS: todo:nil toc:nil tags:nil
I can confirm this and add that it additionally breaks tag inheritance. I
first noticed that a org-collector code block that I've been using forever
was generating table that were way too long. My collector block includes
=:conds ( not (string-match-p "noexport" ALLTAGS)= and the extra results I
wa
Christopher W. Ryan wrote:
> I am running org mode 7.7 on Win XP. I hope to export a document to pdf,
> and I'd like to include an image in it. The image is a file called
> DataLoggerImage.jpg; it resides in the same directory as my org file.
>
> These are the first three lines of my org file:
>
Nicolas Girard writes:
> 2012/3/19 Eric Schulte
>>
>> Thanks for bringing up this bug. I'm attaching a patch to this email,
>> once the current repositories issues are resolved I'll apply this patch
>> to the repository. In the interim, you can apply this patch to your
>> local copy of the git
Hi --
After a "git pull" today, my org-contacts no longer works. (e.g. M-x
org-contacts "George" finds no matches. So especially: tab-completion in
message-mode no longer works).
Has anyone else noticed this? (I'm not quite sure how to provide more
useful info...)
All the best,
george
--
,-
George McNinch writes:
> After a "git pull" today, my org-contacts no longer works. (e.g. M-x
> org-contacts "George" finds no matches. So especially: tab-completion in
> message-mode no longer works).
>
> Has anyone else noticed this? (I'm not quite sure how to provide more
> useful info...)
Ye
The Customize interface for org-agenda-custom-commands fails for agenda
commands with an org-agenda-entry-types command option. The reason it fails is
that the org-agenda-entry-types option should be a quoted list, but the
defcustom expression doesn't add the quote properly. A patch is below.
As an infrequent committer to org-mode, I wonder if the maint branch is
more pain than gain.
I've read through the mails arguing for its conception, and the benefits
just don't appear to be resultant.
Add to that - infrequent committer's who commit via the list generally
know nothing about the
Hi--
>> After a "git pull" today, my org-contacts no longer works.
>> Has anyone else noticed this? (I'm not quite sure how to provide
>> more useful info...)
Achim> Yes, we have... Bastien is in the process of fixing the repo,
Achim> meanwhile you could compile from these co
Hi Martyn
Martyn Jago writes:
> As an infrequent committer to org-mode, I wonder if the maint branch is
> more pain than gain.
I'm still in the process of fixing things.
After I'm done, I will suggest a new workflow.
Thanks,
--
Bastien
Martyn Jago writes:
> As an infrequent committer to org-mode, I wonder if the maint branch is
> more pain than gain.
>
> I've read through the mails arguing for its conception, and the benefits
> just don't appear to be resultant.
It seemed to work well until Bastien made a mistake because the r
On Mon, Mar 19, 2012 at 20:53, Nick Dokos wrote:
>> [[./DataLoggerImage.jpg]]
>>
>> The figure does not appear in the resulting pdf. Any advice as to what
>> I am doing wrong?
>>
>
> Can you post your org file and the tex file that's produced on export?
>
Is the above correct syntax? Shouldn't i
suvayu ali wrote:
> On Mon, Mar 19, 2012 at 20:53, Nick Dokos wrote:
> >> [[./DataLoggerImage.jpg]]
> >>
> >> The figure does not appear in the resulting pdf. Any advice as to what
> >> I am doing wrong?
> >>
> >
> > Can you post your org file and the tex file that's produced on export?
> >
>
Dear all,
I'm releasing Org 7.8.06 which replaces the two previous bugfix
versions (7.8.04 and 7.8.05). Please don't use those versions.
http://orgmode.org/org-mode-download.html
As Achim summarised, I relied on a script that did not the right
thing, got me confused, and I turned the problem
Hi all,
our current git workflow is pretty well summarised by Achim -- we have
two main branches, master and maint, and we (try to) follow these rules:
If it's a bugfix for something broken in a release version, commit to
maint and merge maint back into master.
If implementing a new fea
Hi Achim,
Achim Gratz writes:
> It seemed to work well until Bastien made a mistake because the release
> script wasn't properly adapted and digged the hole deeper while trying
> to fix it (too) quickly. Maint is good again, master still needs a few
> more touches.
This should be all right now
Hi Martyn,
Martyn Jago writes:
> As an infrequent committer to org-mode, I wonder if the maint branch is
> more pain than gain.
It is a pain when too many things should happen on it.
IMO It is a gain when we dedicate it to releases only.
No pain should come out of introducing hotfix-* bran
Bastien writes:
> Developers: please don't commit anything while we are fixing this.
The freeze is over. Normal development can continue on master with
bugfixes committed to the newly created hotfix-7.8.06.
--
Bastien
Mike McLean writes:
> I reverted =e0072f79137bbfabdf848da6865d8e4de776a549= and both
> behaviors corrected themselves.
I reverted this commit both in maint (included in 7.8.06)
and master.
Thanks,
--
Bastien
tumashu writes:
> It should be:
> #+begin_example
> http://www.w3.org/1999/xhtml"; lang="zh-CN" xml:lang="zh-CN">
> #+end_example
> [[http://www.w3.org/International/articles/bcp47/]]
Fixed in maint (included in 7.8.06) and master.
Thanks!
--
Bastien
Nick Bell writes:
> Using the above version, needed to apply the patch
> http://article.gmane.org/gmane.emacs.orgmode/51812 in order to make
> org-mobile-push work. My git-fu isn't quite up to working out what should
> (if anything) have happened to incorporate this fix into the release.
This is
Hi Eric,
Eric Schulte writes:
> Thanks for bringing up this bug. I'm attaching a patch to this email,
> once the current repositories issues are resolved I'll apply this patch
> to the repository. In the interim, you can apply this patch to your
> local copy of the git repository with.
Applie
Hi Andreas,
Andreas Leha writes:
> below you find a small patch that allows to use sidewaystable during
> latex export, i.e. this file should export as expected:
Applied, thanks.
--
Bastien
Hi Suvayu,
Suvayu Ali writes:
> On Wed, Mar 14, 2012 at 09:41, suvayu ali wrote:
>> Yup, your analysis was spot on. :) Changing the let to let* and
>> reevaluating the defun fixed the issue.
>>
>> I hadn't grasped this subtlety about let*, dependencies on preceding
>> bindings hidden behind fun
Bastien writes:
Hi Bastien, Achim
> Hi Martyn,
>
> Martyn Jago writes:
>
>> As an infrequent committer to org-mode, I wonder if the maint branch is
>> more pain than gain.
>
> It is a pain when too many things should happen on it.
>
> IMO It is a gain when we dedicate it to releases only.
>
I've attached a small org file that reproduces my problem with getting
images to export to pdf. I've also attached the resulting .tex file.
I think my issue may have something to do with my misunderstanding of
inline tasks, since if I put my org code for inclusion of the image
elsewhere in the
Christopher W. Ryan wrote:
> I've attached a small org file that reproduces my problem with getting
> images to export to pdf. I've also attached the resulting .tex file.
>
> I think my issue may have something to do with my misunderstanding of
> inline tasks, since if I put my org code for incl
At Tue, 20 Mar 2012 02:34:40 +0100,
Bastien wrote:
>
> Mike McLean writes:
>
> > I reverted =e0072f79137bbfabdf848da6865d8e4de776a549= and both
> > behaviors corrected themselves.
>
> I reverted this commit both in maint (included in 7.8.06)
> and master.
Thanks, I'll give a fix for the problem I
I have just pushed the new version of this regexp into master.
Karl, let me know if it fixes the issues you where having
with writing agendas.
- Carsten
On 19.3.2012, at 10:12, Carsten Dominik wrote:
>
> On 17.3.2012, at 07:45, Nick Dokos wrote:
>
>> Karl Voit wrote:
>>
>>> * Nick Dokos wr
Hello,
This seems like a simple question but I can't seem to find the answer?
How do I specify the table width for an org-table that I will export
to HTML?
Thanks,
Stephen
Stephen J. Barr wrote:
> Hello,
>
> This seems like a simple question but I can't seem to find the answer?
> How do I specify the table width for an org-table that I will export
> to HTML?
>
Not sure about the real HTMl syntax, or whether this is the best
solution (I'd imagine CSS would be bet
70 matches
Mail list logo