2009/12/14 Carsten Dominik :
> Actually, I cannot reproduce this problem - I do not see the extra newline.
>
Hi Carsten,
you're absolutely right, I performed yet another git pull and couldn't
reproduce this either. Great !
Now, speaking of extra newlines, I'm puzzled about this: at some stage
(w
2009/12/14 Carsten Dominik :
> Hi Nicolas,
>
> On Dec 10, 2009, at 11:20 PM, Nicolas Girard wrote:
>
>> Hi,
>>
>> Org offers the ability to customize how state changes should be
>> recorded via the 'org-log-note-headings' variable; and I couldn't
>> prevent myself from doing so.
>> I just came to r
2009/12/14 Carsten Dominik :
>
> On Dec 10, 2009, at 11:26 PM, Nicolas Girard wrote:
>
>> Hi,
>> after the inactive timestamps were included into the agenda view by
>> typing '[', they get lost when the view is refreshed by typing 'g'.
>> I'm not sure, but it looks like a bug to me.
>
> Yes, I have
2009/12/14 Carsten Dominik :
> Hi Nicolas,
>
> On Dec 10, 2009, at 11:51 PM, Nicolas Girard wrote:
>
>> Hi,
>>
>> in the agenda view, the '>' key can be used to change the timestamp
>> associated with the current line.
>>
>> 1. It seems inacurrately described in the manual ("Change the
>> timestamp
I want to do something which I think should be really simple.
I'm writing a small guide of latex for org-users, useful for people
working with me that don't know latex but must insert some symbols in
org-files.
So I want to create simple tables where I insert the symbol and the
output.
But howeve
2009/12/15 andrea :
>
> I want to do something which I think should be really simple.
> I'm writing a small guide of latex for org-users, useful for people
> working with me that don't know latex but must insert some symbols in
> org-files.
>
> So I want to create simple tables where I insert the s
Nicolas Girard writes:
> Hi Andrea,
> what about =\phi= ?
Nice thanks, I didn't see it in the doc..
Anyway in the table I still have troubles, when I write this
--8<---cut here---start->8---
| \pi | #ERROR |
| ||
#+TBLFM: $2=\pi=
--8<---
On Dec 15, 2009, at 1:49 PM, andrea wrote:
Nicolas Girard writes:
Hi Andrea,
what about =\phi= ?
Nice thanks, I didn't see it in the doc..
Anyway in the table I still have troubles, when I write this
--8<---cut here---start->8---
| \pi | #ERROR |
|
Another issue is the following: How should we handle
export of such links? Maybe we need another function that does
not *jump* to the link location, but just returns the file in
which the target is, so that the exporters can make use of this?
- Carsten
On Dec 15, 2009, at 8:20 AM, Carsten Do
At Thu, 10 Dec 2009 17:09:33 +0100,
Carsten Dominik wrote:
>
[...]
> One option would be to turn all those notes into footnotes
> for other export.
Carsten,
I wonder if simply turning this on its head wouldn't be a good
solution? By this I mean to use org-mode footnotes to represent
beame
After I enable "column view of properties" in the attached file, export
to PDF via LaTeX fails with the following error in the minibuffer:
org-export-as-latex: Text is read-only: "Type `e' to edit property"
Emacs : GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.0)
of 2009-09-27 on p
Good idea Eric (footnotes -> \notes)
The only minor problem is number of lines per footnote/note.
When I make notes on Bemaer in general my notes have more than one line.
AFAIK footnotes in org are single lines or you have to separate them
with \par which is not so good.
Daniel
2009/12/15 Eric
Hi Graham,
I think your solution is sensible, and thanks for bringing up these
issues. Perhaps, as you suggest, we should be automatically setting
these attributes in the latex output; we'll get back to you on that.
Regarding the number of copies of the figure in the output, it should
work as fol
I also thought about suggesting this approach, but the problem is that footnotes
and "beamer notes" are really two different things. Beamer notes can be anything
such as tables, figures, several lines of text (with itemize), display
equations, etc.. At least for me, these examples of beamer notes
Dan,
> Before running the export, do you have a link to the image *already* in
> your org buffer?
>
> If no, then you should just get one copy of the image.
>
> If yes, then, if the link is positioned in such a way that it will get
> replaced by the output (no intervening lines between end of sour
On Dec 13, 2009, at 8:48 AM, Christopher Suckling wrote:
On Sat, 12 Dec 2009 12:56:00 -0600, Ron Parker
wrote:
After reading this message I downloaded org-mac-protocol and
installed
it. The scripts work for me if I open them in Script Editor and run
them, but they do not work from the s
Carsten Dominik gmail.com> writes:
>
> Hi Paul,
>
> I like this very much. But I would like to change the implementation
> so that
> there will be a hook. Then people can do different things, including
> matching tags in source code files etc.
>
> Would you be interested to turn your way
Also I realised there was a misplaced parenthesis in the "(if (y-or-n-p..."
clause. Corrected patch follows.
BEGIN PATCH for org.el (delete this line)
8349,8369c8349,8350
{ (condition-case nil (eval cmd)
{ ;; ORG-TAGS
{ (error
{(progn
Sorry guys, I seem to be spamming this topic, but I just fixed another problem
-- properties on the link string were causing problems with find-tag, which
expected a propertyless string.
Fixed patch follows.
BEGIN PATCH for org.el (delete this line)
8349,8369c8349,8350
{ (cond
Paul,
Can these patches be applied using the standard patch(1) command?
I tried and I get
$ patch < ~/Mail/inbox/1265
patch: Only garbage was found in the patch input.
If they cannot be applied that way, can you please provide them in a
more standard format? Unified diff format is probabl
2009/12/14 Carsten Dominik :
>
> On Dec 10, 2009, at 11:34 PM, Nicolas Girard wrote:
>
>> Hi again,
>> in the agenda view, inactive timestamps are displayed like:
>>
>> category: 12:50.. [ Some stuff
>>
>> Is the '[ ' intentional, or is caused by a bug in my configuration ?
>> I find it a litt
Nick Dokos writes:
> Can these patches be applied using the standard patch(1) command?
> I tried and I get
>
> $ patch < ~/Mail/inbox/1265
> patch: Only garbage was found in the patch input.
You have to replace `{' with `>' and `}' with `<' in the patch before
applying it.
> If they canno
Hi,
In the docs (10.3.3 Matching tags and properties), I see ways to do tag
searches that can also search TODO states.
Can I also search TODO levels? For example, in one file covered by the
agenda, I use the usual DONE to denote done. In another, which is
focused on simply stuff that I have
I use org-mode to build my note sites. For some reason, I don't want to
create a seperately css stylesheet which is linked by something like
following in my org-publish-project-alist:
-
:style ""
-
Can I insert the css stylesheet here directly rather than using a css
file?
Thanks
Mueen Nawaz writes:
> In the docs (10.3.3 Matching tags and properties), I see ways to do
> tag searches that can also search TODO states.
>
> Can I also search TODO levels? For example, in one file covered by the
> agenda, I use the usual DONE to denote done. In another, which is
> focused on si
On 12/15/09 21:26, Matt Lundin wrote:
Provided DONE and RETURNED are inactive todos than the following should
suffice:
C-a M Jack [RET]
I think you meant C-c a M Jack [RET]
It actually does filter out inactive TODO's, but I actually wanted to
do C-c a m Jack [RET]. I don't want to l
On Dec 16, 2009, at 5:05 AM, Eraldo Helal wrote:
Hi Carsten
I am always much more interested in thinking about a solution
if I am not just presented with an abstract wish, but rather
with a concrete example where this might be useful.
First of all I want to thank all of you (again) for this g
Whay don't you just try?
The answer is yes, you need to surround the text by
- Carsten
On Dec 16, 2009, at 3:10 AM, Water Lin wrote:
I use org-mode to build my note sites. For some reason, I don't want
to
create a seperately css stylesheet which is linked by something like
following i
On Dec 15, 2009, at 10:57 PM, Nicolas Girard wrote:
2009/12/14 Carsten Dominik :
On Dec 10, 2009, at 11:34 PM, Nicolas Girard wrote:
Hi again,
in the agenda view, inactive timestamps are displayed like:
category: 12:50.. [ Some stuff
Is the '[ ' intentional, or is caused by a bug in
29 matches
Mail list logo