I just applied the patch. Thanks again.
- Carsten
On Dec 16, 2008, at 6:41 PM, Bernt Hansen wrote:
Hi Carsten,
I decided to scour the org-mode code today and fix up all the typos I
could find easily.
I've pushed the result to my 'fix-typos' branch at
git://git.norang.ca/org-mode.
I also fi
Hi Matt,
to be honest, I had hoped you'd step forward, I am sure you will
do a great job with this, thanks so much.
- Carsten
On Dec 16, 2008, at 3:10 PM, Matthew Lundin wrote:
Hi Carsten,
I would be happy to take charge of tending the FAQ and to keep an eye
on the mailing list for (1) ques
Hi Sivaram,
the FAQ, like all of Worg, is user editable, and you
contributions would be most welcome. I am sure Matt will
find ways to put part of the work on you :-)
- Carsten
On Dec 16, 2008, at 5:57 PM, Sivaram Neelakantan wrote:
Matthew Lundin writes:
Hi Carsten,
I would be happy to
Hi Robert,
no, I do not think this would make sense, to step out with
an error, because all the commands that need a region will
also work without one. This is how regions work in Emacs.
If you find places in the documentation where this could
be made clearer, let me know.
Thanks.
- Carsten
--- Mar 16/12/08, Matthew Lundin ha scritto:
>
> I would be happy to take charge of tending the FAQ and to
> keep an eye on the mailing list
hello, Matthew,
> (I would, of course, also gladly defer to someone with a
> deeper knowledge of org-mode.)
you could also post the FAQ you've written
Hi Jonathan,
I cannot get this to work yet, what do I need to do in make auto-
complete use this?
- Carsten
On Dec 16, 2008, at 8:31 PM, Jonathan Arkell wrote:
Hi list!
I have just finished a little something to hook org mode into the
auto-complete. Right now it does a verbatim copy of
Hi Christopher,
Changing the columns format from view to view is not trivial.
This is what the variable org-overriding-column-format is
for. You must not set this in a normal way, but only as
an option for an agenda command, for example
(setq org-agenda-custom-commands
'(("x" "With deadl
Hi,
I've encountered a problem with `org-get-outline-path' (as of today)
which fails if the (optional) argument `level' is nil. The error occured
when calling `org-archive-subtree'. The following fixes it for me.
--- org.el.orig 2008-12-17 09:55:44.0 +0100
+++ org.el 2008-12-17 10:23:38.0
Bastien (2008-12-17 12:21 +0100) wrote:
> anhnmncb writes:
>
>> Hi, list, as title :)
>
> Yes!
>
> Check this: http://orgmode.org/worg/code/org-info-js/
Hello Bastien, my org version is Org-mode version 6.15a, do I still need
something else? I have tried your example given in the doc:
#+INFOJS
Hi Carsten
Carsten> Hi Paul, I think we can easily have both, I can do the coding
Carsten> based on your function, this is a small change.
Ok so here is the latest version in my .emacs :
You'll need (eval-when-compile (require 'cl)) because of rx ... When
I wrote this function I wanted to try rx
Carsten Dominik wrote:
> Dear Robert,
>
> also region-active-p requires transient-mark-mode to be active, if you look
> at the definition of the region-active-p function, you will see that.
>
> transient-mark-mode is on by default in Emacs. Why did you turn it
> *off* in the
> first place?
I'm torn.
Usage 1 is harder to read. My footnotes, for example, are very long
compared to your example. Of course, within emacs, this could be made
much less severe with a little syntax coloring. It has the advantage
that it never gets lost or otherwise mangled without your knowledge,
and you d
Hi Carsten,
Just to add to the discussion, transient-mark-mode is off for me in GNU
Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of
2008-11-09 on raven, modified by Debian.
If I start with emacs -q transient-mark-mode is nil.
I've explicitly set it on in my .emacs (as of the be
Ah, so maybe Robert did not turn it off
Anyway, in Emacs 23 the default will be ON. It was always my
understanding
that in order to use regions efficiently, you needed to turn on that
mode.
Anyway, Robert, could you please try to identify a location in the
docs where I should put thi
Paul R writes:
[...]
> Can others express their views on pros and cons of the two following
> usages :
>
> * Usage 1, anonymous footnotes
>
> Karate or karate-do is a martial art developed in the Ryukyu Islands
> from indigenous fighting methods and Chinese kenpō[fn:: Kenpo is the
> name of sev
Hi,
Carsten> Hi Paul, thanks for this latest version! No need for you to
Carsten> change anything right now, let me first play with it and seen
Carsten> what else I might think off. I really like your idea to use
Carsten> [fn:label] and [fn::Full footnote text], nice syntactic sugar.
Also, I'm af
Carsten Dominik writes:
> wow, what a great job, and how well it reflects my being a terrible
> typist. Thanks so much.
> I'll take a look at them and then install. Did you change any code at
> all, or only docstrings?
The only one that changes code is
323c9cd36c1c87fa58c22b156cddc9694fa7b47f
Hi,
I'm trying to code lisp, and it's slow going for me. I was hoping
someone with a few spare cycles could explain why this doesn't work
the way I expect. I typed the following code into an org file and hit
C-x C-e (eval-last-sexp):
(length (org-map-entries t "+LEDGER=\"entry\""))
Dear all,
I'm a new org user who recently ran across the video of Carsten's
Google talk. I have been looking for something like org for years, but
learning Emacs had always seemed too high a price, so I never really
considered Emacs-based options. However time is a teacher, and I see
now that the
Ben Alexander writes:
> However, all of the following attempts to search for both kinds of (or
> all) values fail (no error, just the wrong value). What am I doing
> wrong?
>
> (length (org-map-entries t "+LEDGER={\"transaction\"\|\"entry\"}"))
> => 0
> (length (org-map-entries t "+LEDGER={trans
Dear Robert,
also region-active-p requires transient-mark-mode to be active, if you
look
at the definition of the region-active-p function, you will see that.
transient-mark-mode is on by default in Emacs. Why did you turn it
*off* in the
first place?
- Carsten
On Dec 17, 2008, at 3
Fixed, thanks.
- Carsten
On Dec 17, 2008, at 10:33 AM, Ulf Stegemann wrote:
Hi,
I've encountered a problem with `org-get-outline-path' (as of today)
which fails if the (optional) argument `level' is nil. The error
occured
when calling `org-archive-subtree'. The following fixes it for me.
Gregor Horvath writes:
> Is there a possibility to get an automatic unique numerical number for
> each TODO? (like a Ticketnumber)
Perhaps by using %(sexp) in a remember template? (I'm not sure this
will work, but a possibility to explore.)
Good luck,
Dan
--
--
Dan Griswold
Roche
Hi Karel,
the problem seem to be that the doc directory is on the Emacs lisp
path! It should not be.
- Carsten
On Dec 17, 2008, at 2:00 PM, Sprenger, Karel wrote:
Hello,
Currently I run GNU Emacs 22.3.1 under Windows XP and noticed that
restoring
my desktop fails when I have org-mode f
Hello,
Currently I run GNU Emacs 22.3.1 under Windows XP and noticed that restoring
my desktop fails when I have org-mode files. In the *Messages* buffer I
discovered that Emacs tries to load the file org in org-mode's doc directory
and stumbles over the word "This". By adding an empty file .nose
Carsten Dominik wrote:
> Hi Robert,
>
> no, I do not think this would make sense, to step out with
> an error, because all the commands that need a region will
> also work without one. This is how regions work in Emacs.
>
> If you find places in the documentation where this could
> be made clear
Hi Scot,
On Wed, 17 Dec 2008 12:52:59 +, "Scot Becker" said:
Scot> But someone working in Muse did write an interesting extension to
Scot> Muse's footnote support. (The extension is explained here [5], and
Scot> the revised version of the code is here [6]). It is basically
Scot> a hook funct
Carsten> If Paul agrees, and if he has signed the papers with the FSF,
Carsten> we can integrate his code into Org-mode.
I do agree and I do have assigned copyrights to the FSF, but from the
technical point of view I would prefer to see plain anonymous footnotes
as explained above. I might implem
Genius!
Thanks!
On 2008-Dec-17, at 15:46, Bernt Hansen wrote:
Ben Alexander writes:
However, all of the following attempts to search for both kinds of
(or
all) values fail (no error, just the wrong value). What am I doing
wrong?
Try this: (add 2 more \ characters before the |)
(leng
or git show SHA1
Carsten Dominik writes:
> I figured it out: gitk
>
> Thanks, yes, these are fixes I definitely want in.
>
> - Carsten
>
> On Dec 17, 2008, at 12:48 PM, Carsten Dominik wrote:
>
>>
>> On Dec 17, 2008, at 12:37 PM, Bernt Hansen wrote:
>>
>>> Bernt Hansen writes:
>>>
Carst
anhnmncb writes:
> Hi, list, as title :)
Yes!
Check this: http://orgmode.org/worg/code/org-info-js/
--
Bastien
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailm
Hi Scot,
thanks for your detailed and thoughtful post.
On second consideration, I really like the proposal Matt
made back then, and I even like more that there is already
code to do this conversion. A quick look at Paul's code
indicates that
(add-hook 'org-export-preprocess-hook
Hi Sivaram,
I look forward to working with you on the FAQ. Here's my plan of
action. Please let me know if there's anything else we should add to
the plan:
1. Review the current FAQ.
2. Ask the mailing list for new FAQs that people would like to see
added. (I.e, invite everyone to suggest new FA
Hi, list, as title :)
___
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-orgmode
Hi Carsten,
Thanks for the invitation to work on the FAQ. I'm glad to find a way
to contribute to the org community.
Best,
Matt
Carsten Dominik writes:
> Hi Matt,
>
> to be honest, I had hoped you'd step forward, I am sure you will
> do a great job with this, thanks so much.
>
> - Carsten
>
>
5. A final solution (which might also gain other advantages) could be
to begin to facilitate an org-export mode to Pandoc's native
plain-text syntax (an extension of Markdown).[7] Pandoc is a robust
Haskell engine to convert between plain text formats. This would add
a step to org-mode export,
Matthew Lundin writes:
> Hi Sivaram,
>
> I look forward to working with you on the FAQ. Here's my plan of
> action. Please let me know if there's anything else we should add to
> the plan:
>
> 1. Review the current FAQ.
> 2. Ask the mailing list for new FAQs that people would like to see
> added.
I figured it out: gitk
Thanks, yes, these are fixes I definitely want in.
- Carsten
On Dec 17, 2008, at 12:48 PM, Carsten Dominik wrote:
On Dec 17, 2008, at 12:37 PM, Bernt Hansen wrote:
Bernt Hansen writes:
Carsten Dominik writes:
wow, what a great job, and how well it reflects my
Hi,
Is there a possibility to get an automatic unique numerical number for
each TODO? (like a Ticketnumber)
I need this for unambiguous identification in communicating with others.
Thank's
--
Greg
___
Emacs-orgmode mailing list
Remember: use `
anhnmncb writes:
> Bastien (2008-12-17 12:21 +0100) wrote:
>
>> anhnmncb writes:
>>
>>> Hi, list, as title :)
>>
>> Yes!
>>
>> Check this: http://orgmode.org/worg/code/org-info-js/
>
> Hello Bastien, my org version is Org-mode version 6.15a, do I still need
> something else? I have tried your
Hi Paul,
I think we can easily have both, I can do the coding based on your
function, this is a small change.
- Carsten
On Dec 17, 2008, at 4:29 PM, Paul R wrote:
Carsten> If Paul agrees, and if he has signed the papers with the FSF,
Carsten> we can integrate his code into Org-mode.
I d
Bernt Hansen writes:
> Carsten Dominik writes:
>
>> wow, what a great job, and how well it reflects my being a terrible
>> typist. Thanks so much.
>> I'll take a look at them and then install. Did you change any code at
>> all, or only docstrings?
>
> The only one that changes code is
> 323c9c
I was away from my computer for a few hours and was delighted to
discover this thread. This truly is an amazing mailing list.
"Scot Becker" writes:
> I'm torn.
>
> Usage 1 is harder to read. My footnotes, for example, are very long
> compared to your example. Of course, within emacs, this cou
On Dec 17, 2008, at 12:37 PM, Bernt Hansen wrote:
Bernt Hansen writes:
Carsten Dominik writes:
wow, what a great job, and how well it reflects my being a terrible
typist. Thanks so much.
I'll take a look at them and then install. Did you change any
code at
all, or only docstrings?
Hi Carsten,
Just to be clear, you have to use the auto-complete.el package by Matsuyama
Tomohiro. (http://www.emacswiki.org/emacs/AutoComplete)
I've been able to make auto-complete work by calling the ac-start command
directly, but something is happening to the post-command hooks that don't al
Hi Paul,
thanks for this latest version! No need for you to change anything
right now, let me first play with it and seen what else I might think
off. I really like your idea to use [fn:label] and [fn::Full footnote
text], nice syntactic sugar.
- Carsten
On Dec 17, 2008, at 5:32 PM, Pau
> I really like how elegant
> footnote markup is in LaTeX. AUCTeX solves readability problems by
> allowing the user to fold footnote macros and by indenting the text of
> footnotes when filling paragraphs. I wonder whether something similar
> could be implemented in in org-mode (perhaps akin to t
*** org-mode and ledger cli accounting - two great tastes that taste
great together
:PROPERTIES:
:COLUMNS: %16LEDGER_DATE %5LEDGER_REFERENCE %10ITEM
%25LEDGER_ACCOUNT %10AMOUNT
:END:
* TODO Email the org-mode and ledger mailing lists
I'm starting to use 'ledger' (http
On 2008-12-17, Bastien wrote:
> anhnmncb writes:
>
>> Bastien (2008-12-17 12:21 +0100) wrote:
>>
>>> anhnmncb writes:
>>>
Hi, list, as title :)
>>>
>>> Yes!
>>>
>>> Check this: http://orgmode.org/worg/code/org-info-js/
>>
>> Hello Bastien, my org version is Org-mode version 6.15a, do I stil
(Sorry for chiming in a week later.)
I think the best way to accomplish this, in that it combines the
strengths of other suggestions, is to use properties and column
view. Building the structure is pretty easy since you only have to
manually create the property drawer under the top-most headi
I am having trouble understanding the help text for org-refile-targets.
I don't know what a "cons cell" is and I would like to see some examples
of customising the variable.
For example, how can I specify headings of levels 1 and 2?
I entered the value of
(:level . N).
in the customization prom
Carsten,
it seems that the newest version of Orgmode (6.15a) has a bug: When I try
to move a tree/subtree to the archive (C-c C-x C-s) I get this message
Wrong type argument: number-or-marker-p, nil
and the tree/subtree isn't moved.
The entry in the menu (Org --> Archive) doesn't work either
52 matches
Mail list logo