On 17.3.2011, at 07:20, Le Wang wrote:
> On Thu, Mar 17, 2011 at 12:27 AM, Le Wang wrote:
> Yes, I didn't know about `org-reveal'. That could work. But how do I figure
> out if I need to expand the heading? The last change could be to a folded
> heading itself, in which case, it shouldn't b
Thanks to Lars Magne Ingebrigtsen for configuring Gmane for this.
--
Bastien
Patch 679 (http://patchwork.newartisans.com/patch/679/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C87zkozi2j5.fsf%40fastmail.fm%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="utf-8"
>
Hi Sven,
"Sven Bretfeld" writes:
> I have solved the problem with some sed operations now.
good you solved it. Can you share the sed operations?
Thanks,
--
Bastien
Hi Jason,
Jason Dunsmore writes:
> Set :html-preamble to:
>
> " \
> index :: \
> changelog :: \
> sitemap \
> "
>
> When I export as HTML with this config, I don't see an title.
> Do you?
I don't -- and this is on purpose.
> Previously, :html-preamble could be set to a format string without
Hi Olaf,
"Olaf.Hamann" writes:
> is there any org-mode expression for saying "this org-file needs
> org-version > xxx"
No. In what case is it useful? Org tries to be backward compatible
and can export any _old_ .org formatted file I can think of.
Do you have an example where it is needed?
Hi Nick,
Nick Dokos writes:
> Wes Hardaker's generic exported in contrib/lisp needs a small changed to
> make it compatible with the :for-backend generic parameter introduced in
> commit ed6d6760268a18ff5c49f4d98b433f6cf9500e1e.
Applied, thanks!
--
Bastien
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.
--
Bastien
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
> club).
During the FOSDEM meeting, someone asked whether
Hi Matt,
thanks for this set of patch -- I applied them.
--
Bastien
Hi Bastien,
I'm using head of git repository and Eric Schulte has just added a
feature to org-babel,
which I do use very often (expanding macros in src blocks).
Tangling without that new feature produce corrupt code files.
So I would like to give a hint to myself (as I run different Emacse in
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))
>(org-reveal)))
>
Thanks Carsten! That's x
On Thu, Mar 17, 2011 at 8:21 AM, 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
Hi Christian,
Christian Egli writes:
> I have some long standing improvements to Taskjuggler export which I'd
> finally like to push to the repo.
this is great -- thanks a lot for the patches.
I'm myself using TJ for some reports and I've had to hack things
around when we had this compatibi
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-taskjuggler-targeting-tj3-p ()
"Return t
Hi Marc-Oliver,
Marc-Oliver Ihm writes:
> Does your fork incorporate Anthonys enhancements (e.g. the
> :TJ:-Drawer) ?
Did Anthony advertized his enhancements on this list? That's the
place where to announce them, so that people won't miss them...
Best,
--
Bastien
Hi Olaf,
"Olaf.Hamann" writes:
> I'm using head of git repository and Eric Schulte has just added a feature
> to org-babel,
> which I do use very often (expanding macros in src blocks).
> Tangling without that new feature produce corrupt code files.
now I understand, thanks.
> So I would like
Rainer M Krug writes:
> Absolutely agree. In addition, it would add some more structure to the
> process of using / developing org-mode and it could clarify issues
> like the properties section, ... which is sometimes quite cryptic for
> new (sometimes even advanced?) users.
So I assume we now
Patch 690 (http://patchwork.newartisans.com/patch/690/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C8870.1300249919%40alphaville.dokosmarshall.org%3E
Here is the original message containing the patch:
> Content-Type: text/plain;
Finally, is there a way to force symmetric encryption?
You can set (setq org-crypt-key nil) in your .emacs, which should make
encryption asymmetric.
Ian.
On Thu, Mar 17, 2011 at 10:12 AM, Bastien wrote:
> Rainer M Krug writes:
>
>> Absolutely agree. In addition, it would add some more structure to the
>> process of using / developing org-mode and it could clarify issues
>> like the properties section, ... which is sometimes quite cryptic for
>> n
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
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
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
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
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 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
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 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 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 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
You can also use @<<< to mean the second row
Did you mean @<<
?
Yours,
Christian
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"
>
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 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"
>
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
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
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
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
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
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
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
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
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 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
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
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
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
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 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
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 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
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].
> 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
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
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 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
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_
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
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
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
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 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
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
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
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.
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
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
Thanks for your reminder, I updated the orgmode to the lastest, now it's ok
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))
>
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
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
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 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 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
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, 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
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
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
>
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.
--
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
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
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
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
>
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
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.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,
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
> 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 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
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 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
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
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
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
Are there plans for updating the org-mode sources contained in the Emacs
bzr repository?
Can I help to speed up the process?
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
=?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:
> 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=
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"))
1 - 100 of 121 matches
Mail list logo