Hi,
I am using org-mode *daily* since last two years and absolutely love it. I
am very grateful to Charles and other core team members.
Just recently, I made some changes to my org configuration as I had making
some changes in my daily work framework. That broke a part of my
configuration.
(tags
On Fri, 8 Oct 2010 21:06:24 -0700, suvayu ali
wrote:
[...]
> I have filed a bug report on the Fedora bugzilla[1] pointing to all
> the relevant discussions about this issue. Feel free to add to/edit
> it. Thanks everyone for narrowing this down. :)
And this bug has already been reported (twice
Hi,
I have spent the last 2 months (or more) working on a serious project
proposal which required the production of a 30+ page document,
including tables, figures, footnotes and cross-references. The
preparation required working with 20+ people and managing a large
number of tasks. I used org fo
Hi John,
if I understand you correctly you just need Gantt charts and not neccessarily
tj3.
If that is the case org-babel and R may help.
There are at least two R-packages wich produce Gantt-charts: plotrix and plan.
May be that helps
Detlef
On Fri, 8 Oct 2010 20:24:31 -0500
John Hendy wrote:
As pointed out in the documentation, when tangling Python code, it's
important to set org-src-preserve-indentation to a non-nil value.
However, tangling still doesn't seem to work correcly: If the first
line of a source code block is indented, it ends up dedented to the
first column in the resultin
The following changes fix the indenting problem for first lines of
source code blocks but introduces extra blank lines:
diff --git a/lisp/ob-python.el b/lisp/ob-python.el
index c172756..27936e8 100644
--- a/lisp/ob-python.el
+++ b/lisp/ob-python.el
@@ -58,3 +58,3 @@
(nth 1 (or processed-para
Hi John,
On 10-Oct-8, at 9:24 PM, John Hendy wrote:
I'm coming up on some serious need for a project manager. I really
only need gantt chart creation at this point. I strongly dislike the
Qt interface and the need to use that if one wants to get a gantt
chart output from the process. I wou
On Oct 9, 2010, at 12:27 PM, Eric S Fraga wrote:
On Fri, 8 Oct 2010 21:06:24 -0700, suvayu ali > wrote:
[...]
I have filed a bug report on the Fedora bugzilla[1] pointing to all
the relevant discussions about this issue. Feel free to add to/edit
it. Thanks everyone for narrowing this down. :
On Oct 9, 2010, at 12:46 PM, Eric S Fraga wrote:
Hi,
I have spent the last 2 months (or more) working on a serious project
proposal which required the production of a 30+ page document,
including tables, figures, footnotes and cross-references. The
preparation required working with 20+ people
Here's another stab at fixing the problem. This one enhances the
existing trimming algorithm by preserving any leading whitespace on
the first non-blank line of a block. This probably breaks tangling of
other languages than Python, but someone more familiar with the babel
codebase will be able to c
Oh dear. As the person who originally suggested using texi2dvi, I feel a
little bit responsible for all the trouble it has caused. I wouldn't have
thought that such a widely used script would have a bug like this.
Anyway, one option would be to include a patched version of texi2dvi in the
org di
Carsten Dominik wrote:
> I am looking for a way out which will allow pdf compilation of Org
> work out of the box, and still allow texi2dvi to be used where possible.
>
> I have so far come up with two possible work-arounds and would
> like to hear if one of them makes sense:
>
> 1. I could s
What's an inline todo?
Just curious,
Christian
Eric S. Fraga wrote:
- todo items, including in-line todos [1].
(...)
Footnotes:
[1] If I have one niggle to report it is that indenting text after an
in-line todo doesn't seem to work properly: it indents any
subsequent paragraphs m
Hello,
C-c ^ A will sort the list alphabetically, in reversed order.
If you do not really have A, B, etc. you can, well, add "marks"
(numbers) to items with the help of `org-apply-on-list', sort the list
numerically (in reversed order, with C-c ^ N), then remove the marks.
Here is an example sex
Christian Moe wrote:
> What's an inline todo?
>
> Just curious,
> Christian
>
See the commentary in lisp/org-inlinetask.el.
Nick
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.g
Hello,
> Carsten Dominik writes:
> On Oct 9, 2010, at 12:46 PM, Eric S Fraga wrote:
>> Footnotes: [1] If I have one niggle to report it is that indenting
>> text after an in-line todo doesn't seem to work properly: it
>> indents any subsequent paragraphs much too far, lining up with the
>> h
Carsten Dominik writes:
> I am looking for a way out which will allow pdf compilation of Org
> work out of the box, and still allow texi2dvi to be used where possible.
All is well as long as GNU grep is not at version 2.6 or later, so maybe
check for that first. Even for later versions it likely
On Oct 9, 2010, at 6:42 AM, Nick Dokos wrote:
Carsten Dominik wrote:
I am looking for a way out which will allow pdf compilation of Org
work out of the box, and still allow texi2dvi to be used where
possible.
I have so far come up with two possible work-arounds and would
like to hear if
I have a theme (a modified zenburn to be less contrasty and use a light
background) at http://github.com/yarkun/zenash if anyone is interested.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http
Hi!
First of all, I have to say Org-mode rocks.
I am a law student.
I have been using Org-mode for my case brief, notes, and most importantly,
the outline for certain area of law.
One question I had is that I am not sure if I could choose to export only
headings to a PDF file.
For example, I want
Hi everyone, I have a theme with Org customizations called
color-theme-folio. it's not done yet, but works fine so far. I'd be
happy to make a few more changes and contribute it under whatever
license.
http://github.com/dto/emacs-config/blob/master/folio.el
On Sat, Oct 9, 2010 at 11:54 AM, Yavuz
I see. Thanks.
Christian
On 10/9/10 7:15 PM, Nick Dokos wrote:
Christian Moe wrote:
What's an inline todo?
Just curious,
Christian
See the commentary in lisp/org-inlinetask.el.
Nick
___
Emacs-orgmode mailing list
Please use `Reply All' to sen
On Sat, Oct 9, 2010 at 6:04 AM, Detlef Steuer wrote:
> Hi John,
>
> if I understand you correctly you just need Gantt charts and not
> neccessarily tj3.
> If that is the case org-babel and R may help.
> There are at least two R-packages wich produce Gantt-charts: plotrix and
> plan.
>
>
Oooh -- I
Hello
Most spreadsheets I know off are able to sum rows in colum,
by marking it with the mouse and then call the sum
function. I can't find that functionality in org modes
table.
Could that be easily implemented?
thanks
Uwe Brauer
___
Emacs-orgmo
Uwe Brauer writes:
> Hello
>
> Most spreadsheets I know off are able to sum rows in colum,
> by marking it with the mouse and then call the sum
> function. I can't find that functionality in org modes
> table.
> Could that be easily implemented?
>
> thanks
I don't think that is available with
Uwe Brauer writes:
>> On Sat, 09 Oct 2010 16:42:51 -0400, Bernt Hansen wrote:
>
>> Uwe Brauer writes:
>>> Hello
>>>
>>> Most spreadsheets I know off are able to sum rows in colum,
>>> by marking it with the mouse and then call the sum
>>> function. I can't find tha
Uwe Brauer writes:
>> On Sat, 09 Oct 2010 16:42:51 -0400, Bernt Hansen wrote:
>
>> Uwe Brauer writes:
>>> Hello
>>>
>>> Most spreadsheets I know off are able to sum rows in colum,
>>> by marking it with the mouse and then call the sum
>>> function. I can't find tha
Uwe Brauer writes:
>> On Sat, 09 Oct 2010 16:42:51 -0400, Bernt Hansen wrote:
>
>> Uwe Brauer writes:
>>>
>>> thanks
>
>> I don't think that is available with mouse
>> functionality but in a column in a table you can do C-c
>> + to sum the values and display the res
Hi Ian,
Ian Barton writes:
> If anyone would like to post their theme as a reply to this message, I
> would be happy to incorporate it into Worg.
I use manoj-color-theme, with some minor modifications by now, but those
are not in the org related color settings; it is one of those 'dark'
themes
Uwe Brauer writes:
>> On Sat, 09 Oct 2010 16:59:23 -0400, Bernt Hansen wrote:
>
>> Uwe Brauer writes:
>>>
>>> Ok my mistake the cursor has to be over the last
>>> element of the colum not in the empty row below. Nice
>>> thanks.
>
>> It should work in any element of
git diff lisp/org-beamer.el
diff --git a/lisp/org-beamer.el b/lisp/org-beamer.el
index 2631e70..49b3499 100644
--- a/lisp/org-beamer.el
+++ b/lisp/org-beamer.el
@@ -382,7 +382,7 @@ The need to be after the begin statement of the
environment."
(insert dovl)))
(defun org-beamer
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
I have scheduled reminders for things that occur weekly over a period
of months. The problem is, that each of these scheduled items appears
under the current day in the agenda view and the multiplier (eg 6x,
5x) keeps going up.
What I want is each of these scheduled items to appear only on the
da
Dustin Hoffman writes:
> I have scheduled reminders for things that occur weekly over a period
> of months. The problem is, that each of these scheduled items appears
> under the current day in the agenda view and the multiplier (eg 6x,
> 5x) keeps going up.
>
> What I want is each of these sche
That worked perfect!
Thanks for the help,
Dustin
On Sat, Oct 9, 2010 at 6:16 PM, Bernt Hansen wrote:
> Dustin Hoffman writes:
>
>> I have scheduled reminders for things that occur weekly over a period
>> of months. The problem is, that each of these scheduled items appears
>> under the curren
On Sun, Oct 10, 2010 at 4:19 AM, David Abrahams wrote:
>
>
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen. You don't know how to make a good report? See
>
> http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted
I used scheduling to put all such items in my agenda, and I also
tagged them as todo's or appointments. I just mark them as done and
they're automatically rescheduled. No scheduler multiplier shows up as
long as I stay on top of marking the items as done.
I didn't realize notes with an active time
Hello,
I would like to know to what degree and how far we are from interoperability
between my favourite two softwares, instiki and org-mode.
instiki has very nice features for mathematicians and has been carefully
retrofitted as described here
http://golem.ph.utexas.edu/wiki/instiki/show/HomePag
I am working on a Org->OpenOffice/ODT exporter.
This is a WIP announcement. I am posting this with an intention to hear
of and preferably avoid any parallell efforts.
I am basing it on org-html.el.
As it stands now in my own work area, it can export an outline structure
and has support for
1
The following org-mode code:
**
The variables $X$ and $Y$ are mapped into function $f$ as follows: $f:
X \rightarrow Y$.
**
renders the final bit o
40 matches
Mail list logo