Bastien schrieb:
> Rainer Stengele writes:
>
>> I have an error appearing when tring to export an org buffer to html.
>>
>> versions:
>> - GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-06-30 on
>> LENNART-69DE564 (patched)
>> - Org-mode version 6.28trans
>> - I am using the htmlize.el file
Samuel Wales writes:
> It is said that tea-time.el is integrated into org, but I have not
> found it in the manual or in customize yet, at least not in a direct
> way.
AFAIK what was implemented so far is a way to display the clocking time
against the effort estimate.
> My understanding is th
Rainer Stengele writes:
>>> I have an error appearing when tring to export an org buffer to html.
>>>
>>> versions:
>>> - GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-06-30 on
>>> LENNART-69DE564 (patched)
>>> - Org-mode version 6.28trans
>>> - I am using the htmlize.el file from the org
Robert Goldman writes:
> Bastien wrote:
>> Yes, would be nice if the Aquamacs crowd could test this!
>>
>> Thanks Robert for the patch.
>
> Actually, let me clarify -- it's even more important for the
> NON-Aquamacs crowd to test this. I am pretty confident it does The
> Right Thing on Aquamacs
Hi,
Is there a way, with a configuration setup, to tell remember to keep
the trailing blank lines of a remember note?
I like to have my entries like this, with two blank line between each
of them:
* Item 1
Blah Blah
* Item 2
Blah Blah
When I create entries with remember, even when my notes e
(CC'ing the list - please use plain text in emails as much as
possible! Thanks.)
onguarde - writes:
> I assume docstring here means the describe function(C-h-f)?
>
> Note that if key has a local binding in the current buffer,
> that local binding will continue to shadow any global binding
> that
Hi,
Bastien wrote:
> Ulf Stegemann writes:
>
>> With latest CVS Emacs and Git Org mode exporting literal examples
>> (example/src) with the `-n' switch results in numbering starting on line
>> *2* of the example in the resulting HTML file (LaTeX seems to be okay).
>>
>> The example in the manua
Hi Bastien,
Bastien wrote:
> "Holst Thomas (DS-ET/ECF1)" writes:
>
>> I think I discoverd a bug in LaTeX export. I mark a subtree with C-c @
>> and then export it to LaTeX with C-c C-e L.
>>
>> If the subtree has no further subtrees the LaTeX-file not only contains
>> the region, but also the r
Samuel Wales writes:
> Is there a way to tell org, "say X in Y minutes"? If not, what are
> the relative merits of appt-add and tea-time and the series of steps?
I use appt for this as described here:
http://doc.norang.ca/org-mode.html#Reminders
It puts a message in the mode line e.g. (App't i
Bastien wrote:
> Robert Goldman writes:
>
>> Bastien wrote:
>>> Yes, would be nice if the Aquamacs crowd could test this!
>>>
>>> Thanks Robert for the patch.
>> Actually, let me clarify -- it's even more important for the
>> NON-Aquamacs crowd to test this. I am pretty confident it does The
>>
Hi Bastien,
I've take a look at the code you sugested to me. It didn't work. After further
documentation reading... it's definitively normal. "CLOSED" is not a todo tag
string... but a property (logdone). At this point, I have two choice:
- If a similar hook exist for the property update when
Michaël Parienti writes:
> Is there a way, with a configuration setup, to tell remember to keep
> the trailing blank lines of a remember note?
Blank lines are attached before the header line not after the note
>
> I like to have my entries like this, with two blank line between each
> of them:
Le Fri, 17 Jul 2009 08:55:56 -0400
Bernt Hansen a écrit:
> Michaël Parienti writes:
>
> > Is there a way, with a configuration setup, to tell remember to keep
> > the trailing blank lines of a remember note?
>
> Blank lines are attached before the header line not after the note
>
> >
> > I li
Hi Alan,
Alan Boudreault writes:
> I've take a look at the code you sugested to me. It didn't work. After
> further
> documentation reading... it's definitively normal. "CLOSED" is not a todo tag
> string... but a property (logdone). At this point, I have two choice:
I assumed your original
Thanks to all for the hints so far but unfortunately the setting for
"org-time-stamp-rounding-minutes" did not solve my problem.
Here is an actual backtrace:
Debugger entered--Lisp error: (wrong-type-argument listp 5)
org-current-time()
(or org-overriding-default-time (org-current-time))
(l
Ulf Stegemann writes:
> I think, those examples are easy to make up. Line numbers are great for
> file contents and maybe input /or/ output. But as soon as in- and output
> are mixed up I find them rather disturbing (imagine e.g. a shell
> session). On the other hand removing labels and having
Michaël Parienti writes:
> Le Fri, 17 Jul 2009 08:55:56 -0400
> Bernt Hansen a écrit:
>
>> Michaël Parienti writes:
>>
>> > Is there a way, with a configuration setup, to tell remember to keep
>> > the trailing blank lines of a remember note?
>>
>> Blank lines are attached before the header l
Hi Bastien,
When I said "todo tag"... I meant "todo keyword". Here's a example of what I'm
trying to achieve:
*** FIXED a bug
CLOSED: [2009-07-08 Wed 16:49]
By mistake, I can set the item to "Reopened" by example. And If I switch it
back to the proper todo keywork
Frank Rust wrote:
> Thanks to all for the hints so far but unfortunately the setting for
> "org-time-stamp-rounding-minutes" did not solve my problem.
>
What does
C-h v org-time-stamp-rounding-minutes
say?
In fact, it might be better to evaluate it in the backtrace buffer
itself: when you
Alan Boudreault writes:
> When I said "todo tag"... I meant "todo keyword". Here's a example of what
> I'm
> trying to achieve:
>
> *** FIXED a bug
> CLOSED: [2009-07-08 Wed 16:49]
>
> By mistake, I can set the item to "Reopened" by example. And If I switch it
> ba
That will not work... because I have all those todo keyword that also means
"fixed":
Done, Delegated, deferred, wont fix, fixed, canceled.
That's why I said that I should pass through a list that contain all keywords.
But... that wont work properly if I want to set my item to the "BUG" keyword
Right now I'm using Trac (a bug tracker and wiki combo) for bug tracking
and project documentation on my personal projects.
Looking at org-mode it seems a superb system for a this task, at least
for one-person projects:
* Plain text.
* No server required.
* Can be stored on the same VCS than
Hi Richard,
are you still encountering the issue described below?
Richard Riley writes:
> My org-mode usage had become a bit messy so I decided to go back to
> first principles and follow through Bernd Hansen's tutorial here
>
> http://doc.norang.ca/org-mode.html#sec-1
>
> One real eye opener w
Richard Riley writes:
> What would the most efficient way of adding a .gpg file to the refile
> list be? My org files are set so
>
> org-agenda-files "~/.emacs.d/org-files"
>
> but the .gpg is not included in the potential refile targets.
I don't clearly understand what you are trying to d
Óscar Fuentes writes:
> Any reasons why this is not a good idea?
Just remembered that time ago, when the bug tracker for Emacs was
discussed, Bastien proposed to use org-mode for it. I argued against
because the Emacs bug database would soon fill dozens of megabytes and
this volume does not fit
Applied, thanks.
James TD Smith writes:
> ---
> lisp/org-plot.el | 14 +++---
> 1 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/lisp/org-plot.el b/lisp/org-plot.el
> index 0e8f5a2..c9d61b3 100644
> --- a/lisp/org-plot.el
> +++ b/lisp/org-plot.el
> @@ -333,12 +333,12
Hi James,
sorry for the delay. As I said, I will let Carsten decides about this
patch. While I like the idea of displaying this information in column
view, I'm unsure whether it's relevant to add another special property.
Two arguments: (1) this special property, contrary to other ones, is a
_
I applied this patch, thanks a lot.
James TD Smith writes:
> ---
> lisp/ChangeLog |3 +++
> lisp/org.el| 17 -
> 2 files changed, 19 insertions(+), 1 deletions(-)
>
> diff --git a/lisp/ChangeLog b/lisp/ChangeLog
> index 348ade3..9ce7a17 100755
> --- a/lisp/ChangeLog
>
James TD Smith writes:
>> Can people try this and give some feedback if they find it useful?
I have applied your patch, thanks.
> Sure. I wrote it because I thought having tags in alphabetical order would
> look
> better, but I think it also makes the tags easier to read. For example if you
>
Hi James,
I'm still hesitating for this patch.
Something I like when I insert a link is that I get rid of it, it
doesn't stay in org-stored-links (unless explicitely told so). If
org-insert-links accepts links from the kill-ring and/or from the
clipboard, then some links will stay. More gener
At Fri, 17 Jul 2009 18:25:11 +0200, Óscar Fuentes wrote:
[...]
> So I calculated what amount of plain text would require a replica of my
> Trac system: it's about 40 MB, with a few thousands tickets. I could
> partitionate this on four unequal parts, though, with the largest being
> 20 MB and 200
Hi Bastien
On 2009-07-17 18:55:01(+0200), Bastien wrote:
> sorry for the delay. As I said, I will let Carsten decides about this
> patch. While I like the idea of displaying this information in column
> view, I'm unsure whether it's relevant to add another special property.
>
> Two arguments: (1
Eric S Fraga writes:
> At Fri, 17 Jul 2009 18:25:11 +0200, Óscar Fuentes wrote:
>
>> Another nuisance is attached files. This requires an ad-hoc mechanism
>> and I'm not sure I want them stored along with the source files.
>
> Actually, I'm glad you brought this up. Since moving my org files to
At Fri, 17 Jul 2009 13:35:29 -0500, Matthew Lundin wrote:
>
> > I don't know how to deal with attachments.
> > Attachments, for me, are usually ephemeral and usually types of
> > documents I don't particularly like to deal with (typically MS Word or
> > PPT).
>
> I believe org-attach achieves thi
Hi all,
sorry for the confusion but I finally found the reason for my problem.
I set the variable "org-time-stamp-rounding-minutes" in my .emacs correctly
but unfortunately I didn't recognize the same variable in
"custom-set-variables" section. :(
@Bastien: In the meantime I installed the actual
On Thu, Jul 16, 2009 at 5:50 PM, Bastien wrote:
> srinivas writes:
>
>> I am trying to test org-export-generic. I have an org file which exports
>> correctly to html but when I tried the org-export-generic, I get the
>> following
>> error:
>>
>> === from *Messages* buffer
>> and: Symbol's functio
Hello, all.
When I am taking lecture notes, they are virtually all bullets, and I
need to quickly demote/promote.
I've written a very, very rough derived mode for org-mode that allows
me to do that more quickly. It's mostly just keyboard shorcuts
redefined so that I can access them faster. It is
Noch einmal: I replied to srinivas and forgot to copy the list - sorry.
--- Forwarded Message
Date:Wed, 15 Jul 2009 16:18:29 -0400
From:Nick Dokos
To: srinivas
cc: nicholas.do...@hp.com
Subject: Re: [Orgmode] org-export-generic gives an error
srinivas wrote:
> I am try
Nathan,
Nick Dokos suggested the following fix to .emacs:
(if (< emacs-major-version 23)
(defun characterp (obj)
(and (char-or-string-p obj) (not (stringp obj)
Inserting this check makes org-export-generic work for me. My Emacs version on
Windows is 22.3.1.
I don't know what coul
Bastien wrote:
> Ulf Stegemann writes:
>
>> I had a quick look at `org-export-number-lines' and the following seems
>> to work smoothly ...
>
> Thanks for the patch. One problem though: now the first link (from the
> manuals example) looks like "sc" but there is no "sc" left in the source
> cod
40 matches
Mail list logo