On Mon, Mar 23, 2009 at 14:28, Matthew Lundin wrote:
> If I may be so bold, I'd like to request an additional setting for
> org-empty-line-terminates-plain-lists. Namely, I was wondering if it
> would be possible to add an option whereby 2 empty lines would terminate
> a plain list.
I am a little
Hi Carsten,
Carsten Dominik writes:
> Possible solutions:
>
> 1. Allow #+begin_example and friends to be indented and remove the same
>amount of whitespace from all example lines as the #+begin line has.
>This is possible, but would require a lot of work in the LaTeX
> exporter.
>It
What would happen then if one called remember from a previous remember
buffer, then saved it?
Alan Davis
"An inviscid theory of flow renders the screw useless, but the need for one
non-existent." ---Lord Raleigh (John William Strutt), or
else his son, who was also a scientist.
I should note that I tried to clean up the files a bit to make them more
readable before uploading, and I realized the "clean" version of
reqallxml.awk in the attachment has two silly bugs - "/* nothing for now */
;" on line 368 should be "; # nothing for now" (C-style comments don't work
in awk).
"Robert D. Crawford" writes:
> As I mentioned below, using the annotation expansion in the template
> does not work when using w3. I did see the error in my template and
> have fixed it (unnecessary brackets). I am wondering if there is some
> other way to get the title or if it can be added as
On Tue, Mar 24, 2009 at 04:29, Carsten Dominik wrote:
>> After that,
>>
>> (when (plusp number)
>> (message "you have %s saved remember files" number))
>
> Hmmm. When should this happen? Not after a
> successful remember process, I'd say.
The number will usually be zero, so that is when I
Peter Jones writes:
> Actually, org-crypt was written by John Wiegley, and I'm going to be
> making some changes to slightly alter how it works. You can get John's
> version here:
>
>
> http://github.com/jwiegley/dot-emacs/raw/cf72e6e004034849bd683b467b51d960d80a3e66/org-crypt.el
>
> I'll pos
Peter Jones writes:
> Why not use sed/awk to alter the output of the tree command so that it's
> in a format that org will understand?
Yes I could do that, but if there was an easy org/outline mode way to do
it that would be better. I may want to do other related stuff in the future.
--
alebl
Hi Carsten,
Carsten Dominik writes:
>
> 2. Adapt the LaTeX exporter to work like the HTML exporter, ignoring
>indentation of tables and example. The, introduce a special list
>item like "- ___" to explicitly terminate a list if this should be
> necessary.
I'm fine with this solution (
Sven Bretfeld writes:
Hallo to all
Thanks for your suggestions. I still think there is much to optimize and
I deem it urgent. For myself, I will follow Detlef's example and give
Emacs on mobile systems another try. Yesterday, I succeeded to buy a
Sharp Zaurus quite cheaply from eBay. We'll see.
On Tue, 24 Mar 2009 21:38:52 +0100
Carsten Dominik wrote:
> > And what do you get for
> > coming up with it in the first place ?-)
>
> I'll accept gifts :-)
I'm not a coder, but it seems to me that if the person who solves the
puzzle gets a free download, then the person who came up with the
Hey all,
I was thinking a bit about my workflow with org-mode, and I'm thinking
that I should change up a bit of how I'm doing stuff. Basically what I do
now is use org-mode for my GTD stuff (that is, ticket management, notes
about tickets, etc), and then use muse mode for other stuff.
Right now
On Mar 24, 2009, at 8:07 PM, Nick Dokos wrote:
Carsten Dominik wrote:
C-c a M - { . } RET
One free download of the next Org-mode version for the first
person to explain why this works... :-)
C-c a agenda command
M query TODO entries against a match expression -{.}
- negativ
> Regarding 'Re: list of todo entries without tags'; Carsten Dominik adds:
> C-c a M - { . }
Superb, thanks:)
Richard
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.
As I mentioned below, using the annotation expansion in the template
does not work when using w3. I did see the error in my template and
have fixed it (unnecessary brackets). I am wondering if there is some
other way to get the title or if it can be added as a feature.
I've changed the post belo
In researching the answer to Carsten's C-a M - { . } RET
"match TODOs with empty tags" challenge, I went through
a section of the docs and (in addition to enlightening
myself about the meaning of the mysterious runes) I found
a couple of typos. Here's a patch:
>From 5d574f62aeea8bfce3ee92fce9aaf0a
Carsten Dominik wrote:
> C-c a M - { . } RET
>
> One free download of the next Org-mode version for the first
> person to explain why this works... :-)
>
C-c a agenda command
M query TODO entries against a match expression -{.}
- negative match
{re}curly braces delimiting reg
C-c a M - { . } RET
One free download of the next Org-mode version for the first
person to explain why this works... :-)
- Carsten
On Mar 24, 2009, at 7:16 PM, Richard KLINDA wrote:
Hello, how can I get the list of tagless todo entries?
Thanks!
Richard
_
Hello, how can I get the list of tagless todo entries?
Thanks!
Richard
___
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,
I'm glad I could help in a very small way - I really appreciate the
years you've put into this. I watched GregKH's, Linus's and your
Google tech talks the other day, and enjoyed yours the most. I know
I'll love the flexibility of org-mode over time, but it's great to
hear your version
"Robert D. Crawford" writes:
> Sebastian Rose writes:
>
>> You night want to use this:
>>
>> http://github.com/SebastianRose/worglet/tree/master
>
> Please correct me if I am wrong but this seems to be the wrong solution
> for w3 and w3m. I don't use a graphical browser because of my need for
Sebastian Rose writes:
> You night want to use this:
>
> http://github.com/SebastianRose/worglet/tree/master
Please correct me if I am wrong but this seems to be the wrong solution
for w3 and w3m. I don't use a graphical browser because of my need for
a screen reader. I use emacs and emacspe
Wasn't going to say anything but at risk of sticking my foot in my mouth:
I learned that the convention for naming backups in Emacs is they end in ~.
Is it possible that if this is done, Emacs will automatically use the
mechanism that is available to keep a given number of old versions and a
given
On Mar 23, 2009, at 8:47 PM, Ross Patterson wrote:
Matthew Lundin writes:
Hi Ross,
Ross Patterson writes:
Matthew Lundin writes:
Ross Patterson writes:
So far at least, I have my tasks broken up into multiple *.org
files
whose names reflect general categories. Often I want to loo
Hi Brad,
I am really happy that you showed us how to do this. Like you,
when I work I am at my computer, so I don't need a fully mobile
side of Org. But a capture path. Using RSS like you demonstrate
means that we can use any kind of service that pushes to an RSS
feed - even if ReQall goes awa
On Mar 24, 2009, at 4:29 AM, Samuel Wales wrote:
On Sun, Mar 22, 2009 at 08:16, Carsten Dominik
wrote:
I have now added a variable `org-remember-backup-directory'.
Set this to a directory, and every remember buffer
you create will end up in a separate file, with date
and time in the file nam
On Mar 24, 2009, at 4:42 AM, Samuel Wales wrote:
If you set auto-save-visited-file-name buffer-local in that buffer,
you'll have the latest auto-saved contents in the file.
Good one, I am doing that.
Thanks.
- Carsten
___
Emacs-orgmode mailing li
Carsten Dominik wrote:
On Mar 24, 2009, at 9:30 AM, Ian Barton wrote:
This is nice, no more superfluous flat file... thanks!
I don't think so! Because if I see this correctly, your own
solution will allow new entries to be refiled to other files,
removed or archived, without the script addin
Hi Matt, Baoqiu,
this is a difficult issue.
Indentation is what governs the end of lists. However, this concept
conflicts with the face that some constructs in Org cannot be indented
at all, in particular things like #+begin_example ena the like.
You are both right that tables and ": ..." exam
On Mar 24, 2009, at 9:30 AM, Ian Barton wrote:
This is nice, no more superfluous flat file... thanks!
I don't think so! Because if I see this correctly, your own
solution will allow new entries to be refiled to other files,
removed or archived, without the script adding them again. If you
do
This is nice, no more superfluous flat file... thanks!
I don't think so! Because if I see this correctly, your own
solution will allow new entries to be refiled to other files,
removed or archived, without the script adding them again. If you
do this in Ians solution, I think they will be adde
On Mar 24, 2009, at 1:43 AM, Brad Bozarth wrote:
This is nice, no more superfluous flat file... thanks!
I don't think so! Because if I see this correctly, your own
solution will allow new entries to be refiled to other files,
removed or archived, without the script adding them again. If you
On 24 Mar 2009, Ian Barton wrote:
> Requires Mark Pilgrim's feed parser (think this is already part of
> Python)
Unfortunately, it's not, but you can get it from http://feedparser.org/
or in most package repositories.
--
-rob
___
Emacs-orgmode maili
33 matches
Mail list logo