Hi Louis,
After modifying #+TITLE, you should press C-c C-c to tell orgmode the
title part has been changed.
On Fri, Mar 18, 2011 at 12:58 PM, wrote:
>
> At one point in the recent past I had a file org.org with
> #+TITLE: LBM TCH KB Org
>
> Eventually I changed it to be
> #+TITLE: KBorg
>
> no
At one point in the recent past I had a file org.org with
#+TITLE: LBM TCH KB Org
Eventually I changed it to be
#+TITLE: KBorg
no matter what I do, the generated sitemap pick up the old title.
Is this cached somewhere? and how do I get it to change?
Thanks in advance,
Louis
Nick Dokos wrote:
> ...but the sunrise/sunset section in org-hacks is still MIA. AFAICT, the
> publishing process didn't do anything with org-hacks because it thought it
> was unmodified. I'll try to push a small modification and we'll see whether it
> picks it up.
>
OK, I fixed a typo in org-h
Jason Dunsmore wrote:
> >
> > See:
> >
> > http://orgmode.org/worg/worg-setup.html
> >
Oh, wow: right in front of my eyes - thanks, Erik!
> > which will direct you to:
> >
> > http://orgmode.org/worg/publishing.txt
> >
> > AT the bottom of that file:
> >
> > "Generating tree-style sitemap for Si
Hi Bastien,
Thanks for showing us this page. We will use the page, if and when we need it.
Best,
Puneeth
On Thu, Mar 17, 2011 at 12:11 PM, Bastien wrote:
> Hi Puneeth,
>
> Puneeth Chaganti writes:
>
>> Inspired by the OrgCamps being conducted in Paris [1] [2], I would
>> like to propose an Or
Hello Venkatesh,
On Wed, Mar 16, 2011 at 7:35 PM, Venkatesh Choppella
wrote:
> Hello Puneeth:
>
> I'd like to host this in IIIT in Hyderabad. Apr and May would be very
> hot here, though. June would be more pleasant. Hyderabad is
> overnight by train from all the places mentioned earlier (Pun
Erik Iverson writes:
> On 03/17/2011 05:34 PM, Nick Dokos wrote:
>> Thomas S. Dye wrote:
>>
>>> Aloha all,
>>>
>>> Changes I made to the LaTeX export tutorial several days ago haven't
>>> made their way to Worg yet. Is Worg updating?
>>>
>>> All the best,
>>> Tom
>>>
>>
>> Thanks for reminding
Bastien writes:
> Matt, can you build and locally test such a file? Then instrument
> next-line when jumping from headline 1 to 2, to 3, to 4?
I'm on the job. :)
I'll write back with an official report. Suffice it to say that my early
experiments show org-mode cruising through the examples you
I wish org-mode can do like this...
- Row 1 :exports tabel
- 1.1
- 1.2
- 1.3
- Row 2
- 2.1
- 2.2
- 2.3
On Fri, Mar 18, 2011 at 6:18 AM, Ben wrote:
>>
>> Out of boredom, I've written a draft for it.
>>
>
>
> Woohoo! congrats for the way you're getting bored!
> Hey thank you Nicolas!
Ben wrote:
> > #+begin_src emacs-lisp
> >
>
> So here I'm guessing the whole code fits into Babel, right?
>
It depends on what you mean: you *can* use babel to evaluate the code
(C-c C-c on every code block, or similar), thereby loading it into your
current emacs, but if you want to use this c
Sorry, at times I forget about this when I use webmail (When I am at
school that is the only option due to wi-fi restrictions of the
university). Hope this is better.
Here is what I have landed on so far, it works great:
---clip herecurrently in .emacs
(defun org-dblock-write:recently-mo
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote:
> Hi Nick,
>
> Nick Dokos wrote:
> > =3D?utf-8?Q?S=3DC3=3DA9bastien_Vauban?=3D wr=
> ote:
> >> Side question: how do you do to see a really full backtrace?
> >>=20
> >> My backtraces always are elided with ellipsis inside the lines...
> >>=20
> >
> > IIR
When editing the block in native mode everything works fine. Closing
the buffer (or even rebooting the computer) had no effect.
I´ll keep this off until is fixed. It is though a great feature!
2011/3/17 Sébastien Vauban :
> Hi all,
>
> Eric S Fraga wrote:
>> Julian Burgos writes:
>>> I was very
Filippo, Matthew,
please use plain text emails, otherwise the code you send is not
readable. You can manually turn off rich-formatted (=HTML) emails
in gmail for each email.
Thanks,
--
Bastien
That's right. Somewhere else in my config, I also set org-agenda-window-setup
to 'current-window. That was the secret ingredient for me.
Sorry I didn't bring this up sooner. I use Aquamacs, and the easiest thing
for me is to use both emacs customize and .emacs (Preferences.el in
Mac-speak). I
Hi Nick,
Nick Dokos wrote:
> =?utf-8?Q?S=C3=A9bastien_Vauban?= wrote:
>> Side question: how do you do to see a really full backtrace?
>>
>> My backtraces always are elided with ellipsis inside the lines...
>>
>
> IIRC, these should do it:
>
> ,
> | -- Variable: print-length
> | The va
On Tue, Mar 15, 2011 at 14:35, Christian Zang
wrote:
> 2011/3/15 Christian Zang :
>> 2011/3/15 Manish :
>>> On Tue, Mar 15, 2011 at 11:54 AM, Christian Zang wrote:
2011/3/15 Manish:
> On Tue, Mar 15, 2011 at 12:54 AM, Christian Zang wrote:
>> Dear all,
>>
>> I might be overloo
On 03/17/2011 05:34 PM, Nick Dokos wrote:
Thomas S. Dye wrote:
Aloha all,
Changes I made to the LaTeX export tutorial several days ago haven't
made their way to Worg yet. Is Worg updating?
All the best,
Tom
Thanks for reminding me: I made a change to org-hacks some time ago and it
hasn't
Matthew Sauer wrote:
> Sigh, at times it's the small things that you miss that bite you in the
> foot.
>
> (defun org-dblock-write:recently-modified (params)
> (insert (mapconcat (lambda (arg) (concat "[[file:" arg "][" arg "]]" ))
> (split-string (shell-command-to-string "ls -t
> /cygdrive/c/
Thomas S. Dye wrote:
> Aloha all,
>
> Changes I made to the LaTeX export tutorial several days ago haven't
> made their way to Worg yet. Is Worg updating?
>
> All the best,
> Tom
>
Thanks for reminding me: I made a change to org-hacks some time ago and it
hasn't shown up yet. Maybe it wou
>
>
> Out of boredom, I've written a draft for it.
>
>
Woohoo! congrats for the way you're getting bored!
Hey thank you Nicolas!
> #+begin_src emacs-lisp
>
So here I'm guessing the whole code fits into Babel, right?
All of this will convert
>
(...)
> | Row 1 | 1.1 | 1.2 | 1.3 |
> | Row 2 | 2
Sigh, at times it's the small things that you miss that bite you in the
foot.
(defun org-dblock-write:recently-modified (params)
(insert (mapconcat (lambda (arg) (concat "[[file:" arg "][" arg "]]" ))
(split-string (shell-command-to-string "ls -t
/cygdrive/c/Dropbox/org *.org | head -10")) "\n"))
Dan Griswold wrote:
> org-format-agenda-item("" "" "Diary" nil time)
> (setq x (org-format-agenda-item "" x "Diary" nil (quote time)))
> (lambda (x) (setq x (org-format-agenda-item "" x "Diary" nil ...)) (org-a=
> dd-props x (text-properties-at ... x) (quote type) "diary" (quote date) dat=
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote:
> Side question: how do you do to see a really full backtrace?
>
> My backtraces always are elided with ellipsis inside the lines...
>
IIRC, these should do it:
,
| -- Variable: print-length
| The value of this variable is the maximum number
Dan Griswold wrote:
> Sure. But I don't want to include absolutely everything, because of
> personal calendar entries. Here it is, back to the point where it gets
> too specific to my life:
>
That's of course as it should be.
>
> Debugger entered--Lisp error: (args-out-of-range -1 0)
> add
Are there plans for updating the org-mode sources contained in the Emacs
bzr repository?
Can I help to speed up the process?
Aloha all,
Changes I made to the LaTeX export tutorial several days ago haven't
made their way to Worg yet. Is Worg updating?
All the best,
Tom
Aloha Rasmus,
On Mar 17, 2011, at 10:34 AM, Rasmus wrote:
I can't translate it into anything that looks the quality of
using MS Word and Adobe Flashpaper.
Well, that sounds wrong. There are a number of blogs which publish
templates. Look into them. For starters, look into the blog-roll at
te
Bastien writes:
> Did Anthony advertized his enhancements on this list?
AFAIK he did announce them here, but that was a long time ago, probably
more than six months.
Thanks
--
Christian Egli
Swiss Library for the Blind, Visually Impaired and Print Disabled
Grubenstrasse 12, CH-8045 Zürich, Sw
Hi Marc
Marc-Oliver Ihm writes:
> Does your fork incorporate Anthonys enhancements (e.g. the
> :TJ:-Drawer) ?
It contains some of his enhancements but not all. He has two versions of
the code. One for tj2 and one for tj3. I would like to have one version
for both. The code as it stands right no
On 17 Mar 2011, nicholas.do...@hp.com wrote:
> Can you provide a backtrace? See section 1.4, "Feedback", of the Org
> manual on how to produce a backtrace.
Sure. But I don't want to include absolutely everything, because of
personal calendar entries. Here it is, back to the point where it gets
to
Hi all,
Eric S Fraga wrote:
> Julian Burgos writes:
>> I was very excited to discover org-src-fontify-natively, but I´m not having
>> a good experience with it. When it is on, org-mode becomes very slow while
>> typing into a code block. This happens regardless of the size of the file
>> or numbe
> I can't translate it into anything that looks the quality of
> using MS Word and Adobe Flashpaper.
Well, that sounds wrong. There are a number of blogs which publish
templates. Look into them. For starters, look into the blog-roll at
texample.
> Just wondering if anyone has some template exampl
Hi Tassilo,
Tassilo Horn wrote:
>> It may has been introduced by one of my latest commit. Could you load
>> org-agenda.el (not compiled) and give me the full backtrace (in
>> private)?
>
> Sure, here it is. There' nothing private in it, so we can stay on list.
>
> Debugger entered--Lisp error: (w
On 17.3.2011, at 19:30, Eric S Fraga wrote:
> Le Wang writes:
>
>> On Thu, Mar 17, 2011 at 10:27 PM, Nick Dokos wrote:
>>
>>> Why would you need to coordinate with the session author about advising
>>> a function? It's your own personal advice and you can do whatever you
>>> want. Of course,
Dan Griswold wrote:
> On 17 Mar 2011, tass...@member.fsf.org wrote:
>
> > I've just update my org checkout, and the issue seems to be already
> > fixed by
> >
> > * 9216453..: Julien Danjou 2011-03-17 org-agenda: remove useless
> > concat
> > commit 9216453a3882eb45d0ba05e4e4fdeba9488205cc
> >
On 17 Mar 2011, tass...@member.fsf.org wrote:
> I've just update my org checkout, and the issue seems to be already
> fixed by
>
> * 9216453..: Julien Danjou 2011-03-17 org-agenda: remove useless
> concat
> commit 9216453a3882eb45d0ba05e4e4fdeba9488205cc
> Author: Julien Danjou
> Date: Thu Ma
Le Wang writes:
> On Thu, Mar 17, 2011 at 10:27 PM, Nick Dokos wrote:
>
>> Why would you need to coordinate with the session author about advising
>> a function? It's your own personal advice and you can do whatever you
>> want. Of course, as Carsten pointed out, there is good advice and there
>
Julian Burgos writes:
> Dear list,
>
> I was very excited to discover org-src-fontify-natively, but I´m not
> having a good experience with it. When it is on, org-mode becomes
> very slow while typing into a code block. This happens regardless of
> the size of the file or number of blocks, and
Hi all,
I've just update my org checkout, and the issue seems to be already
fixed by
* 9216453..: Julien Danjou 2011-03-17 org-agenda: remove useless concat
commit 9216453a3882eb45d0ba05e4e4fdeba9488205cc
Author: Julien Danjou
Date: Thu Mar 17 17:07:10 2011 +0100
org-agenda: remove us
Julien Danjou wrote:
> On Thu, Mar 17 2011, Tassilo Horn wrote:
>
> > Sure, here it is. There' nothing private in it, so we can stay on
> > list.
>
> There's something I really do not understand in this bt.
>
> > Debugger entered--Lisp error: (wrong-type-argument integerp nil)
> > substring
Nicolas
>> Would you consider enclosing them in paragraph tags.
>
> I've pushed a fix in that direction. Is it correct now?
Thanks for this. Verified that my test file exports fine.
Jambunathan K.
--
Hello,
Sébastien Vauban writes:
> Regarding this problem only, it must be an interaction then with my following
> setting for the inline task in HTML:
>
> #+begin_src emacs-lisp
> ;; templates for inline tasks in various exporters
> (setq org-inlinetask-export-templates
>
Bastien writes:
Thanks to Lars Magne Ingebrigtsen for configuring Gmane for this.
Looks like he is a very thorough man and removes it from everywhere in
the line... :-)
Thanks to LarsI and you for making that change.
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofel
On Thu, Mar 17 2011, Tassilo Horn wrote:
> Sure, here it is. There' nothing private in it, so we can stay on
> list.
There's something I really do not understand in this bt.
> Debugger entered--Lisp error: (wrong-type-argument integerp nil)
> substring(#(" Diary: St. Patrick's Day" 0 2
Hello,
Ben writes:
> I'm thinking about a potential alternative and I would like to know if
> anyone here would know if this can be done with org.
> ReStructured Text [2] has a nice feature called list-tables. As you can
> guess from the name, you write a list and an instruction to process it an
On Thu, Mar 17, 2011 at 10:27 PM, Nick Dokos wrote:
> Why would you need to coordinate with the session author about advising
> a function? It's your own personal advice and you can do whatever you
> want. Of course, as Carsten pointed out, there is good advice and there
> is bad advice, and you
On 03/17/2011 04:07 AM, Bastien wrote:
> Hi Scott,
>
> Bastien writes:
>
>> If you can, please test this patch. I'm not applying it right now as
>> I want to make sure to apply a safe and complete patch.
>
> I've applied this patch now.
Hi Bastien,
It works and doesn't break anything else a
On 17 Mar 2011, tass...@member.fsf.org wrote:
> Hm, the entry it errors with seems to come from the St. Patrick's Day
> entry in `calendar-holidays'...
I thought the same thing. But then I customized holiday-general-holidays
to exclude St. Patrick's Day, and the error still comes up, the
backtrac
On Thu, Mar 17 2011, Tassilo Horn wrote:
> Yes, I can confirm that. Here's parts of the backtrace:
>
> Debugger entered--Lisp error: (wrong-type-argument integerp nil)
> org-agenda-highlight-todo(#(" Diary: St. Patrick's Day" 0 2
> (org-category "diary" tags nil org-highest-priority 65 o
David Maus writes:
> Hi,
>
> Bastien's patch looks good and/but introduces a regression: The commit
> that started all this trobule --
> 163cd58ffd6461c98a96b1b63a3cf082b2825a52 -- fixed a problem with
> exporting links with a description that contained an ISO Date. The
> current problem can be
Le Wang wrote:
> On Thu, Mar 17, 2011 at 3:02 PM, Carsten Dominik
> wrote:
>
> (defadvice session-jump-to-last-change (after org-expand activate compile)
> "Reveal hidden point after jumping."
> (when (and (eq major-mode 'org-mode)
> (outline-invisible-p))
>
Thanks for your reminder, I updated the orgmode to the lastest, now it's ok
Carsten Dominik wrote:
>
> On 28.2.2011, at 12:43, Tom wrote:
>
> > I have a table in which I sum the values of all rows in the last
> > row: vsum(@1..@-I-1). The problem is when move a row with M-up
> > before the first row (e.g. I press M-up on the second row) then
> > org modifies this formu
Hi all,
I regularly work in an indirect buffer created by org-tree-to-indirect-buffer.
Following an id: type link in such a buffer seems to always switche to the
base buffer even if the target is visible in the indirect buffer.
Is the buffer switching intended behaviour or is this a bug?
Follo
Dear list,
I was very excited to discover org-src-fontify-natively, but I´m not
having a good experience with it. When it is on, org-mode becomes
very slow while typing into a code block. This happens regardless of
the size of the file or number of blocks, and the slow down is very
noticeable.
Dan Griswold writes:
Hi Dan,
> As of today, there's a problem with org-agenda-list when
> org-agenda-include-diary is set to t. I get this error:
> mapcar: Wrong type argument: integerp, nil
Yes, I can confirm that. Here's parts of the backtrace:
--8<---cut here---st
Dan,
My agenda won't build this morning either, so it's more than you.
I don't have time to investigate right now, but just know it's not
something you did.
--e
Dan Griswold wrote:
Hi all,
As of today, there's a problem with org-agenda-list when
org-agenda-include-diary is set to t. I get thi
Hi all,
As of today, there's a problem with org-agenda-list when
org-agenda-include-diary is set to t. I get this error:
mapcar: Wrong type argument: integerp, nil
I have confirmed that the error occurs with only one item in the diary
file, such as this one:
Mar 18, 2011 8:00 planning
I feel
On Thu, Mar 17, 2011 at 5:52 AM, Bastien wrote:
> Hi all,
>
> The default when creating a clock report is to use :scope file. I find
> it not practical for big files, where the report can take long to build.
>
> I'm thinking of applying this change: when called from within a subtree,
> `C-c C-x
Hi,
Bastien's patch looks good and/but introduces a regression: The commit
that started all this trobule --
163cd58ffd6461c98a96b1b63a3cf082b2825a52 -- fixed a problem with
exporting links with a description that contained an ISO Date. The
current problem can be located in `org-html-do-expand' wh
Julien Danjou writes:
> On Thu, Mar 17 2011, Óscar Fuentes wrote:
>
>> It would nice to get rid of that noise, if possible.
>
> It's kinda handy to have them to match the text. I don't think it's a
> real problem. They are very standard.
Ok, I can live with that.
>> Second:
>>
>> Version: GnuPG
I like this, Matt!
On Thu, Mar 17, 2011 at 8:25 AM, Bastien Guerry wrote:
> Patch 680 (http://patchwork.newartisans.com/patch/680/) is now "Accepted".
>
> Maintainer comment: none
>
> This relates to the following submission:
>
> http://mid.gmane.org/%3C87y64ji2hj.fsf%40fastmail.fm%3E
>
> Here i
Hello,
"Eric Schulte" writes:
>> The real problem is: how should Org react when parsing syntactically
>> erroneous buffers? I concede that freezing Emacs isn't nice, but otoh,
>> code can't deal with every possible user error.
>>
>> So, what is the expected behavior here? Consider orphan #+end_
On Wed, Mar 16, 2011 at 10:54:18AM -0400, Nick Dokos wrote:
> 'Mash wrote:
>
> >
> > I suppose by "professional" I really meant "polished", and so it is
> > LaTeX styling I have having trouble with, it may also be laziness on
> > my part. I have tried searching for LaTeX styling which I can
> > tr
Hi Filippo,
"Filippo A. Salustri" writes:
> So I wrote a small perl program that digests every file in my org
> directory looking for todos.
Such a script could go on Worg -- perhaps here:
http://orgmode.org/worg/org-tools/index.html
If you want to contribute to Worg, please read this:
h
On Mar 17, 2011, at 11:02 AM, Christian Moe wrote:
>
>
>> You can also use @<<< to mean the second row
>
> Did you mean @<<
No, I meant "third" :D
> ?
>
> Yours,
> Christian
- Carsten
> What is does it to transform a nested list in a simple table.
Just a thought.
If someone takes a stab at it, I suggest that they use my experimental
staging branch (org-html/org-odt) that implements callbacks for various
org entities like paragraphs, outline, lists and tables.
Without looki
Dear Orgers,
I would have a question for you. I'm writing more and more documentation in
OrgMode (with HTML and DocBook exports) and I'm very happy with it. There's
a little hitch though on tables. Org tables are great with one known and
documented constraints: it does not accept multi lines [1].
Hi Christian,
Christian Egli writes:
> Bastien writes:
>
>> Ps: I had trouble applying your patches: they came in one order on the
>> list, and on a different one on patchwork. Applying them from patchwork
>> didn't always work, so I had to do a few things manually. Not a problem.
>
> Is ther
Hi Christian,
Christian Egli writes:
> How do we proceed? Do I resubmit the patch?
No need, I just applied the fix you suggest. Thanks for it!
--
Bastien
Hi all,
The default when creating a clock report is to use :scope file. I find
it not practical for big files, where the report can take long to build.
I'm thinking of applying this change: when called from within a subtree,
`C-c C-x C-r' will insert a clock report with ":scope subtree", and use
Here's what I do:
(let ((initial-buffer (current-buffer))
(agenda-window (selected-window))
right-window)
;; We're still in the root window.
(set-frame-size (selected-frame) 162 50) ; resize the aquamacs window.
(org-agenda nil "0")
(tabbar-close-tab
Hi Bastien
Bastien writes:
> Ps: I had trouble applying your patches: they came in one order on the
> list, and on a different one on patchwork. Applying them from patchwork
> didn't always work, so I had to do a few things manually. Not a problem.
Is there anything I can do about this? I jus
Bastien writes:
> Christian Egli writes:
>
>> +(defun org-taskjuggler-targeting-tj3-p ()
>> + "Return true if we are targeting TaskJuggler III."
>> + (< org-export-taskjuggler-target-version 3.0))
>
> I'm dubious on this one.
>
> Shouldn't it be
>
> #+begin_src emacs-lisp
> (defun org-taskjug
Patch 692 (http://patchwork.newartisans.com/patch/692/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C1300273502-12977-6-git-send-email-christian.egli%40alumni.ethz.ch%3E
Here is the original message containing the patch:
> Conten
Patch 695 (http://patchwork.newartisans.com/patch/695/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C1300273502-12977-3-git-send-email-christian.egli%40alumni.ethz.ch%3E
Here is the original message containing the patch:
> Conten
No, that still gives me the scratch buffer over the top and the the two
windows I want down below. When I had the startup page activated it would
override one of the two buffers that I had selected but for some reason the
scratch buffer is dividing the screen horizontally and place itself over the
Patch 691 (http://patchwork.newartisans.com/patch/691/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C1300273502-12977-2-git-send-email-christian.egli%40alumni.ethz.ch%3E
Here is the original message containing the patch:
> Conten
Hi Martin,
Martin Halder writes:
> this is fantastic, already love lisp, thanks a lot.. now I have exactly
> what I wanted.. additionally I needed the time format in industrial mode
> (1h = 100m = 100s), implemented in ihms.
thanks for these functions -- I allowed myself to add them to
Worg/org
Hi Bastien,
· Bastien wrote:
> Hi Thomas,
>
> Thomas Holst writes:
>
>> _abc /_abc/ *_abc* /a_bc/ *a_bc*
>
> You need to escape the underscore:
>
> \_abc /\_abc/ *\_abc* /a\_bc/ *a\_bc*
>
> HTH,
thank you for your answer. Escaping does help. But I thought with setting
#+OPTIONS: ^:{}
the
Julien Danjou writes:
> On Thu, Mar 17 2011, Bastien wrote:
>
>> (Btw, I also wonder if it really makes sense to have auto-save-default
>> turned on in daemon mode.)
>
> I don't see why it would not?
Mh.. yes, you're right.
--
Bastien
Julien Danjou writes:
> On Thu, Mar 17 2011, Bastien wrote:
>
>> (Btw, I also wonder if it really makes sense to have auto-save-default
>> turned on in daemon mode.)
>
> I don't see why it would not?
Yes, you're right.
--
Bastien
On Thu, Mar 17 2011, Bastien wrote:
> (Btw, I also wonder if it really makes sense to have auto-save-default
> turned on in daemon mode.)
I don't see why it would not?
--
Julien Danjou
❱ http://julien.danjou.info
pgpTKunFMukca.pgp
Description: PGP signature
Hi Puneeth,
Puneeth Chaganti writes:
> Inspired by the OrgCamps being conducted in Paris [1] [2], I would
> like to propose an OrgCamp somewhere in India.
thanks for suggesting this -- just a reminder: if you want, you can
use the Worg/orgcamps.org page for storing information:
http://orgmo
I've toyed around with a jQuery-based web interface to this end. I
think a reasonable target would be to emulate the functions you can
reach with speed keys on the first column of a heading in Org:
folding, navigation, todo states, promoting, demoting... plus perhaps
extend them to lists and ch
Patch 678 (http://patchwork.newartisans.com/patch/678/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C871v2bjh4z.fsf%40fastmail.fm%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="utf-8"
>
Am 17.03.2011 10:12, schrieb Bastien:
[...]
I don't see the real need for something complicated. Just say that the
.org file needs current head until it's not true anymore. If you don't
want to have to update this message, say
(insert "This file needs " (org-version))
[..]
Pragmatical, easy t
Patch 680 (http://patchwork.newartisans.com/patch/680/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C87y64ji2hj.fsf%40fastmail.fm%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="utf-8"
>
You can also use @<<< to mean the second row
Did you mean @<<
?
Yours,
Christian
Hi David,
"David O'Toole" writes:
> So, what do people think of assembling free software so that anyone
> can make reproducibly-researched, remixable, crowd-sourced documentary
> films?
I think it would be nice.
--
Bastien
Hi Ross,
r...@rosslaird.com (Ross A. Laird) writes:
> Feedback and suggestions most welcome.
Jason replied -- did you get his code?
Thanks for confirming,
--
Bastien
Hi Thomas,
Thomas Holst writes:
> _abc /_abc/ *_abc* /a_bc/ *a_bc*
You need to escape the underscore:
\_abc /\_abc/ *\_abc* /a\_bc/ *a\_bc*
HTH,
--
Bastien
Hi,
having a body-text specific face would considerably slow down motion in
Org buffers, as the fontification process would need to check against a
new body-text syntactic structure.
The solution would be to change the face "default" on a buffer basis,
but AFAIK that's currently not possible.
HT
Hi Nick,
Nick Dokos writes:
> I didn't look very hard, but I didn't find documentation on these.
If Robert or you can provide a documentation patch for this, it would
be nice. It's not (only) laziness from me: since you stumbled on the
issue, I guess you can better explain what is at stake.
T
Has anyone used their iPhone to search for emacs in the apps store?
Someone wrote an app that can import org-mode files onto the iPhone.
Don't yet know how good it is since I'm just starting out with org-mode
myself.On Wed, 16 Mar 2011, Scot Becker wrote I have other flavors of
Linux availab
Hi Memnon,
Memnon Anon writes:
> However, this would mean that users who always start as daemon will
> never actually see it, right? So it may be better to always message the
> warning but only sit-for when emacs is started as daemon...
I removed the warning when emacs is run in daemon. Both s
On Thu, Mar 17 2011, Óscar Fuentes wrote:
> It would nice to get rid of that noise, if possible.
It's kinda handy to have them to match the text. I don't think it's a
real problem. They are very standard.
> Second:
>
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> That changes from system to system (GN
On 17.3.2011, at 08:21, Bastien wrote:
> Hi Scot,
>
> Scot Becker writes:
>
>> There are all kinds of advantages to this, seems to me, and of course
>> it partly exists in the form of Moblie Org. Org-mode is both an
>> interface and a specification, you could say (as well as a friendly
>> clu
Hi Thomas,
Thomas Herbert writes:
> I have a single php file for the CMS and a single php file for
> the "orgile" class. The class is totally independent of the CMS, like
> "textile" and the "textile class".
This is actually a clean approach, and I'm looking forward testing this
when you con
1 - 100 of 121 matches
Mail list logo