On Thu, Oct 1, 2009 at 7:13 AM, Eric Schulte wrote:
> I started down this path some months ago and generated the following as
> a sort of tentative exploration
>
> http://github.com/eschulte/simple-server
>
> which makes use of
>
> http://www.emacswiki.org/emacs/EmacsEchoServer
>
> and httpd.el at
On Oct 2, 2009, at 2:12 AM, Bernt Hansen wrote:
David Neu writes:
It looks like when using C-c C-x C-s (i.e. move subtree to a separate
file) the default behavior is to mark the headline as DONE,
regardless
of whether it's a TODO or not.
I'm wondering if someone can explain why this is t
Hi,
You might be interested in Jekkyl, a Ruby program that is a blog-aware,
static web sites generator. It basically generates HTML out of tex,haml,
textile files.
check it out: http://github.com/mojombo/jekyll/
Example sites: http://wiki.github.com/mojombo/jekyll/sites
So what does it have to
Samuel Wales writes:
> org-archive-mark-done
Ah! I learned something new (again) :)
Thanks.
-Bernt
PS. Please quote the original message when you reply so we have the
context all in a single post -- it makes it much easier to follow
the thread later when reading a single article.
_
org-archive-mark-done
--
Myalgic encephalomyelitis causes death (Jason et al. 2006)
and severe suffering. Conflicts of interest are destroying
research. What people "know" is wrong. Silence = death.
http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm
_
David Neu writes:
> It looks like when using C-c C-x C-s (i.e. move subtree to a separate
> file) the default behavior is to mark the headline as DONE, regardless
> of whether it's a TODO or not.
>
> I'm wondering if someone can explain why this is the case and if there
> is a way to modify this
Hi,
It looks like when using C-c C-x C-s (i.e. move subtree to a separate
file) the default behavior is to mark the headline as DONE, regardless
of whether it's a TODO or not.
I'm wondering if someone can explain why this is the case and if there
is a way to modify this behavior?
Many thanks!
C
OK, this is my proposal (don't know, why I didn't send a patch in the
first place...).
If a caption is provided, wrap the image as before.
If no caption is provided, just insert the image tag.
diff --git a/lisp/org-html.el b/lisp/org-html.el
index 0e06919..a9adf30 100644
--- a/lisp/org-html.
Hi Nick,
Thanks for the patch, sadly I rely on labels in my other latex exports.
For now I'm just using the following little elisp function.
--8<---cut here---start->8---
(defun schulte/clean-beamer ()
"remove the \label{sec} headers from latex Beamer documen
Raffi R writes:
> Thank you, I will have a look.
You might also want to have a look at this thread:
http://thread.gmane.org/gmane.emacs.orgmode/12892/
Best,
Matt
>
> On Thu, Oct 1, 2009 at 1:43 PM, Russell Adams
> wrote:
>> I use John Wiegley's Ledger:
>>
>> http://wiki.github.com/jwiegley/
Thank you, I will have a look.
On Thu, Oct 1, 2009 at 1:43 PM, Russell Adams wrote:
> I use John Wiegley's Ledger:
>
> http://wiki.github.com/jwiegley/ledger
>
> Good luck!
>
> On Thu, Oct 01, 2009 at 12:13:56PM -0400, Raffi R wrote:
>> I was wondering if anyone has any experience using orgmode f
If you narrow to subtree when there is a following task the narrowed
buffer has a blank line at the end. If you are on this line and
clock-in it starts the clock for the _following_ task (outside the
narrowed subtree) and not the task you are looking at.
I stumbled across this today because the
Eric Schulte wrote:
> Is it possible to suppress the \label{sec-1} lines following each
> headline after a LaTeX export? I've found no mention of this in the
> manual, and the presence of headline labels is breaking my Beamer TOC.
>
I don't think so: they seem to be inextricably bound with he
Hi,
Is it possible to suppress the \label{sec-1} lines following each
headline after a LaTeX export? I've found no mention of this in the
manual, and the presence of headline labels is breaking my Beamer TOC.
Thanks -- Eric
___
Emacs-orgmode mailing
Hi Chris,
I've replied in-line below...
cg...@win.tue.nl writes:
> The org file contains:
>
> #+srcname: determine the neighbors of the segments that the bisector hits
> #+begin_src lua :tangle no :exports code
> local s1, s2 = intersecting_segs[1], intersecting_segs[2]
> local n1 = table_fi
Hello,
I'm wondering whether it is possible to have an orgfile be viewed in
column view when it is loaded into an emacs buffer. I've looked through
the options of #+startup but couldn't find anything.
Another thing is, that for my files in which I use column view, when the
buffer is in column vie
---
lisp/org-agenda.el |2 +-
lisp/org-clock.el |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index b7830d0..7c59b37 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1684,7 +1684,7 @@ M Like `m', but select o
Hello orgers,
Is there a way (a property) to disable tag inheritance for a given subtree? The
documentation only tells me how "To limit tag inheritance to specific tags, or
to turn it off entirely", but I'd like to disable only some tags (may be all of
them if this is not possible) for the child
Rainer Stengele writes:
> Jean-Marie Gaillourdet schrieb:
>> while we are discussing a new org-remember facility. I've been missing
>> an option to clock the time I've taken to write down my remember note.
>> E.g. I use remember to make a small protocoll of a telephone call or
>> some discussion
Applied, thanks.
- Carsten
On Oct 1, 2009, at 6:33 PM, Michael Sperber wrote:
`org-context' fails if called at the beginning of a buffer. I think
the
reason is a call to `eobp' that wants to be a call to `bobp'.
This buguette actually has serious consequences at least on XEmacs:
`org-con
Applied, thanks.
- Carsten
On Sep 30, 2009, at 5:56 PM, Reimar Finken wrote:
[Sorry for the double post, I was too quick with my C-c C-c]
Clocking in on any task (C-c C-x C-i) and cancelling afterwards (C-c
C-x
C-x) results in the following backtrace:
,
| Debugger entered--Lisp error: (
Hi Paul,
can you make a backtrace and an example file, please?
- Carsten
On Oct 1, 2009, at 5:48 PM, Paul Mead wrote:
Carsten Dominik writes:
Hi Paul,
I am still waiting for a proposal how to format inline tasks.
:-)
- Carsten
Carsten
I've just downloaded the latest version from
I use John Wiegley's Ledger:
http://wiki.github.com/jwiegley/ledger
Good luck!
On Thu, Oct 01, 2009 at 12:13:56PM -0400, Raffi R wrote:
> I was wondering if anyone has any experience using orgmode for
> budgeting and (more particularly) keeping track of daily and
> day-to-day expenses, and would
`org-context' fails if called at the beginning of a buffer. I think the
reason is a call to `eobp' that wants to be a call to `bobp'.
This buguette actually has serious consequences at least on XEmacs:
`org-context' is called off the menubar construction, and if that fails,
XEmacs crashes.
(Try
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 was wondering if anyone has any experience using orgmode for
budgeting and (more particularly) keeping track of daily and
day-to-day expenses, and would be interested in describing their
workflow.
Thanks!
- Raffi.
___
Emacs-orgmode mailing list
Reme
Carsten Dominik writes:
> Hi Paul,
>
> I am still waiting for a proposal how to format inline tasks.
>
> :-)
>
> - Carsten
Carsten
I've just downloaded the latest version from the git repo and this
function's not working for me at all now. I tried to check the value of
org-inlinetask-export
Carsten Dominik writes:
> Hi Sebastian,
>
> what patch should I apply? You know that you have infinite power
> over the Org HTML export :-)
> Could we have a way to set how to place the figure on a per-figure base?
> Like using #+HTML_ATTR:
We have that already and it works fine.
Maybe add th
--- Gio 1/10/09, Andrew Lawson ha scritto:
> Example, id I were storing data about people:
>
> *** James Smith
> :PROPERIES:
> :BIRTHDAY: <2009-04-04 Fri +1y>
> :WEDDINGANIV: <2008-03-24 Fri +1y>
> :END:
>
> Will appear in the agenda on 2009-04-04 as simply 'James
> Smith'. Ideal
On Oct 1, 2009, at 12:30 AM, Johan Ekh wrote:
Hi all,
I'm using org-mode to write LaTeX snippets that I later (usually)
transfer into a separate latex document.
Can I also write and preview pstricks code in org-mode?
Also, can I do "usepackage(xxx)" someway do use LaTeX extensions?
#+LaTe
Hi Richard,
please take a look at the following variables:
org-icalendar-include-todo
org-icalendar-use-deadline
org-icalendar-use-scheduled
org-icalendar-store-UID
The dosctrings of these variables should explain the behavior you are
seeing,
and show ways how to change the behavior.
HTH
-
At Wed, 30 Sep 2009 11:43:05 +0100,
Richard Lewis wrote:
>
> Hi there,
>
> I've been trying to get org-mode to export all my TODOs and diary file
> entries to a single iCalendar file (which I then intend to import to
> my phone).
>
> However, when I run the command
> org-export-icalendar-combine
Matt Lundin writes:
> Bob Erb writes:
>
>> Hi, Water.
>>
>> Water Lin writes:
>>> I want to mantain a local static html blog system on my local
>>> computer. I think org is good enough to organise the stuff.
>>>
>>> Is there any special function for me to use org as blog system?
>>
>> Take a loo
Hi! First off, thanks to all for this amazing org-mode.
I'd like to set up org-mode publishing mode to work with the
blogging program pyblosxom. The HTML export that works
out-of-the-box is almost perfect, but I need to:
- get HTML export to just convert the text to HTML,
without wrapping a tem
Hi PT,
please always try the latest version before reporting a bug. The
bug might be fixed already. This particular bug was fixed on
September 4th.
http://repo.or.cz/w/org-mode.git?a=commit;h=206660bc8c02e5025d5f43cd3e5fb36c2fe0c8f3
- Carsten
On Oct 1, 2009, at 12:40 PM, PT wrote:
I hav
On Oct 1, 2009, at 10:21 AM, PT wrote:
Currently, I'm using Google Calendar and it's quick add syntax is very
convenient:
http://www.google.com/support/calendar/bin/answer.py?hl=en&answer=36604#text
Of course, Org has similar capabilites, but I found one thing which
google
calendar does b
I have remember set up, so that new notes always go to a certain org
file under a certain header:
(setq org-default-notes-file (concat org-directory "/todo.org"))
(setq org-remember-default-headline "capture")
(setq org-remember-templates
'(("Todo" ?t "* TODO %?")))
It works well, but if
On 01 Oct 2009, at 11:14, Rainer Stengele wrote:
Jean-Marie Gaillourdet schrieb:
Hi,
while we are discussing a new org-remember facility. I've been
missing
an option to clock the time I've taken to write down my remember
note.
E.g. I use remember to make a small protocoll of a telephone c
Stephan Schmitt writes:
Hi Stephan,
> one solution would be:
>
> | Datum| Anzahlung | Sonderzahlung | Monatsrate | Restbetrag |
> |--+---+---++|
> | | | || 79000 |
>
Jean-Marie Gaillourdet schrieb:
Hi,
while we are discussing a new org-remember facility. I've been missing
an option to clock the time I've taken to write down my remember note.
E.g. I use remember to make a small protocoll of a telephone call or
some discussion with a colleague. It would help m
Hi Tassilo,
one solution would be:
| Datum| Anzahlung | Sonderzahlung | Monatsrate | Restbetrag |
|--+---+---++|
| | | || 79000 |
|--+---+-
Hello
Sorry if this is in the manual but I couldn't find it refenrenced.
As I find myself using properties more and more often I've often found
that more than one property for an item will have a date associated with
it. These dates will of course appear as expected in the agenda view but
unfortu
Currently, I'm using Google Calendar and it's quick add syntax is very
convenient:
http://www.google.com/support/calendar/bin/answer.py?hl=en&answer=36604#text
Of course, Org has similar capabilites, but I found one thing which google
calendar does better: if it's 4pm and I add an event for 8
On Oct 1, 2009, at 10:04 AM, Michael Gilbert wrote:
Hi --
When I filter the agenda in come way, the total at the top of the
EFFORT column is still unfiltered. That is to say it isn't the total
of the items displayed. I can see the point of this, but in my case
I am playing with filters t
Hi --
When I filter the agenda in come way, the total at the top of the
EFFORT column is still unfiltered. That is to say it isn't the total
of the items displayed. I can see the point of this, but in my case I
am playing with filters to help me narrow tasks to the time available.
Is ther
Hi,
while we are discussing a new org-remember facility. I've been missing
an option to clock the time I've taken to write down my remember note.
E.g. I use remember to make a small protocoll of a telephone call or
some discussion with a colleague. It would help me alot to if that
time would be cl
Hi all,
I have a table like this:
| Datum| Anzahlung | Sonderzahlung | Monatsrate | Restbetrag |
|--+---+---++|
| | | || 79000 |
|--+---+--
47 matches
Mail list logo