Thanks all for this great discussion.
I close this thread now: there is a nice consensus on not taking the
direction of an "expert mode", and that notion was ill-defined anyway.
Reading all this feedback, I feel confident that the community will be
vigilant and tell me if any new feature somehow
Hi,
Nick Dokos writes:
> So I'd guess raising an exception might be the simplest way to deal with
> this. Here's a patch to try out:
This patch has side-effects that Carsten have been recently exploring a
bit. Those side-effects seem to depend on how Emacs has been compiled.
For now it's best
Hi Markus,
Markus Heller writes:
> yes, there is/was an issue with a missing :END: in that particular
> file. I kept adding it, but for some weird reason, it was automatically
> removed again.
If you find a way of reproducing cases where :END: is removed without
you noticing it, that'd be help
Hi Sébastien,
Sébastien Vauban writes:
> Here is a patch which allows one to change the (currently) hard-coded
> DIV name in which the page contents is being inserted.
>
> It currently is "content", but some prefer "container" or "wrapper".
>
> If accepted, my next patch will be to make this a p
Hi Michael,
Julien Danjou writes:
>> F1) csv export
>> When writing bulk letters with LaTeX, all I need is a file with the
>> recipients addresses in some predefined order. So it would be nice to
>> have some export option where I can choose the properties and contacts
>> I'd like to export and
Hi Rafal,
"Rafal Florek" writes:
> The `org-insert-link' function destroys my regexp by changing all
> backslashes to slashes.
Can you give an example?
> (I construct the regexp like this: (concat token1 "[ \\t]*" token2))
> It happens only under windows, under linux it is ok.
> The culprit
On Mar 11, 2011, at 9:31 AM, Bastien wrote:
> Hi,
>
> Nick Dokos writes:
>
>> So I'd guess raising an exception might be the simplest way to deal with
>> this. Here's a patch to try out:
>
> This patch has side-effects that Carsten have been recently exploring a
> bit. Those side-effects see
Hi Bastien,
Bastien wrote:
> Sébastien Vauban writes:
>
>> Here is a patch which allows one to change the (currently) hard-coded DIV
>> name in which the page contents is being inserted.
>>
>> It currently is "content", but some prefer "container" or "wrapper".
>>
>> If accepted, my next patch wi
I tracked down this problem to this commit:
163cd58ffd6461c98a96b1b63a3cf082b2825a52 is the first bad commit
commit 163cd58ffd6461c98a96b1b63a3cf082b2825a52
Author: David Maus
Date: Fri Jan 14 06:37:52 2011 +0100
Handle timestamps after handling links
El Mon, 28 Feb 2011 21:19:27
Nick Dokos writes:
> Eric S Fraga wrote:
>
>> This is a sort of bug report but possibly more a curiosity...
>>
>> I imagine this has something to do with time 0 in Unix but I cannot seem
>> to be able to enter any date earlier than 1 Jan 1970 using C-c! (say).
>> However, once I have entered a
Thanks Nicolas and Scot for your feedback. I think the fill approach
will probably catch most issues.
Stephen
On Thu, Mar 10 2011, George McNinch wrote:
> If I have a buffer visiting one of my org-contacts files, say contacts.org,
>
> and if I have turned on "column mode" in the buffer visiting
> contacts.org via org-columns ("C-x C-x C-c")
>
> then, when trying to tab-complete in a *Message* buffer
>
> T
On Mar 11, 2011, at 9:47 AM, Eric S Fraga wrote:
> Nick Dokos writes:
>
>> Eric S Fraga wrote:
>>
>>> This is a sort of bug report but possibly more a curiosity...
>>>
>>> I imagine this has something to do with time 0 in Unix but I cannot seem
>>> to be able to enter any date earlier than 1
Carsten Dominik writes:
[...]
> THis is exactly the point, that it depends on how Emacs was compiled,
> and what kind of integer is used in the date representation. Signed
> or unsigend, 32 or 64 bits (I think).
Yes, that makes sense.
> For example, Bastien can represent dates before 1970. I
Bastien altern.org> writes:
Hi Bastien,
>
> Can you give an example?
>
So I'm trying to write a custom function to set regexp search string for c/c++
code by writing org-create-file-search-functions hook. (code #1 below )
After using the hook by issuing org-store-link in c/c++ buffer, and
or
Hi,
Back to the problem with e.g. "2011. " being interpreted as a list
item when it happens to be at the beginning of a line:
After a bad experience with a document that had a lot of those, I came
up with this function to easily escape false list items. Maybe some of
you will find it helpful
Hello,
Christian Moe writes:
> Back to the problem with e.g. "2011. " being interpreted as a list
> item when it happens to be at the beginning of a line:
Did you read my suggestion to avoid filling at such positions? While it
won't help on existing documents, I think it is a more general appro
Hi,
I asked in emacs-develop and got:
> by Andreas Schwabon 2011-03-11T13:19:43+00:00.
>
> If your system's time-t is a signed 32-bit integer then your system is
> able to represent times between 1901-12-13 20:45:53 UTC and 2038-01-19
> 03:14:07 UTC. If your system's time-t is an unsigned 32-bit
Hello,
some parisian Orgers are gathering for a new OrgCamp in Paris
* Where: FPH, 38 rue Saint Sabin, 75011 Paris
* When: April 9th 2011 10mm-8pm
* Participants: please register on the event's website
Here is the wiki for this event (in French):
http://www.lifehacking.fr/mediaw
John Hendy wrote:
> ...
> Well, so far I should only have one version? Or not since I installed
> emacs as well. I guess that could have overwritten some of the default
> packages or mingled with them?
>
> Even so, could I just add a:
> ,---
> | (add-to-list 'load-path "~/.elisp/org.git/lisp")
On Fri, Mar 11, 2011 at 10:07 AM, Nick Dokos wrote:
> John Hendy wrote:
>
>> ...
>> Well, so far I should only have one version? Or not since I installed
>> emacs as well. I guess that could have overwritten some of the default
>> packages or mingled with them?
>>
>> Even so, could I just add a:
Eric S Fraga wrote:
> > So I'd guess raising an exception might be the simplest way to deal with
> > this. Here's a patch to try out:
>
> This seems to work fine. Thanks.
>
Maybe not - see Bastien's mail.
> I am glad, however, that I can enter any date and then use the S-
> etc. keys to get
Carsten Dominik wrote:
> THis is exactly the point, that it depends on how Emacs was compiled, and
> what kind of integer is used in the date representation. Signed or unsigend,
> 32 or 64 bits (I think).
>
> For example, Bastien can represent dates before 1970. I cannot.
> I can represent d
A light hearted look at getting Emacs to cache your encryption
passwords.
Today I decided to try out the git version of gnus. After cloning the
repo and setting my .emacs to load gnus, I was prompted to enter the
details for my various email accounts, currently stored in my
.authinfo file. Gnus t
Hi
Im trying to do an html export of an org file and it keeps hanging /
freezing emacs. I have narrowed it down to this:
* This headline exports fine
* But when the headline includes an & it does not
I have verified this on master as of 10 minutes ago.
--
-Rehan
When I export the following as HTML, emacs hangs in org-html-protect:
#+begin_src org
&
#+end_src
The attached patch fixes the problem for me.
Thanks,
Kim.
>From cfb1ccb6f9cfd84530c73b7f72d686a2062b3c3b Mon Sep 17 00:00:00 2001
From: Kim Rutherford
Date: Fri, 11 Mar 2011 16:44:09 +
Subjec
Hi Rehan,
Rehan Iftikhar writes:
> Im trying to do an html export of an org file and it keeps hanging /
> freezing emacs. I have narrowed it down to this:
>
> * This headline exports fine
> * But when the headline includes an & it does not
>
> I have verified this on master as of 10 minutes ago.
Rehan Iftikhar wrote:
> Hi
>
> Im trying to do an html export of an org file and it keeps hanging /
> freezing emacs. I have narrowed it down to this:
>
> * This headline exports fine
> * But when the headline includes an & it does not
>
> I have verified this on master as of 10 minutes ago.
>
Patch 674 (http://patchwork.newartisans.com/patch/674/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C19834.23619.813886.886825%40gargle.gargle.HOWL%3E
Here is the original message containing the patch:
> Content-Type: text/plain;
Hi Kim,
Kim Rutherford writes:
> When I export the following as HTML, emacs hangs in org-html-protect:
>
> #+begin_src org
> &
> #+end_src
>
> The attached patch fixes the problem for me.
Applied -- your patch is far better than the one I pushed, thanks.
--
Bastien
I verified the fix, thanks.
On Fri, Mar 11, 2011 at 9:35 AM, Nick Dokos wrote:
> Rehan Iftikhar wrote:
>
>> Hi
>>
>> Im trying to do an html export of an org file and it keeps hanging /
>> freezing emacs. I have narrowed it down to this:
>>
>> * This headline exports fine
>> * But when the headl
Hi Carsten, orgers,
* Carsten Dominik [11. Mar. 2011]:
> I asked in emacs-develop and got:
>
>> by Andreas Schwabon 2011-03-11T13:19:43+00:00.
>>
>> If your system's time-t is a signed 32-bit integer then your system is
>> able to represent times between 1901-12-13 20:45:53 UTC and 2038-01-19
>>
Here are 2 alternatives. The second, for me, is probably pretty
bulletproof (pun intended after it was made :)). I like solution 2.
Solution 1:
Is it the case that you have text at the same column on the
line before? Perhaps that could be considered invalid for
lists. Of course there will sti
On 3/11/11 4:20 PM, Nicolas wrote:
Hello,
Christian Moe writes:
Back to the problem with e.g. "2011. " being interpreted as a list
item when it happens to be at the beginning of a line:
Did you read my suggestion to avoid filling at such positions? While it
won't help on existing documents
Christian Moe writes:
> Did you have a particular trick in mind, or just to avoid filling
> manually? I tend to have auto-fill on by default.
I meant automatically. Please have a look at:
http://article.gmane.org/gmane.emacs.orgmode/39149
Regards,
--
Nicolas
On 3/11/11 12:38 PM, Bastien Guerry wrote:
---
lisp/org-html.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-html.el b/lisp/org-html.el
index c60c90d..2312b21 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -2186,7 +2186,7 @@ Possible conversions a
Even though I stay at the shallow end of the org-mode pool, using it mostly
for note taking, I've already noticed some subtle improvements in usability.
My compliments to the chefs.
--
Le
Scott Frazer wrote:
> On 3/11/11 12:38 PM, Bastien Guerry wrote:
>
> >>
> >> ---
> >> lisp/org-html.el |2 +-
> >> 1 files changed, 1 insertions(+), 1 deletions(-)
> >>
> >> diff --git a/lisp/org-html.el b/lisp/org-html.el
> >> index c60c90d..2312b21 100644
> >> --- a/lisp/org-html.el
> >>
>> if I have turned on "column mode" in the buffer visiting
>> contacts.org via org-columns ("C-x C-x C-c")
>>
>> then, when trying to tab-complete in a *Message* buffer
>>
>> To: George
>>
>> in the event that George identifies an entry in the file
>> conta
On Fri, Mar 11, 2011 at 1:55 PM, Nick Dokos wrote:
> Scott Frazer wrote:
> There is a (let ((start 0))... around the (while (string-match...)..)
> and inside the outer loop, so every time the inner loop is finished,
> start is recreated and initialized to 0 for the next iteration of the
> outer l
I am wanting to learn about/have a reference guide for elisp. I am a huge
fan of the O'Reilly books for the other languages I have worked with but I
was wondering if someone knew of an online repository (possibly like Worg)
that might be available to pull onto my system that I could read right in
Hi Bastien,
The following org file generates invalid HTML. The class name includes
the full email address and '@' is not an allowed character in the HTML
class name.
Here's an org file for testing
--8<---cut here---start->8---
#+OPTIONS: email:t
* Test file
On Fri, Mar 11, 2011 at 1:26 PM, Matthew Sauer
wrote:
> I am wanting to learn about/have a reference guide for elisp. I am a huge
> fan of the O'Reilly books for the other languages I have worked with but I
> was wondering if someone knew of an online repository (possibly like Worg)
> that might
All,
I'm looking for advice on ways people are publishing their org notes
to a website. So far I've looked at blorgit and it's really nice, but
the dependency for a backend emacs session and running through sinatra
makes me wary of putting it out on my server for the world.
1. What methods are
*I strongly agree with John Hendy: Robert Chassel's "An Introduction
to Programming in Emacs Lisp":
http://www.gnu.org/software/emacs/emacs-lisp-intro/
--should be mastered first (it should be the first book @everyone@ reads.)
*O'Reilly's "Safari" has online books for $20/month you can put 10
bo
Kyle Sexton writes:
> I'm looking for advice on ways people are publishing their org notes
> to a website. So far I've looked at blorgit and it's really nice, but
> the dependency for a backend emacs session and running through sinatra
> makes me wary of putting it out on my server for the world
Matthew Sauer wrote:
> I am wanting to learn about/have a reference guide for elisp. I am a huge
> fan of the O'Reilly books for the other languages I have worked with but I
> was wondering if someone knew of an online repository (possibly like Worg)
> that might be available to pull onto my sys
On 3/11/11 7:22 PM, Nicolas wrote:
Christian Moe writes:
Did you have a particular trick in mind, or just to avoid filling
manually? I tend to have auto-fill on by default.
I meant automatically. Please have a look at:
http://article.gmane.org/gmane.emacs.orgmode/39149
Regards,
Is it possible to run org-sparse-tree on a specific region or subtree of
an org file?
I have an Org file with the following structure
* 2010...
* 2011
** 2011-01 January...
** 2011-02 February
*** 2011-02-01 Tuesday
Alice
- Plain list item 1
- Plain list item 2
Bob
- Plain list item a
On Mon, Mar 7, 2011 at 4:11 AM, Giovanni Ridolfi
wrote:
> John Hendy writes:
>
>> Sorry -- forgot the list...
>>
>> On Sun, Mar 6, 2011 at 12:06 PM, John Hendy wrote:
>>
>>> On Sun, Mar 6, 2011 at 11:42 AM, Bastien wrote:
>>>
John Hendy writes:
> How about a clock table with a :
Lee Hinman writes:
> Is it possible to run org-sparse-tree on a specific region or subtree of
> an org file?
>
> I have an Org file with the following structure
>
> * 2010...
> * 2011
> ** 2011-01 January...
> ** 2011-02 February
> *** 2011-02-01 Tuesday
> Alice
> - Plain list item 1
> - Pla
Hi Bernt,
Bernt Hansen writes:
> The following org file generates invalid HTML. The class name includes
> the full email address and '@' is not an allowed character in the HTML
> class name.
I fixed this. Thanks!
--
Bastien
Frederic Couchet writes:
> some parisian Orgers are gathering for a new OrgCamp in Paris
>
> * Where: FPH, 38 rue Saint Sabin, 75011 Paris
>
> * When: April 9th 2011 10mm-8pm
>
> * Participants: please register on the event's website
>
> Here is the wiki for this event (in French):
>
Hello!
This is my first message. I'm excited about org-mode! Thank you for developing
such a great tool!
However, I found out that I can't have a footnote in a table cell. If I export
such document to LaTeX, I get misplaced footnote:( I'm running MS Windows XP
SP3 32 bit.
-cut-
#+Titl
Mikhail Titov wrote:
> Hello!
>
> This is my first message. I'm excited about org-mode! Thank you for =
> developing such a great tool!
>
> However, I found out that I can't have a footnote in a table cell. If I =
> export such document to LaTeX, I get misplaced footnote:( I'm running MS =
> Wi
55 matches
Mail list logo