Ali Tofigh wrote:
>i'm using org version 6.36. writing *bold* text does not work in
>second level headings, which is very weird since it works in all other
>levels (i've tried up to 60 levels...). For example try the following:
>* text *bold* text
>** text *bold* text
>*** text *bold* text
I can
Silently accept the old value for backward compatibility.
---
lisp/ChangeLog |3 +++
lisp/org-id.el | 28
2 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fafe7db..b143fbf 100644
--- a/lisp/ChangeLog
+++ b/lis
Sorry, forgot:
Patches are available in git://github.com/dmj/dmj-org-mode.git org-id-uuid
HTH
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. dm...@ictsoc.de
pgp95la4NIttd.pgp
Description: PGP signature
___
Emacs-or
---
lisp/ChangeLog |5 +
lisp/org-id.el | 24
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4fb3aac..fafe7db 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-16 David Maus
+
+
Replace customization value 'uuidgen by new customization value 'uuid
and make it the default. With `org-id-method' set to 'uuid Org uses
UUIDs for ID properties. The preferred way to obtain a UUID is
calling the program defined in `org-id-uuid-program'. If the program
is not available (i.e. the
On May 18, 2010, at 2:59 AM, Tom Breton (Tehom) wrote:
Hi, Carsten. The new changes are pushed as
tehom-html-export-refactor-build-link
I couldn't undo the basing onto tehom-master, try though I might.
Something to do with intermediate changes that I couldn't fast-forward
and that I probably
Sorry for the interruption. The problem was I had several versions of
org in my load-path.
d.
On Sun, 16 May 2010, Daniel Goldin wrote:
> Non-programmer type here. I pulled the latest release from git. Now I
> get an error when I load org-mode:
>
> "Symbol's value is void: calendar-mode-map"
>
Hi Carsten,
On 2010-05-14, Carsten Dominik wrote:
> for some reason I do not remember, I enforce showing the next headline
> in this special case. Please try the following patch and run with if
> for a while, to see if it causes any problems.
The patch did not apply for some reason, but I manua
Hi Bernt,
Bernt Hansen writes:
> I've been beating my head against the wall for hours on this now. I
> tried the example from the manual and have similar results to the
> description below.
>
> Here's what I came up with as my skip function
>
> ,
> | (defun bh/skip-non-stuck-projects ()
> |
Carsten Dominik writes:
> On May 17, 2010, at 2:14 PM, Bernt Hansen wrote:
>
>> Carsten Dominik writes:
>>
>>> In the stuck project definition, adding "^\\*\\{3,\\}" as the 4th
>>> element should exclude anything that has level 3 or up in the
>>> subtree.
>>
>> I don't think this will work. The
On Mon, May 17, 2010 at 07:04:14PM -0400, Dan Davison wrote:
> Juan writes:
> > Below goes code snippet using org-babel instead of org-export.
...
> Thanks, we'd be pleased to include this in org-babel. First question is:
> if you haven't already, can you sign FSF copyright transfer forms for
>
In developing emtest, I've given some thought to conventions for test
files. My convention is that:
* tests of foo.el go into foo/tests.el
* With feature name foo/tests
* Any shared testhelp goes into foo/testhelp.el
* With feature name foo/testhelp
* Example files go in fo
Hi, Carsten. The new changes are pushed as
tehom-html-export-refactor-build-link
I couldn't undo the basing onto tehom-master, try though I might.
Something to do with intermediate changes that I couldn't fast-forward
and that I probably edited wrong. So I made a separate branch,
tehom-html-exp
Carsten Dominik writes:
> Hi Sebastian, hi Samuel,
>
> I remember that both of you have in the past reported that refiling
> has a long startup time because of target collection.
>
> I have now built a cache for refile targets and would like you to try
> it out.
>
> (setq org-refile-use-cache t
Hi,
A patch has just been applied to the org-mode repository which should
fix this issue.
Please let me know if the issue remains.
Best -- Eric
"Dr. Volker Zell" writes:
> Hi
>
> When trying to do Source Code Execution with C-c C-c in Xeamcs with
> org-babel-6.35i
> I get:
>
> args-out-of-
Ok thanks,
I've changed the binding of `org-babel-sha1-hash' to C-c C-v C-a so that
it no longer shadows the key-binding help. While making changes to this
key binding I've made two other changes.
1) I've changed org-babel-tangle-file from C-c C-v C-T to C-c C-v C-f,
because it was shadowing
Juan writes:
> Below goes code snippet using org-babel instead of org-export.
Hi Juan,
Thanks, we'd be pleased to include this in org-babel. First question is:
if you haven't already, can you sign FSF copyright transfer forms for
Emacs / Org-mode?
http://orgmode.org/worg/org-contribute.php
An
Hi Carsten and all others
Carsten Dominik writes:
> You can also use diary sexp entries to also do the others, by checking
> for weekdays. See the examples in the FAQ
>
> http://orgmode.org/worg/org-faq.php#diary-sexp-in-org-files
>
> For example (untested)
>
> ** Secretary present 8:00-12:00
>
i'm using org version 6.36. writing *bold* text does not work in
second level headings, which is very weird since it works in all other
levels (i've tried up to 60 levels...). For example try the following:
* text *bold* text
** text *bold* text
*** text *bold* text
/ali
On 5/17/2010 2:02 PM, Nick Dokos wrote:
Markus Heller wrote:
...
Just curious, how can I get the day of the week in there as a string?
%a - abbreviated
%A - full name
If you do
C-h f format-time-string
you'll get the complete list of formatting chars.
Ah, I was not aware of this.
Markus Heller wrote:
> ...
> Just curious, how can I get the day of the week in there as a string?
>
%a - abbreviated
%A - full name
If you do
C-h f format-time-string
you'll get the complete list of formatting chars.
Nick
___
Emacs-orgmode
On 5/17/2010 4:23 AM, Sébastien Vauban wrote:
Hi Eric and Carsten,
Eric S Fraga wrote:
On Thu, 13 May 2010 20:27:27 +0200, Carsten Dominik
wrote:
Take a look at the variable org-agenda-format-date.
Or you can write your own function to do something fancier, maybe based on
`org-agenda-format
Below goes code snippet using org-babel instead of org-export.
On Mon, May 17, 2010 at 09:13:29AM +0100, Eric S Fraga wrote:
> On Sun, 16 May 2010 17:18:39 -0300, Juan wrote:
> > The following code adds an export block of type 'mscgen'. The block
> > body will be processed by the mscgen applicati
oinksoc...@letterboxes.org writes:
> (I'm starting to think it's going to need some test cases, and I'll need to
> polish my elisp somewhat to find out how to do that. Are there any suggested
> unit-testing schemes for elisp?)
http://news.gmane.org/group/gmane.emacs.devel/thread=122140
_
Signed-off-by: Julien Danjou
---
lisp/org-exp.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index a4f9ac3..024d802 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -887,7 +887,7 @@ value of `org-export-run-in-background'."
\[1
Carsten Dominik writes:
> On May 17, 2010, at 4:39 PM, Michael Sperber wrote:
>
>>
>> Carsten Dominik writes:
>>
>>> This is a really non-standard way for a mode definition which I guess
>>> should be fixed in XEmacs. I have made that change anyway. Eric or
>>> Dan, please note this change I m
Hi Sebastian, hi Samuel,
I remember that both of you have in the past reported that refiling
has a long startup time because of target collection.
I have now built a cache for refile targets and would like you to try
it out.
(setq org-refile-use-cache t)
This will speed up refile target col
On May 17, 2010, at 2:14 PM, Bernt Hansen wrote:
Carsten Dominik writes:
In the stuck project definition, adding "^\\*\\{3,\\}" as the 4th
element should exclude anything that has level 3 or up in the
subtree.
I don't think this will work. The regexp matches all tasks with
level 3
or
On May 17, 2010, at 4:52 PM, Sébastien Vauban wrote:
Hello,
An example of update bug:
--8<---cut here---start->8---
#+TBLNAME: InvestSupp
#+ATTR_LaTeX: align=l
| | | 2010 | 2011 | 2012 | Total (HTVA) |
|---+-+
On Mon, 17 May 2010 12:56:59 +0200
Carsten Dominik wrote:
> > That would be a very nice thing to have!
>
> Cant you do `v A' and then `v l' in the agenda? I believe that this
> should work.
As always. It's already in there ...
Thx Carsten!
detlef
>
> - Carsten
__
So looking into this slightly deeper,
I do have org-pretty-entities set to t in my config.
Toggling entities display with C-c C-x \ has no effect.
The value of org-highlight-latex-fragments-and-specials is nil.
Entities are only displayed when I search for the "\\" character, no
other searches
Hello,
An example of update bug:
--8<---cut here---start->8---
#+TBLNAME: InvestSupp
#+ATTR_LaTeX: align=l
| | | 2010 | 2011 | 2012 | Total (HTVA) |
|---+-++++--
Carsten Dominik writes:
> On May 17, 2010, at 12:42 PM, Detlef Steuer wrote:
>
>> On Sun, 16 May 2010 17:19:59 -0400
>> Bernt Hansen wrote:
>>
>>> Hi Carsten,
>>>
>>> Today while playing with org-resolve clocks for John W. it found an
>>> open
>>> clock in one of my archives. I wanted to see th
On May 17, 2010, at 4:39 PM, Michael Sperber wrote:
Carsten Dominik writes:
This is a really non-standard way for a mode definition which I guess
should be fixed in XEmacs. I have made that change anyway. Eric or
Dan, please note this change I made in the Babel sources.
As someone else
Carsten Dominik writes:
> This is a really non-standard way for a mode definition which I guess
> should be fixed in XEmacs. I have made that change anyway. Eric or
> Dan, please note this change I made in the Babel sources.
As someone else pointed out, python-mode.el is something different f
On May 16, 2010, at 11:09 PM, Eric Schulte wrote:
Hi Carsten,
Thanks for folding in this feature.
I'm having some weird issues using the new entities display. The
entities are not fontified in my org-mode buffers despite having set
the
org-pretty-entities variable to t. However if I sear
On May 16, 2010, at 11:09 PM, Eric Schulte wrote:
Hi Carsten,
Thanks for folding in this feature.
I'm having some weird issues using the new entities display. The
entities are not fontified in my org-mode buffers despite having set
the
org-pretty-entities variable to t. However if I sear
link: how to revert repeating sub-tasks? http://openpaste.org/en/21646/
I have a repeating tasks that looks like this:
,
| * TODO daily review
| SCHEDULED: <2010-01-01 .+1d>
| :LOGBOOK:...
| :PROPERTIES:...
| ** TODO task A...
| ** TODO task B...
`
Problem:
After I have marked t
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'd like to add a table of contents to a HTML export with body-only
set
to t (to feed into jekyll later), but org-html.el automatically
disables
the TOC when body-only is given.
I have used the attached one-line patch without any problems, the
(still
XHTML strict compliant) result can be seen he
Carsten Dominik wrote:
> Hi Nick, these are useful functions, thanks! Maybe add the to org-hacks?
You mean here?
http://orgmode.org/worg/org-hacks.php
I didn't know about that, thanks. My initial question is "how?" but I see
there is some information here:
http://orgmode.org/worg/worg-abou
Bob Paje writes:
>
> Does Org-mode understand Windows shortcuts and Web hyperlinks?
> Can a simple press of the RETURN key (a la Outlook) open a new window to
> the shortcut file/folder or the web page
>
Jan Böcker has already answered to you regarding the web part.
I'll answer for the Wind
Hi Giovannui, this is good as well. why don't you try to implement
it... ?
- Carsten
On May 17, 2010, at 3:00 PM, Giovanni Ridolfi wrote:
Carsten Dominik writes:
On May 14, 2010, at 11:01 PM, David Maus wrote:
[...] Org removes the ID property in the copy of the original
subtree before
Carsten Dominik writes:
> On May 14, 2010, at 11:01 PM, David Maus wrote:
>> [...] Org removes the ID property in the copy of the original
>> subtree before it is inserted anywhere.
>>
> Applied, thanks.
>
Arrrgh /me is too late, sorry!
Feature request:
Would it be possible that org-mode chan
Carsten Dominik writes:
> In the stuck project definition, adding "^\\*\\{3,\\}" as the 4th
> element should exclude anything that has level 3 or up in the subtree.
I don't think this will work. The regexp matches all tasks with level 3
or higher subtrees ... which is all projects so all projec
Applied, thanks.
- Carsten
On May 17, 2010, at 1:51 PM, Bernt Hansen wrote:
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 07e2e45..68a40ce 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -1396,17 +1396,18 @@ nil are excluded from the clock summation."
I tried to save a few calls to org-float-time but org-clock-start-time is not
valid as a parameter to org-float-time when it is an empty string (when you
are not clocking anything).
Verify tstart and tend are non-nil so we can compare them to the current
clocking time
using <= and >=
---
I need
On Thu, May 13, 2010 at 4:59 PM, Bernt Hansen wrote:
> "Emin.shopper Martinian.shopper" writes:
>
>
> See the variable org-agenda-sorting-strategy.
>
> -Bernt
Thanks for the pointer. I put the following in my .emacs file and the
I change my prioritized items to things like TODO [#A]-01 foo, TOD
This works:
("p" "Projects" tags-todo "LEVEL=2/!-DONE-CANCELLED"
((org-agenda-skip-function
'(org-agenda-skip-subtree-if 'notregexp "^\\*\\{3,\\}"
("o" "Other (non-project tasks)" tags "LEVEL=2/!-DONE-CANCELLED"
((org-agenda-skip-function
'(org-agenda-skip-subtree-if 'regexp "^\\
Hi Eric and Carsten,
Eric S Fraga wrote:
> On Thu, 13 May 2010 20:27:27 +0200, Carsten Dominik
> wrote:
>>
>> Take a look at the variable org-agenda-format-date.
>> Or you can write your own function to do something fancier, maybe based on
>> `org-agenda-format-date-aligned'.
>
> Thanks Carsten.
On May 17, 2010, at 12:42 PM, Detlef Steuer wrote:
On Sun, 16 May 2010 17:19:59 -0400
Bernt Hansen wrote:
Hi Carsten,
Today while playing with org-resolve clocks for John W. it found an
open
clock in one of my archives. I wanted to see the log mode (clocked
time) on that Sunday in March
On Sun, 16 May 2010 17:19:59 -0400
Bernt Hansen wrote:
> Hi Carsten,
>
> Today while playing with org-resolve clocks for John W. it found an open
> clock in one of my archives. I wanted to see the log mode (clocked
> time) on that Sunday in March but most of the entries have been archived
> at
Thanks
Livin Stephen Sharma
On May 17, 2010, at 15:16:40 , Carsten Dominik wrote:
> Hi,
>
>
> On May 17, 2010, at 11:40 AM, Livin Stephen Sharma wrote:
>
>> Hi again,
>> This is regarding a TODO which has:
>> a. nested-checkboxes AND
>> b. a statistics-cookie.
>>
>> Need help to achieve this
On Mon, May 17, 2010 at 10:33 AM, Carsten Dominik
wrote:
>
> On May 17, 2010, at 12:59 AM, Kestutis Matonis wrote:
>
>> How can i copy/import selected page part from firefox to emacs with
>> hyperlinks?
>
> What is wrong with just copy and paste?
Well, the man wants to have hyperlinks converted t
Hi,
On May 17, 2010, at 11:40 AM, Livin Stephen Sharma wrote:
Hi again,
This is regarding a TODO which has:
a. nested-checkboxes AND
b. a statistics-cookie.
Need help to achieve this:
The TODO should auto-update/-change to 'DONE' when the stats-cookie
hits '100%'.
I think you should be a
Hi Bernt,
I guess you can use the regexp options, both in the stuck projects,
and in a skipping condition for an agenda custom command.
In the stuck project definition, adding "^\\*\\{3,\\}" as the 4th
element should exclude anything that has level 3 or up in the subtree.
for the agenda c
Hi again,
This is regarding a TODO which has:
a. nested-checkboxes AND
b. a statistics-cookie.
Need help to achieve this:
The TODO should auto-update/-change to 'DONE' when the stats-cookie hits
'100%'.
--lss
On May 15, 2010, at 23:44:21 , Livin Stephen Sharma wrote:
> This is a tree from a
Applied, thanks.
- Carsten
On May 17, 2010, at 4:12 AM, Bernt Hansen wrote:
When org-clock-report-include-clocking-task is set we always add the
current clocking task to the clock report. This is incorrect if you
are looking at an agenda clock report for a time range that does not
include the
On May 17, 2010, at 12:59 AM, Kestutis Matonis wrote:
How can i copy/import selected page part from firefox to emacs with
hyperlinks?
What is wrong with just copy and paste?
Or take a look at org-w3m.el, this does some URL conversion when
copying from w3m.
HTH
- Carsten
___
On May 17, 2010, at 9:27 AM, Daniel Clemente wrote:
I think this key reminder table should be somehow displayed or
offered under a C-c C-v prefix, in the same way as C-c a, C-c C-a, C-
c e.
Or at least under C-c C-v ? or C-c C-v h
-- Daniel
On Thu, May 13, 2010 at 7:57 AM, Eric Schulte
On Sun, 16 May 2010 15:09:27 -0600, "Eric Schulte"
wrote:
>
> Hi Carsten,
>
> Thanks for folding in this feature.
>
> I'm having some weird issues using the new entities display. The
> entities are not fontified in my org-mode buffers despite having set the
> org-pretty-entities variable to t
On Sun, 16 May 2010 17:18:39 -0300, Juan wrote:
>
> Hi,
>
> The following code adds an export block of type 'mscgen'. The block
> body will be processed by the mscgen application. Sort of works, not
> very tested yet.
[...]
Juan,
this could be very useful. Thanks! I do wonder, however, whet
I think this key reminder table should be somehow displayed or offered under
a C-c C-v prefix, in the same way as C-c a, C-c C-a, C-c e.
Or at least under C-c C-v ? or C-c C-v h
-- Daniel
On Thu, May 13, 2010 at 7:57 AM, Eric Schulte wrote:
> Org-babel is now making use of the newly available C-
How can i copy/import selected page part from firefox to emacs with hyperlinks?
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
64 matches
Mail list logo