My impression is that it is indeed at least partially related to
font-lock. I have also observed that (at least on a mac) it is much
worse in emacs 23 than in emacs 22 (to the point where it has made me
swicth back to emacs 22 to make org usable). A recent post suggested
using
(setq font-lock-ve
Hi Erwin,
this patch looks good. However, it does not apply cleanly to the
current head, and I need to ask you to sign the FSF papers for it.
Are you willing to do this?
Thanks
- Carsten
On Nov 19, 2010, at 2:00 PM, Erwin Vrolijk wrote:
Hi,
I'm proud to present my first patch to orgm
I'm working on your comments, should have another patch in the next day or so.
The only thing I had issue with was the comment about
org-item-beginning-re: I prefer it as a function for the reasons you
mention, but I'm not particularly attached to this. Does anyone else
have an opinion?
Thanks,
Eric S Fraga wrote:
> Rainer Stengele writes:
>
> > Hi all,
> >
> > I am struggling more and more with slowness in my agenda view. Moving
> > from line to line with n and p is slow. Pressing the n key for 2
> > seconds will result in the cursor not following every keypress but
> > jumping dow
Hello,
> Karl Maihofer writes:
> These documents must be updated and will be exported to HTML
> regularly. Some documents have 500+ pages and many many of these
> "inline task" notes.
Wouldn't drawers be more appropriate here than inline tasks? Not that
it would work with a drawer either, bu
Hi David,
This looks great, and is a very good introduction to code block usage in
Org-mode.
Would you mind adding a link to this video to the Babel/uses page?
http://orgmode.org/worg/org-contrib/babel/uses.php
At some point I'd like to start generating and compiling Babel
screencasts, but until
Sébastien Vauban writes:
>> I imagine that such a change would meet with some resistance, at least I
>> know I would not want all of my table names exported by default.
>
> You name it... "by default", meaning such a behavior should be "switchable":
> on or off.
>
>
>> Is there a reason you don't
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
>> Eric S Fraga wrote:
- add something visible after every execution, like a separator line or a
^L character (new page, than can easily be displayed as a rule)
>>>
>>> I like this one (above), especially if you could append th
On Nov 27, 2010, at 12:04 AM, Eric S Fraga wrote:
Rainer Stengele writes:
Hi all,
I am struggling more and more with slowness in my agenda view.
Moving
from line to line with n and p is slow. Pressing the n key for 2
seconds will result in the cursor not following every keypress but
ju
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
>> #+TITLE: Tables don't have their name exported
>>
>> Chunks of code are exported to HTML with their parameters, such as table
>> names. But *tables aren't exported with their name*.
>>
>> * Playing with data and code
>>
>> Here is o
Rainer Stengele writes:
> Hi all,
>
> I am struggling more and more with slowness in my agenda view. Moving
> from line to line with n and p is slow. Pressing the n key for 2
> seconds will result in the cursor not following every keypress but
> jumping down after 2 or 3 seconds.
I'll add that
Rick Moynihan writes:
>
> Basically it looks like the different :results types haven't yet been
> implemented... The one I was missing was 'code' e.g. the following
> works for elisp:
>
> #+begin_src emacs-lisp :results code
> '(+ 10 1)
> #+end_src
>
> displaying:
>
> #+results:
> #+BEGIN_SRC
Hi Carsten,
Thanks, I see. I don't know usage of multiple agendas before.
On Fri, Nov 26, 2010 at 12:55 AM, Carsten Dominik
wrote:
>
> Hi Liang,
>
> the reason that this is not working here is that you
> are using a block agenda, which in principle can contain
> a number of agenda view in a sim
On Wed, Nov 24, 2010 at 6:25 AM, Carsten Dominik
wrote:
> I hear you had a problem with Org not publishing Literal code blocks
> correctly in a blog post?
http://sachachua.com/blog/2010/11/emacs-recording-ledger-entries-with-org-capture-templates/#comments
Oh! That was entirely user error. =
Here's a presentation I made, sorry it's a bit rough but here goes:
http://lispgamesdev.blogspot.com/2010/11/lisp-game-development-screencast-1.html
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
Martin Stemplinger writes:
> Hallo Rainer Stengele,
>
> am 26.11.2010 schriebst Du:
>
>> Hi all,
>>
>> I am struggling more and more with slowness in my agenda view.
>> Moving from line to line with n and p is slow.
>> Pressing the n key for 2 seconds will result in the cursor not following
>> e
On 2010-11-26, Jeff Horn wrote:
> I'm assuming you've just defined a capture template that automatically
> inserts an inactive timestamp? And you use refile to move your notes
> around?
Correct. And a todo state change hook. And user-defined sorting in
outline and agenda. Conversations go to n
On 26 November 2010 20:29, Eric Schulte wrote:
>
> Alright, I'm going to fold this into the master branch (we'll still have
> the entirety of the existing ob-clojure in git for resurrection if need
> be).
That's great news!
>>
>> I'm not sure what you mean by "external evaluation", but have foun
On Fri, Nov 26, 2010 at 2:21 PM, Samuel Wales wrote:
> Not to detract from the awesomeness of the date tree feature, but for
> those who don't know, it is possible to keep logs in sorted order,
> either in the logbook (happens automatically) or in the outline tree
> (user-defined sorting). I do t
Sébastien Vauban writes:
> Hi Eric,
>
> Eric S Fraga wrote:
>>> - add something visible after every execution, like a separator line or a
>>> ^L character (new page, than can easily be displayed as a rule)
>>
>> I like this one (above), especially if you could append the date+time to the
>> for
Hi Seb,
The title of your email mentions code execution, but the body seems to
focus on export of table names. I'll reply to the latter and my
apologies if I've missed something related to the former.
Table names have existed in Org-mode since before the existence of
active code blocks, and I do
Hey Rick,
Rick Moynihan writes:
> Hey Eric,
>
> I've just run your ob-clojure, and it seems to work fine, though as
> you mention it would be nice if it'd start slime (if it isn't already
> running).
>
Alright, I'm going to fold this into the master branch (we'll still have
the entirety of the
Hallo Rainer Stengele,
am 26.11.2010 schriebst Du:
> Hi all,
>
> I am struggling more and more with slowness in my agenda view.
> Moving from line to line with n and p is slow.
> Pressing the n key for 2 seconds will result in the cursor not following
> every keypress
> but jumping down after 2
Tommy Kelly writes:
> Here's the link to your reply to me:
>
> [[gnus:gmane.emacs.gnus.general#87tyj4x798@uwo.ca][email from Dan
> Christensen: Re: org-mode gnus integration ]]
Since this stores the group name and the message-id, it should work across
different Gnus sessions.
> The reason
Not to detract from the awesomeness of the date tree feature, but for
those who don't know, it is possible to keep logs in sorted order,
either in the logbook (happens automatically) or in the outline tree
(user-defined sorting). I do the latter. I don't use date trees.
*** CONVERSATION [2010-
Dan Christensen writes:
> Can you show us what an org-mode hyperlink looks like?
Here's the link to your reply to me:
[[gnus:gmane.emacs.gnus.general#87tyj4x798@uwo.ca][email from Dan
Christensen: Re: org-mode gnus integration ]]
The [[ ][ ]] combination lets org-mode render it so that yo
Tommy Kelly writes:
> One option would be to sync only the org-mode files through DropBox, and
> just do what I'd do with any other IMAP email client, and rely on the
> server side info to keep mutliple clients "in sync". That's
> the whole point of IMAP in the first place. But then I'm guessing
On Nov 26, 2010, at 1:02 PM, Michael Brand wrote:
On Fri, Nov 26, 2010 at 08:50, Carsten Dominik
wrote:
* Christian Egli converted the documentation into Texinfo format,
patched CSS formatting into the HTML exporter, and inspired the
agenda.
Christian Egli also created the export to
I'm looking for help in running Gnus with nnimap, and org-mode, across
multiple machines.
When reading my email in Gnus (using nnimap off Gmail), I create tasks
from any given message by using orgp-mode's capture feature. A TODO gets
created with a hyperlink that, on clicking, takes me back to the
In an older thread(*) Sébastien, Carsten and Nicolas discussed the new
kind of lists handling that was introduced with Org version 7.02.
(*) http://thread.gmane.org/gmane.emacs.orgmode/32808
,
| Lists handling
| ===
|
| Due to changes made to lists, it is no longer possible to
Hi Tommy,
I don't know if you've seen this, but I think Bernt Hansen's setup
will answer most of your questions:
http://doc.norang.ca/org-mode.html
I found his web site to be extremely useful. AFAICT his setup state-
of-the-art when it comes to keeping track of time in Org-mode.
Tom
On
Hi Darlan!
Thanks a lot! That's a good solution.
Regards,
Karl
Darlan Cavalcante Moreira schrieb:
Not exactly what you want, but for temporary highlights (useful for
instance to see if you are repeating the same word too much in a text) you
can use hi-lock-mode.
Turn hi-lock-mode on with M
In response to Carsten's mention of a new capture target type, Eric
wrote:
> Excellent! This is perfect. I keep a journal but ...
I'd be really interested in seeing how people use org-mode for
journaling. By journaling I'm thinking of the various ways of capturing
activity throught the day and
Hi all,
I have a possibly stupid question, which is the following: I have a
txt file which has been exported using org mode and I don't have the
initial file. Is there any way to convert the ascii export back into a
native orgmode file so as to have the usual feature as folding etc?
Any hints app
On Nov 26, 2010, at 5:26 PM, Rainer Stengele wrote:
Hi all,
I am struggling more and more with slowness in my agenda view.
Moving from line to line with n and p is slow.
Pressing the n key for 2 seconds will result in the cursor not
following every keypress but jumping down after 2 or 3 seco
Hi all,
I am struggling more and more with slowness in my agenda view.
Moving from line to line with n and p is slow.
Pressing the n key for 2 seconds will result in the cursor not following every
keypress but jumping down after 2 or 3 seconds.
I switched off all minor modes and found no improve
Aha, I see. Well, my elisp is not that evolved either so my attempts would
probably be even less likely to succeed!
Regards Gustav
2010/11/25 Eric S Fraga
> Gustav Wikström writes:
>
> > Hello!
> >
> > Just a silly question... If I want to export to ASCII from my
> > Org-file, and want the exp
Not exactly what you want, but for temporary highlights (useful for
instance to see if you are repeating the same word too much in a text) you
can use hi-lock-mode.
Turn hi-lock-mode on with M-x hi-lock-mode. Then you can highlight a word
with "C-x w h" (highlight-regexp) or a the line containing
Francesco Pizzolante
writes:
> I'm using Org to manage a project.
>
> I need to output a tasks list for every of my colleagues, person per person.
>
> I'm currently using tags to assing people to tasks (even if I'm not completely
> convinced that this is the right way to go).
Babel is of course
Erik Butz writes:
> Hi,
>
> people with more git experience should comment here, but it seems with:
> ~/elisp/org-mode $ git status
>
> you will get a list of currently untracked files in the local working
> directory. These are of course both files or directories deleted from
> the repository (a
Dan Davison writes:
> Eric S Fraga writes:
>
>> Dan writes:
>>
>> [...]
>>
>>> This patch should make ob-ledger use the common org-babel error mechanism.
>>> It is
>>> in branch ledger of the main repo. However, I'm not yet a ledger user. Could
>>> someone test it?
>>
>> Unfortunately, it does
Hi,
people with more git experience should comment here, but it seems with:
~/elisp/org-mode $ git status
you will get a list of currently untracked files in the local working
directory. These are of course both files or directories deleted from
the repository (as /lisp/babel) but also files that
On Fri, Nov 26, 2010 at 08:50, Carsten Dominik
wrote:
> * Christian Egli converted the documentation into Texinfo format,
> patched CSS formatting into the HTML exporter, and inspired the
> agenda.
Christian Egli also created the export to TaskJuggler.
Michael
___
Eric S Fraga writes:
> Dan writes:
>
> [...]
>
>> This patch should make ob-ledger use the common org-babel error mechanism.
>> It is
>> in branch ledger of the main repo. However, I'm not yet a ledger user. Could
>> someone test it?
>
> Unfortunately, it doesn't work at all [1] for a very simp
#+TITLE: Tables don't have their name exported
#+DATE: 2010-11-26
#+LANGUAGE: en_US
* Abstract
Chunks of code are exported to HTML with their parameters, such as table
names. But *tables aren't exported with their name*.
* Playing with data and code
Here is one table:
#+tblname: numb
For the record, I was having the exact same problem, just didn't have the time
to post it. So it's not just you!
I just deleted the babel directory now everything is fine again. git didn't
even notice it was gone.
Thanks for finding the culprit!
Sebastian
At Thu, 25 Nov 2010 22:04:22 +0100,
Eri
Thank you, this is OK, Dan, Eric, John, Bastien, and Sebastian Rose
get highlighted spots in the manual.
Thanks.
- Carsten
On Nov 26, 2010, at 9:53 AM, Sébastien Vauban wrote:
Hi Carsten,
Carsten Dominik wrote:
So I would like to ask you to look through this list and
tell me if you can su
Hi Carsten,
Carsten Dominik wrote:
> So I would like to ask you to look through this list and
> tell me if you can suggest additions.
I just read the list quickly, but I did not see the names of 2 eminent
(Babel) contributors, namely Eric and Dan.
Best regards,
Seb
--
Sébastien Vauban
Dan writes:
[...]
> This patch should make ob-ledger use the common org-babel error mechanism. It
> is
> in branch ledger of the main repo. However, I'm not yet a ledger user. Could
> someone test it?
Unfortunately, it doesn't work at all [1] for a very simple reason: you
have removed the -f o
Carsten Dominik writes:
[...]
> Hi Eric,
>
> thank you for the more detailed example. I think this should
> be fixed now. The documentation was not really wrong, because
> it only mentioned c[...] and not c<...>. But I agree that
> there is not reason to no allow this.
Very true! But thanks
Gustav Wikström writes:
> Hello!
>
> Just a silly question... If I want to export to ASCII from my
> Org-file, and want the exported ASCII to have all the paragraphs
> restricted to, say, 80 columns - Is there a nice way to do this
> without first converting all the paragraphs in the org-file?
Carsten Dominik writes:
> On Nov 25, 2010, at 11:02 AM, Herbert Sitz wrote:
>
>> Just wanted to update anybody interested that I'm still making
>> progress on my
>> Vim org-mode clone. Agenda view and flexible agenda searches on
>> dates, todos,
>> and tags all work pretty well now. I've got ba
Carsten Dominik writes:
[...]
> There is now also a new capture target type
>
> (file+datetree+prompt "path/to/file")
>
> which will prompt you for the date (RET will still use today then)
>
> Hope this proves to be useful.
>
> - Carsten
>
Excellent! This is perfect. I keep a journal but
Dear all,
I would like to update my list with acknowledgements in the
Org manual. This list is supposed to include people who have
either made a decisive contribution in a certain area (like
an initial proposal, a clever idea), or who have helped
improve org (either an area, or as a whole) with
On Nov 21, 2010, at 10:49 AM, Eric S Fraga wrote:
Carsten Dominik writes:
Hi Eric,
could you make me a slightly more complete example, with your beamer
setup? So a full test file that will show this behavior?
Thanks.
- Carsten
Sure. The attached example has a single slide. With the f
Hi Brian, hi Barry,
thanks for these. I believe I can take these changes without papers -
as far as I can see these are mostly fixing typos and stylistic
issues. Thanks a lot for your hard work.
- Carsten
On Nov 25, 2010, at 6:46 PM, Brian Gough wrote:
Hi
Here is a patch for some proo
56 matches
Mail list logo