Hi Ben,
On Nov 20, 2009, at 11:56 PM, Ben Finney wrote:
Carsten Dominik writes:
extending the date format would be a significant amount of work. The
current time/date format is already complex to handle internally,
mainly because it was build not with a clean design but step by step.
I don
On 2009-11-20, Ben Finney wrote:
> I'm happy to discuss different specifications; the latest one I proposed
> was for discussion, and I'm not wedded to it. Is there a different
> syntax that would make parsing easier, while still adding the feature
> I've described?
If this is done:
For a discus
Hi Andreas,
Thanks for catching this bug, It should now be fixed in the HEAD of the
git repo.
Best -- Eric
Andreas Burtzlaff writes:
> Exporting a file with a source block before the first heading, like:
>
> #+BEGIN_SRC emacs-lisp
>
> ...
>
> #+END_SRC
>
> to html yields the error
> "Before
Exporting a file with a source block before the first heading, like:
#+BEGIN_SRC emacs-lisp
...
#+END_SRC
to html yields the error
"Before first headline at position 3 in buffer org-mode-tmp"
A backtrace is attached.
Andreas
Emacs : GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.1
Thanks! \o/
Carsten Dominik schrieb:
> I have fixed this now, all tags that are represented in the
> current agenda will be passed into the auto-exclusion function.
--
Friedrich Delgado Friedrichs
TauPan on Ircnet and Freenode ;)
_
Doh!
> Due to some inexplicable screwup with my emacs config and git over 3
> machines, I lost my configuration changes.
---Zitatende---
It's late, I just forgot to git pull my config ;)
--
Friedrich Delgado Friedrichs
TauPan on Ircnet and Freenode ;)
___
Hi!
Sorry I have to clarify this a bit:
Raffi R schrieb:
> What sort of phone do you use? I am looking for a new phone and would
> like to use ogmode, of course.
> On Fri, Nov 20, 2009 at 9:35 AM, Friedrich Delgado Friedrichs
> wrote:
> > Trying out speedkeys and liking them, I guess I'm going
Carsten Dominik writes:
> Hi Mattias,
>
> I tried that, and my buffer swiched to unicode encoding automatically.
>
> Unfortunately I don't know much about coding systems, and so I do
> not know how to fix this.
>
> Anyone
>
> - Carsten
>
> On Nov 12, 2009, at 10:28 AM, Mattias Jämting wrote:
A single digit hours part like 9:00 is changed to 00:00 by
org-clone-subtree-with-time-shift and when using S- on it:
* Subtree to shift +1d with org-clone-subtree-with-time-shift
** An entry <2009-11-20 Fri 9:00>
Results in:
* Shifted subtree
** An entry <2009-11-21 Sat 00:00>
The same also h
Carsten Dominik writes:
> extending the date format would be a significant amount of work. The
> current time/date format is already complex to handle internally,
> mainly because it was build not with a clean design but step by step.
I don't know anything about elisp. But isn't that an indicati
lukasz.stelm...@iem.pw.edu.pl (Łukasz Stelmach) writes:
>> I cannot set the Message-ID in mailers like Gnus, Evolution, Outlook,
>> Thunderbird.
>
> *You* can't do it which doesn't mean your MUA doesn't do it behind the
> scenes. You can do it with mutt. When you edit with headers and put
> Messag
Hi Friedrich,
I have fixed this now, all tags that are represented in the
current agenda will be passed into the auto-exclusion function.
- Carsten
On Nov 20, 2009, at 1:20 PM, Friedrich Delgado Friedrichs wrote:
Hi!
I'm just trying to use this feature and I noticed, that it apparently
only
Carsten Dominik writes:
> Hi Sebastian - I am confused - which is the patch I should apply?
Sorry Carsten. The I CCed you with - the second one. It takes into
account, that the title could be empty too.
It's in the mail you're replying to.
>> [[url][ ]]
>>
>>
>> Test:
>>
>>
>> (let ((orglink
Robin Green writes:
> At Thu, 19 Nov 2009 21:09:21 +0100,
> Sebastian Rose wrote:
>> Well, anyway, editing RDF files by hand is not the way to go.
>
> Indeed. This was the method that worked for me (thanks to "goncheff"
> for discovering it):
>
> 1. In about:config, create a boolean key
> "network
At Fri, 20 Nov 2009 17:29:15 +0100, Friedrich Delgado Friedrichs wrote:
> k for up, j for down, h for left and l for right. So I guess k would
> be previous-heading, j next heading, and h and l for the previous/next
> sibling on the same level.
>
> So I guess I have:
>
> j (org-speed-move-safe
This version will accept wildcards and recurse one directory level level down
(setq org-agenda-directories '("~/org" "~/1_PROJECT/*"))
(setq org-agenda-files '())
(dolist (d1 org-agenda-directories)
(dolist (d2 (file-expand-wildcards (expand-file-name d1)))
(if (file-directory-p d2)
At Fri, 20 Nov 2009 19:13:11 +0100,
Stephan Schmitt wrote:
>
> Hi Eric,
>
> try this:
>
> (progn
> (org-cycle-agenda-files)
>(when (not (and (bolp) (org-on-heading-p)))
>(outline-previous-visible-heading 1)
>(or (and (bolp) (org-on-heading-p))
>(outline-next
Dear Friedrich,
What sort of phone do you use? I am looking for a new phone and would
like to use ogmode, of course.
Thanks,
- Raffi.
On Fri, Nov 20, 2009 at 9:35 AM, Friedrich Delgado Friedrichs
wrote:
>
> Trying out speedkeys and liking them, I guess I'm going to have a
> simple life using or
Carsten Dominik writes:
> Fixed, thanks.
>
> - Carsten
Thanks :) It works fine now.
-Bernt
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmo
On Wed, Nov 04, 2009 at 12:59:19PM +, Adam Spiers wrote:
> > Bernt's approach is nice, but I agree that a completely clutter-free
> > solution (i.e. :PROPERTIES: drawers completely hidden by default)
> > would be extremely nice.
>
> I suspect this might be tricky to implement :-/
I ended up
Hi Stephen,
this is fun, but incomplete, because you cannot rely on being back in
the agenda.
I fixed that and applied the patch...
- Carsten
On Nov 20, 2009, at 3:43 PM, Stephen Eglen wrote:
How about the following simple change to the facility for
adding diary entries in the agenda: when
Fixed, thanks.
- Carsten
On Nov 20, 2009, at 8:06 PM, Bernt Hansen 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 w
Bernt Hansen writes:
> 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.
> ---
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.
-
Hi Eric,
try this:
(progn
(org-cycle-agenda-files)
(when (not (and (bolp) (org-on-heading-p)))
(outline-previous-visible-heading 1)
(or (and (bolp) (org-on-heading-p))
(outline-next-visible-heading 1
Greetings,
Stephan
Also sprach Eric S Fraga
Hi Martin,
I have finally applied a modified version of you patch. Thanks!
What I modified is this:
1. Your patch did remove the matching tags from the tag list itself,
and not
only from the agenda display line. Tis had the consequence that
secondary
tag filtering on such tags would
Hi Mattias,
I tried that, and my buffer swiched to unicode encoding automatically.
Unfortunately I don't know much about coding systems, and so I do
not know how to fix this.
Anyone
- Carsten
On Nov 12, 2009, at 10:28 AM, Mattias Jämting wrote:
(I'm using English Windows Vista x64, Emac
Hi,
Dan and I are releasing some accumulated developments. They are
described below. We hope to now turn towards improving the
documentation and test framework, as we've developed much of it into
obsolescence.
Best -- Eric
- org-babel can now cache the results of source block execution to avoi
Francesco Pizzolante writes:
> Hi Eric,
>
> 1) Is it possible to integrate Blorgit with SVN instead of git? If yes,
> how
>can I do it?
>>>
>>> This is what I've added to blog.rb:
>>>
>>> diff --git a/backend/blog.rb b/backend/blog.rb
>>> index 0f43728..827ec05 100644
>>> [...]
>
At Fri, 20 Nov 2009 15:57:09 +0100,
Carsten Dominik wrote:
> This is nice, but I guess you want to stay in fast-key space.
> So
>
>("," . (progn (org-cycle-agenda-files)
> (or (and (bolp) (org-on-heading-p))
> (outline-next-visible-heading 1
This is r
At Fri, 20 Nov 2009 15:57:09 +0100, Carsten Dominik wrote:
> On Nov 20, 2009, at 3:35 PM, Friedrich Delgado Friedrichs wrote:
> > How about having an alternative keymap with vi-like moving keys? I
> > hardly ever use the C-b, C-f, C-n, C-p in my regular emacs work
> > (mostly cursor keys) and so I'
Carsten Dominik schrieb:
> >(("y" . (progn
> > (delete-other-windows)
> > (recenter-top-bottom 0)))
> >("A" . (if (y-or-n-p "Archive this subtree or entry? ")
> > (call-interactively org-archive-subtree)
> > (error "Abort")))
> > ("," . org-cycle-agenda-files))
The
Hi!
I use priority cookies quite a lot to quickly sort my projects (really
by importance, but the difference between "importance" and "priority"
is a different matter).
It would be neat if I could specify that if TODO items are sorted by
priority, then the priority of the parent entry should be r
How about the following simple change to the facility for
adding diary entries in the agenda: when you press 'i d' in
the agenda to add a new entry, you then see the entry in the agenda?
(& if so, what about the other cases, like 'i b' for block entries?)
Stephen
diff -c org-agenda.el~ org-agend
Francesco Pizzolante
writes:
> Hi,
>
> I have a few questions about links to sections.
>
> I've read that it is better to user IDs and CUSTOM_IDs to links to section...
>
> Here's a small example with 4 cases:
>
> --8<---cut here---start->8---
> * First
> :
Carsten,
>> OK. But the information in these 2 comments is correctly used to replace the
>> alias (heading-c and heading-d) with the label generated by org during the
>> export. See the last 2 references in my example: these references are
>> correct.
>> They thus have been correctly processed fro
On Nov 20, 2009, at 4:14 PM, Francesco Pizzolante wrote:
Hi Carsten,
--8<---cut here---start->8---
* First
:PROPERTIES:
:CUSTOM_ID: heading-a
:END:
Hello Toto!
* Second
# <>
Hello Tata!
* Third
#+CUSTOM_ID: heading-c
Hello Titi!
* Fourth
#+ID: heading
Hi Carsten,
>> --8<---cut here---start->8---
>> * First
>> :PROPERTIES:
>> :CUSTOM_ID: heading-a
>> :END:
>>
>> Hello Toto!
>>
>> * Second
>> # <>
>>
>> Hello Tata!
>>
>> * Third
>> #+CUSTOM_ID: heading-c
>>
>> Hello Titi!
>>
>> * Fourth
>> #+ID: heading-d
On Fri, 2009-11-20 at 14:54 +0100, Carsten Dominik wrote:
> + (aset org-indent-strings 0 nil)
> + (aset org-indent-stars 0 nil)
>
That did it! I was in the middle of writing an apologetic email
explaining that it hadn't worked in either snapshot or 23.1, but then
remembered I had to run 'make
On Nov 20, 2009, at 2:59 PM, Emmanuel Di Pretoro wrote:
Hi,
I'm currently writing a document with org-mode instead of LaTeX.
Usually, with LaTeX, the first section of such a document is a
\chapter*{Introduction} where I explain the context of the document.
How can I do that with org-mode
2009/11/20 Scot Becker
> Now if you don't want your introduction chapter numbered, that's a slightly
> different problem, which I'm not sure I know how to solve.
>
This is my problem. Sorry, my explanations wasn't good enough.
So, I'll continue to search.
Thanks
Emmanuel
_
Hi Friedrich,
On Nov 20, 2009, at 3:35 PM, Friedrich Delgado Friedrichs wrote:
Trying out speedkeys and liking them, I guess I'm going to have a
simple life using org from my phone from now on ;)
Carsten Dominik schrieb:
In the speed map, yes, there is space, and you can add keys yourself.
Emmanuel,
If the introduction LOOKs just like a normal chapter, then you just do:
* Introduction
In this paper I indend to once and for all solve the problem of [blaaa].
* Chapter One: The Problem
* Chapter Two: Lame Previous Attempts at a Solution
* Chapter Three: Appproach it Like This
* Cha
Trying out speedkeys and liking them, I guess I'm going to have a
simple life using org from my phone from now on ;)
Carsten Dominik schrieb:
> In the speed map, yes, there is space, and you can add keys yourself.
> But I would recommend making these with confirmation query.
> (setq org-speed-com
On Fri, Oct 30, 2009 at 10:26:07PM -0500, Russell Adams wrote:
> Looking into this some more, export is really easy. I can just use a
> dynamic block to store column view in whatever format I choose, and
> export then search & replace ',' for '|'. That is minimal effort!
>
> Sparse searches in col
Hi Francesco,
On Nov 20, 2009, at 12:34 PM, Francesco Pizzolante wrote:
Hi,
I have a few questions about links to sections.
I've read that it is better to user IDs and CUSTOM_IDs to links to
section...
Here's a small example with 4 cases:
--8<---cut here---start--
Fixed, thanks.
- Carsten
On Nov 20, 2009, at 2:36 PM, Francesco Pizzolante wrote:
Hi,
Exporting multiple references to the same footnote to LaTeX lead to
a wrong
generated code.
The following example:
--8<---cut here---start->8---
* Title
This is my t
Hi,
I'm currently writing a document with org-mode instead of LaTeX. Usually,
with LaTeX, the first section of such a document is a
\chapter*{Introduction} where I explain the context of the document. How can
I do that with org-mode ?
Thanks in advance,
Emmanuel Di Pretoro
__
Hi Matt,
can you please try the following patch?
---
diff --git a/lisp/org-indent.el b/lisp/org-indent.el
index afce59f..53db9be 100644
--- a/lisp/org-indent.el
+++ b/lisp/org-indent.el
@@ -106,8 +106,8 @@ this variable
Hi,
Exporting multiple references to the same footnote to LaTeX lead to a wrong
generated code.
The following example:
--8<---cut here---start->8---
* Title
This is my text[fn:1:This is my footnote.]. And another one[fn:1].
--8<---cut here---
Sebastian Rose writes:
> lukasz.stelm...@iem.pw.edu.pl (Łukasz Stelmach) writes:
>> Sebastian Rose writes:
>>> Not sure. I only remember bad things with self generated
>>> message-IDs. But I never tried it myself. Reading the RFCs will help.
>>
>> RFC 2822
>>The "Message-ID:" field provides
On Nov 20, 2009, at 2:03 PM, Matt Price wrote:
On Fri, 2009-11-20 at 08:28 +0100, Carsten Dominik wrote:
Hi Matt,
personally, I never use visual-line-mode, mainly because cursor
motion
becomes unpredictable to me (down doe not get me into the next line,
so for example keyboard macros are
On Fri, 2009-11-20 at 08:28 +0100, Carsten Dominik wrote:
> Hi Matt,
>
> personally, I never use visual-line-mode, mainly because cursor motion
> becomes unpredictable to me (down doe not get me into the next line,
> so for example keyboard macros are much harder to make to consistently).
>
Fixed, thanks.
- Carsten
On Nov 20, 2009, at 1:14 PM, Bernt Hansen wrote:
If you hit i on the first line of the agenda you get
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-
p nil)
calendar-gregorian-from-absolute(nil)
(setq d1 (calendar-gregorian-from-absolute (get-
Hi Andrea,
At Sat, 14 Nov 2009 18:35:28 + (UTC),
andrea Crotti wrote:
>
> I was keeping a list of packages I use with emacs (here)
> http://github.com/AndreaCrotti/Emacs-conf/blob/master/.emacs.d/README.txt
>
> but now I had another idea, why don't create a table with org mode?
>
> I though
Hi Eric,
1) Is it possible to integrate Blorgit with SVN instead of git? If yes, how
can I do it?
>>
>> This is what I've added to blog.rb:
>>
>> diff --git a/backend/blog.rb b/backend/blog.rb
>> index 0f43728..827ec05 100644
>> [...]
>>
> Thanks, that patch looks great. If you don't
Hm.
It just occured to me that it might be sufficient (and maybe more
efficient) to only check the set of tags that I'm filtering for, so I
could maybe temporarily set org-tag-alist to the list of those tags?
> I'm just trying to use this feature and I noticed, that it apparently
> only works if
Hi!
I'm just trying to use this feature and I noticed, that it apparently
only works if org-tag-alist is explicitly set to a non-nil value.
I use dynamic tags (lots of them) and I wonder if it would be possible
to use those for auto-exclusion.
At least Org can do completion of dynamic tags, so t
If you hit i on the first line of the agenda you get
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
calendar-gregorian-from-absolute(nil)
(setq d1 (calendar-gregorian-from-absolute (get-text-property ... ...)) d2
(and (ignore-errors ...) (save-excursion ... ...)
(
Carsten Dominik writes:
> I cannot reproduce this. Can you please send a backtrace?
>
> - Carsten
I can't reproduce it with the tip of master today either so I think
it's fixed. It's broken on the commit I was on yesterday which is
1bb0df0 (Allow diary entry insertion at top-level, 2009-11-19
Hey!
I was just doing a small review and noticed that I get the current tree
of the agenda item in the echo area!
This rocks!
Carsten Dominik schrieb:
> On Nov 12, 2009, at 1:36 AM, Samuel Wales wrote:
> >In the agenda, it is difficult to find where you are in
> >the hierarchy. I find that I ha
Hi,
I have a few questions about links to sections.
I've read that it is better to user IDs and CUSTOM_IDs to links to section...
Here's a small example with 4 cases:
--8<---cut here---start->8---
* First
:PROPERTIES:
:CUSTOM_ID: heading-a
:END:
Hell
On Nov 20, 2009, at 12:07 PM, Jörg Hagmann wrote:
Hi,
How can I get the following to be exported correctly to html?
- A 20mM HCO_{3}^{-}
- B 20 - 100mM H^{+}
- C 20 - 100mM Na^{+}
- D 5 - 15 mM K^{+}
- E 80 - 150mM Cl^{+}
I have "^{}:t" in the "+OPTIONS:" line.
In other words: can I turn off
Line E should of course be Cl^{-}, but I kept adding plusses not paying
attention to the chemistry.
Jörg Hagmann wrote:
Hi,
How can I get the following to be exported correctly to html?
- A 20mM HCO_{3}^{-}
- B 20 - 100mM H^{+}
- C 20 - 100mM Na^{+}
- D 5 - 15 mM K^{+}
- E 80 - 150mM Cl^{+}
Hi,
How can I get the following to be exported correctly to html?
- A 20mM HCO_{3}^{-}
- B 20 - 100mM H^{+}
- C 20 - 100mM Na^{+}
- D 5 - 15 mM K^{+}
- E 80 - 150mM Cl^{+}
I have "^{}:t" in the "+OPTIONS:" line.
In other words: can I turn off strike-throughs (++)?
Thanks, Jörg
__
Hiho!
Carsten Dominik schrieb:
> this seems to work fine for me.
Hm. Anyone else who has this problem?
If not, it's probably my config again. I think I'll trace the
function with edebug to figure it out.
Thanks for your feedback!
Fullquote to jog people's memories:
> On Nov 11, 2009, at 4:36
Hey!
Case closed! Thanks a lot for spotting this!
Nick Dokos schrieb:
> Perhaps that's because you are loading contrib/lisp/org-interactive-query.el,
> which redefines keys in the agenda mode map:
---Zitatende---
Exactly that was the problem... I think there was a lazy day in the past where
I ju
At Thu, 19 Nov 2009 21:09:21 +0100,
Sebastian Rose wrote:
> Well, anyway, editing RDF files by hand is not the way to go.
Indeed. This was the method that worked for me (thanks to "goncheff"
for discovering it):
1. In about:config, create a boolean key
"network.protocol-handler.expose.org-protoco
Hi Friedrich,
this seems to work fine for me.
- Carsten
On Nov 11, 2009, at 4:36 PM, Friedrich Delgado Friedrichs wrote:
I use the following settings to allow me to create new nodes on the
fly when refiling:
'(org-refile-allow-creating-parent-nodes (quote confirm))
'(org-refi
On Nov 19, 2009, at 3:45 PM, Rainer Stengele wrote:
I get:
C-a runs the command mark-whole-buffer, which is an interactive
compiled Lisp function in `simple.el'.
It is bound to C-a, C-x h, .
(mark-whole-buffer)
Put point at beginning and mark at end of buffer.
You probably should not us
Hi Ben,
extending the date format would be a significant amount of work.
The current time/date format is already complex to handle
internally, mainly because it was build not with a clean design
but step by step. o I am hesitating to add something like
you propose.
My feeling is that date speci
On Nov 20, 2009, at 3:12 AM, Matt Price wrote:
On Fri, 2009-11-20 at 09:33 +1100, Ben Finney wrote:
Matt Price writes:
Visual-line-mode is a replacement for longlines-mode; it soft-wraps
text at the screen boundary, and does a much better job than
longlines-mode did.
I think you're confus
72 matches
Mail list logo