Hi there,
I have been using Org-mode for three years now and everything worked so
perfect or was explained to excruciating detail in the manual that I never
had to write to the mailing list with a question. However, as the usage
scenario of Org-mode expands (and in fact threatens to take over mos
Thanks for the answer Carsten.
There is any plan to support it in future releases?
Thanks,
Rares
On Tue, Feb 9, 2010 at 12:42 AM, Carsten Dominik
wrote:
>
> On Feb 8, 2010, at 5:23 PM, Rares Pop wrote:
>
> Hi Matt,
>>
>> It worked almost everything, with the exception of publishing and
>> expo
Is there a way to use org-refile to refile an item as a top-level heading in
some file? Looking into this, there only seems to be a way to file as a
subheading.
Thanks,
Nathaniel Flath
___
Emacs-orgmode mailing list
Please use `Reply All' to send replie
Christian Wittern writes:
Hi Christian,
> When entering column-view mode, all of a sudden the font for the item to be
> displayed becomes very small.
well, I did M-x describe-fontset, so I *think* my fonts are:
-outline-Courier New-normal-normal-normal-mono-13-*-*-*-c-*-fontset-startup
and
Hi Giovanni,
On 2010-02-09 18:16, Giovanni Ridolfi wrote:
Christian Wittern writes:
When entering column-view mode, all of a sudden the font for the item to be
displayed becomes very small.
well, I did M-x describe-fontset, so I *think* my fonts are:
-outline-Courier New-nor
Hi Christian,
for a possible solution, please study the docstring of the face org-
column.
- Carsten
On Feb 9, 2010, at 11:19 AM, Christian Wittern wrote:
Hi Giovanni,
On 2010-02-09 18:16, Giovanni Ridolfi wrote:
Christian Wittern writes:
When entering column-view mode, all of a sudd
I am using Babel to maintein my .emacs file. When I try to publish I am
getting a Babel error from one of my org files. The offending section of
the org file seems to be:
#+BEGIN_SRC emacs-shell
127.0.0.1 mail.wilkesley.org localhost
# The following lines are desirable for IPv6 capable hos
Greetings.
Is there a way to search for a timestamp, particularly a DEADLINE, that
is in its warning period?
Eg.
--8<---cut here---start->8---
* TODO Pay the rent
DEADLINE: <2010-03-05 Fri -5d +1m>
--8<---cut here---end-
Łukasz Stelmach writes:
> Greetings.
>
> Is there a way to search for a timestamp, particularly a DEADLINE, that
> is in its warning period?
>
> Eg.
>
> --8<---cut here---start->8---
>
> * TODO Pay the rent
> DEADLINE: <2010-03-05 Fri -5d +1m>
>
> --8<---
On 2010-02-09 19:42, Carsten Dominik wrote:
Hi Christian,
for a possible solution, please study the docstring of the face
org-column.
A wonderful, this is exactly what I need. And it might be that
something, maybe a color-theme, inadvertly had changed this, because
customize tells me that it
Nathaniel Flath writes:
> Is there a way to use org-refile to refile an item as a top-level
> heading in some file? Looking into this, there only seems to be a way
> to file as a subheading.
Yes that is indeed possible with the following settings:
(setq org-outline-path-complete-in-steps t)
(s
Hi all,
After I do a pull from mobileOrg, the original captured notes stay in
the capture area in mobileOrg on my iTouch. Even if I refile the notes
in emacs and push/resync mobileOrg, I have to delete those captured
notes manually.
Is this the intended behavior, or is something wrong wit
Łukasz Stelmach writes:
> Is there a way to search for a timestamp, particularly a DEADLINE, that
> is in its warning period?
>
> Eg.
>
>
> * TODO Pay the rent
> DEADLINE: <2010-03-05 Fri -5d +1m>
>
>
> This is a repeatable item so it's always in TODO state and pollutes my
> TODO list for 25 ou
Matt Lundin writes:
> Łukasz Stelmach writes:
>
>> Is there a way to search for a timestamp, particularly a DEADLINE, that
>> is in its warning period?
[...]
>
> (setq org-agenda-todo-ignore-deadline 'near)
>
> With this setting, your items with a deadline will not show up in your
> TODO list un
Hi Anthony,
This is indeed a bug and will be fixed in the next version.
Thanks,
Richard
On Tue, Feb 9, 2010 at 8:43 AM, Anthony Lander wrote:
> Hi all,
>
> After I do a pull from mobileOrg, the original captured notes stay in the
> capture area in mobileOrg on my iTouch. Even if I refile the no
Bernt Hansen writes:
> Łukasz Stelmach writes:
>> Is there a way to search for a timestamp, particularly a DEADLINE, that
>> is in its warning period?
[...]
> I remove entries from the global TODO lists using the variables
> org-agenda-todo-ignore-scheduled, org-agenda-todo-ignore-deadlines,
> o
On Feb 9, 2010, at 3:17 PM, Łukasz Stelmach wrote:
Bernt Hansen writes:
Łukasz Stelmach writes:
Is there a way to search for a timestamp, particularly a DEADLINE,
that
is in its warning period?
[...]
I remove entries from the global TODO lists using the variables
org-agenda-todo-ignore
Carsten Dominik writes:
> On Feb 9, 2010, at 3:17 PM, Łukasz Stelmach wrote:
>
>> Bernt Hansen writes:
>>
>>> Łukasz Stelmach writes:
Is there a way to search for a timestamp, particularly a DEADLINE,
that
is in its warning period?
>> [...]
>>> I remove entries from the global TO
Ian Barton writes:
> I am using Babel to maintein my .emacs file. When I try to publish I
> am getting a Babel error from one of my org files. The offending
> section of the org file seems to be:
>
> #+BEGIN_SRC emacs-shell
Hi Ian,
I don't think org-babel supports a language "emacs-shell". I'm
Hi Ian,
The implementation of our block exportation has been bothering me for
some time now. The attached patch *greatly* simplifies the exportation
code. Could you please give it a try and let me know if it fixes your
bug?
If so I will apply it to the main repository.
Thanks -- Eric
diff --g
Dan Davison writes:
> Ian Barton writes:
>
>> I am using Babel to maintein my .emacs file. When I try to publish I
>> am getting a Babel error from one of my org files. The offending
>> section of the org file seems to be:
>>
>> #+BEGIN_SRC emacs-shell
>
> Hi Ian,
>
> I don't think org-babel sup
Hi Eric,
Thanks for telling me about this solution. It is somewhat of an
overkill, but I'll take it :) The listings documentation is also
quite impressive.
-- Hsiu-Khuern.
On Mon, Feb 8, 2010 at 6:11 PM, Eric Schulte wrote:
> Hi Hsiu-Khuern,
>
> This may be overkill, but you could try the fol
At the moment, if we use narrowing in source code edit buffers, then we
need to be very careful that we widen before exiting with C-c '. So
shall we change org-src as below?
Dan
diff --git a/lisp/org-src.el b/lisp/org-src.el
index 1d155cc..a11fac2 100644
--- a/lisp/org-src.el
+++ b/lisp/org-src.e
Hi all,
I'm using org-babel-ditaa to insert a picture into a document I am
writing. This works great, except the inserted image is too small. By
changing the -s option to ditaa I was able to modify the size of the
image for the HTML export but not for the LaTeX. I did a little looking
at the .te
Hi Dan,
Yes, please check this in. Thanks.
- Carsten
On Feb 9, 2010, at 8:19 PM, Dan Davison wrote:
At the moment, if we use narrowing in source code edit buffers, then
we
need to be very careful that we widen before exiting with C-c '. So
shall we change org-src as below?
Dan
diff --git
Lee Hinman writes:
> Hi all,
>
> I'm using org-babel-ditaa to insert a picture into a document I am
> writing. This works great, except the inserted image is too small. By
> changing the -s option to ditaa I was able to modify the size of the
> image for the HTML export but not for the LaTeX. I
Hi,
Since the patch below greatly simplifies the code, and it has worked in
all my tests, I'm going to apply it now.
Please do let me know if the export problems persist.
Best -- Eric
"Eric Schulte" writes:
> Hi Ian,
>
> The implementation of our block exportation has been bothering me for
>
Dan Davison wrote:
> Lee Hinman writes:
>
> > Hi all,
> >
> > I'm using org-babel-ditaa to insert a picture into a document I am
> > writing. This works great, except the inserted image is too small. By
> > changing the -s option to ditaa I was able to modify the size of the
> > image for the
Is there a way to get org-babel to highlight the source blocks embedded in
your document in the natural language's source? All the source shows as
grey for me.
Thanks,
Nathaniel Flath
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies
Hi Nathaniel,
There is currently no reliable way to mix other major modes with
Org-mode. Please see this previous discussion which includes a somewhat
buggy attempt at what you've described.
http://article.gmane.org/gmane.emacs.orgmode/8112/
Best -- Eric
Nathaniel Flath writes:
> Is there a
30 matches
Mail list logo