Hi all,
On upgrading to emacs 23.3 (from emacs 23.1) my daily/weekly agenda became
unusable, giving the error message "Specified time is not representable".
After a bit of poking around in the backtrace I tracked this down to an
erroneous SCHEDULED date of 1st January 1904 buried inside a task.
On Tue, May 24 2011, Stefan Monnier wrote:
> I've now added a :exit-function property that
> completion-at-point-functions can return which is a function that gets
> called when completion is finished. It operates outside of the
> completion-table, so has access to the buffer text and can do thin
Is there a shortcut to quickly add an #+END_EXAMPLE at the same
indentation level as the #+BEGIN_EXAMPLE I have just typed? I have
googled but not found.
I know that I can type C-j # + b M-TAB e M-TAB, but what I get then is
basically what I wanted after I had completed the BEGIN_EXAMPLE.
Ie. I
Julian Bean writes:
Hi Jules,
>
> On upgrading to emacs 23.3 (from emacs 23.1) my daily/weekly agenda
> became unusable, giving the error message "Specified time is not
> representable".
>
> [...] I tracked this down to an erroneous SCHEDULED date of 1st
> January 1904 buried inside a task. [..
Hello,
On Tue, May 24, 2011 at 1:38 PM, Steinar Bang wrote:
> Is there a shortcut to quickly add an #+END_EXAMPLE at the same
> indentation level as the #+BEGIN_EXAMPLE I have just typed? I have
> googled but not found.
>
> I know that I can type C-j # + b M-TAB e M-TAB, but what I get then is
>
On 24 May 2011, at 09:16, Giovanni Ridolfi wrote:
> Julian Bean writes:
>
>>
>> [...] I tracked this down to an erroneous SCHEDULED date of 1st
>> January 1904 buried inside a task. [...]
>>
>> Evidently, for some reason, calling (encode-time 0 0 0 1 1 1904) on
>> 23.3 causes the error above,
Here is a small patch that prevents flyspelle from checking all the Org
keywords. This is especially useful when using a dictionary other than
english.
Cheers,
--Seb
>From 0a6493331f1d84a4c44533bdea1c3c9b41c997eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Delafond?=
Date: Mon, 23
Hi,
I am looking for support for Tcl (and AWK) for org-babel. Both have a
supplied emacs mode and Tcl also has an inferior interpreter mode. I
was trying to do it myself, however I am quite lost in the
instructions. Is there someone with the knowledge and willingness to
provide a suppo
Ian Barton writes:
Hi Ian,
> I am trying to set up Org Contacts and gnus. Org Contacts suggests
> that pressing + in the To: field in a message buffer should
> offer a list of tags from my contacts file. However, I just get a Tab.
>
> I suspect that Yasnippet is interfering, as entering the abb
Leo writes:
Hi!
>> is there an agreement here on whether the patch appearing in this
>> thread
>>
>> http://patchwork.newartisans.com/patch/783/
>>
>> should be applied or not?
>
> I don't really know.
Ditto. :-)
The problem is that creating a link to a message with no Gcc errors
right now. F
Hi Michael,
I did apply the patches, but had problems. Please verify that it came out
right
Thanks.
- Carsten
On May 12, 2011, at 9:15 PM, Michael Markert wrote:
> On 12 May 2011, Julien Danjou wrote:
>> On Thu, May 12 2011, Michael Markert wrote:
>>
>>> I missed a nasty bit: `org-con
On May 24, 2011, at 12:41 PM, Tassilo Horn wrote:
> Leo writes:
>
> Hi!
>
>>> is there an agreement here on whether the patch appearing in this
>>> thread
>>>
>>> http://patchwork.newartisans.com/patch/783/
>>>
>>> should be applied or not?
>>
>> I don't really know.
>
> Ditto. :-)
>
> Th
Hi Christophe,
On May 19, 2011, at 2:34 PM, Christophe Rhodes wrote:
> Hi,
>
> To produce documents in something approaching my organization's house
> style, I need to be able to style the headers of tables. It's nice that
> orgtbl has the functionality for this, but the call to orgtbl-to-latex
On May 18, 2011, at 9:23 AM, Peter Frings wrote:
> Good morning Nicholas,
>
> Your suggested change in org-exp.el did the trick, thanks! I have not
> observed any side-effects, but then again, my files aren’t that complicated
> either, only using rather simple markup and a few floating images,
Patch 809 (http://patchwork.newartisans.com/patch/809/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C5905.1305748720%40alphaville.americas.hpqcorp.net%3E
Here is the original message containing the patch:
> Content-Type: text/pla
Carsten Dominik writes:
>> Basically, there should be a possibility to let the link creator
>> functions return "yes, I was the right handler, but because of reason X,
>> I couldn't create a link". Is there something like that?
>
> What happens if you return t in this case, without calling
> org
On May 24, 2011, at 1:35 PM, Tassilo Horn wrote:
> Carsten Dominik writes:
>
>>> Basically, there should be a possibility to let the link creator
>>> functions return "yes, I was the right handler, but because of reason X,
>>> I couldn't create a link". Is there something like that?
>>
>> Wha
On Apr 6, 2011, at 11:14 AM, Lawrence Mitchell wrote:
> Jambunathan K wrote:
>> [1. text/plain]
>
>
>> Exporting the below table to LaTeX throws an error. Let me know if you
>> need any additional info.
>
>> [2. text/x-verbatim]
>
>
>> *** Table.el Table with no Spanning
>>+-
> So, could you add 'failed, which means that no function was able to
> complete? That way I could do something like
> (setq completion-extra-properties '(:exit-function my-exit-function))
> (defun my-exit-function (string finished)
> (when (eq finished 'failed)
> (dabbrev-expand)))
> and
Michael Welle writes:
> Matt Lundin writes:
>
>> Michael Welle writes:
>>
>>> I use Emacs 23.2.1 and org-mode 7.5. After some time, usually after a
>>> few days of 'uptime', building an agenda becomes very slw.
>>
>> Is this the standard agenda or a custom agenda?
> it's a custom agenda tha
Hi,
Are you aware of the ob-template.el file [1], which can be used as a
jumping off point to simplify the addition of new languages? After
globally replacing the term "template" with you language name, the only
function that necessarily needs to be re-written is the main
`org-babel-execute:templ
Patch 764 (http://patchwork.newartisans.com/patch/764/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C81hb9nclv4.fsf%40gmail.com%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="utf-8"
> M
Hi,
Is anyone working on making this a complete patch?
Thanks
- Carsten
On Mar 23, 2011, at 5:03 PM, Jambunathan K wrote:
>
> Thanks Christian. Some minor improvements. The intention is not to
> nitpick but to build on top of what you have provided and help the
> reviewer.
>
>> +org-crypt wi
Michael Brand writes:
> What do you think about an indirect buffer for properties (or is there
> already one I don't know of yet?) that lets one view and maybe even
> edit all properties of the typically folded current heading of the
> primary buffer in an indirect buffer?
I just use C-c C-x p
Patch 722 (http://patchwork.newartisans.com/patch/722/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C20110328202149.67a32bdc%40hsdev.com%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="u
24/05/11 14:47, Stefan Monnier
>> So, could you add 'failed, which means that no function was able to
>> complete? That way I could do something like
>
>> (setq completion-extra-properties '(:exit-function my-exit-function))
>
>> (defun my-exit-function (string finished)
>> (when (eq finished 'fa
On 24/05/11 11:21, Tassilo Horn wrote:
Ian Barton writes:
Hi Ian,
I am trying to set up Org Contacts and gnus. Org Contacts suggests
that pressing + in the To: field in a message buffer should
offer a list of tags from my contacts file. However, I just get a Tab.
I suspect that Yasnippet is
Suvayu
A quick question, I follow the org-mode HEAD. Does using your
fork
mean I fall behind the org-mode HEAD, or does it still track the
org-mode HEAD and includes your commits? Sorry if my question is
trivial, never tried a forked project before.
I plan to publish a tarball whenever
1. T
> Oh well, I guess that I'm the only one who wants this kind of behaviour,
No, I'm interested as well, but haven't found a good solution yet.
Stefan
> (defadvice completion-at-point
> (after completion-at-point-complete-if-failed activate)
> "Fallback on dabbrev if completion didn't do anything useful."
> (unless ad-return-value
> (dabbrev-expand nil)))
BTW, you can avoid the advice by using your own
(defun al-completion-at-po
24/05/11 16:05, Stefan Monnier
>> (defadvice completion-at-point
>> (after completion-at-point-complete-if-failed activate)
>> "Fallback on dabbrev if completion didn't do anything useful."
>> (unless ad-return-value
>> (dabbrev-expand nil)))
>
> BTW, you can avoid the advice by using
Ian Barton writes:
> On 24/05/11 11:21, Tassilo Horn wrote:
>> Ian Barton writes:
>>
>> Hi Ian,
>>
>>> I am trying to set up Org Contacts and gnus. Org Contacts suggests
>>> that pressing + in the To: field in a message buffer should
>>> offer a list of tags from my contacts file. However, I ju
Hi,
I can control a table font size directly from the .tex file like so:
---
\scriptsize{
\begin{center}
\begin{tabular}{lllrr}
table entries here
\end{tabular}
\end{center}
}
---
Any way to pass this from org-mode? Otherwise, I keep changing the org file,
exporting, and then having to add th
> Puneeth Chaganti :
> Look at http://orgmode.org/org.html#Easy-Templates
Cool! Exactly what I was looking for.
Thanks!
Hi John,
John Hendy wrote:
> I can control a table font size directly from the .tex file like so:
>
> ---
> \scriptsize{
> \begin{center}
> \begin{tabular}{lllrr}
>
> table entries here
>
> \end{tabular}
> \end{center}
> }
> ---
>
> Any way to pass this from org-mode? Otherwise, I keep changing th
I'm having the same trouble which seems to be reported in this thread (I'm
not running Aquamacs though, just GNU Emacs under Linux, with orgmode v7.4):
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg28752.html
I've followed tutorials, and orgmode isn't generating beamer \block
structures (I
Hi Carsten,
On 24 May 2011, Carsten Dominik wrote:
>
> Hi Michael,
>
> I did apply the patches, but had problems. Please verify that it came out
> right
>
> Thanks.
>
> - Carsten
Looks good to me. Thanks for merging. :)
Michael
> On May 12, 2011, at 9:15 PM, Michael Markert wrote:
>
>> On
> Oh well, I guess that I'm the only one who wants this kind of behaviour,
> so I just ended up with an advice which seems to do the trick. Sorry for
> hijacking this thread. In case anyone is interested:
To get back to this discussion. Before worrying about how to implement
it, I'm wondering w
24/05/11 20:05, Stefan Monnier
>> Oh well, I guess that I'm the only one who wants this kind of behaviour,
>> so I just ended up with an advice which seems to do the trick. Sorry for
>> hijacking this thread. In case anyone is interested:
>
> To get back to this discussion. Before worrying about
Eric Schulte writes:
[...]
> As an example, I've worked up an very simple ob-awk.el file from
> ob-template.el, it is attached along with an example org-mode file which
> demonstrates its usage.
Eric,
this is great to see as I use awk quite often. What is involved in
extending this to be able
Hi Eric,
yes I am aware of op-template and tried to use it. However it was not
clear to me how to proceed and I looked into ob-perl, ob-ruby,
ob-scheme and ob-python. But it seemed to me they use a different
structure than op-template and I was stuck. I also saw that the file
ob-templa
On Tue, May 24, 2011 at 11:44 AM, Sebastien Vauban <
wxhgmqzgw...@spammotel.com> wrote:
> Hi John,
>
> John Hendy wrote:
> > I can control a table font size directly from the .tex file like so:
> >
> > ---
> > \scriptsize{
> > \begin{center}
> > \begin{tabular}{lllrr}
> >
> > table entries here
>
At Sun, 8 May 2011 23:02:30 +0800,
wujun zhou wrote:
>
> Each time I invoke the org-entry-put, I will get an extra space before
> the value, like this:
> :prop: 1
> :prop: 2
> :prop:3
Eric S Fraga writes:
> Eric Schulte writes:
>
> [...]
>
>> As an example, I've worked up an very simple ob-awk.el file from
>> ob-template.el, it is attached along with an example org-mode file which
>> demonstrates its usage.
>
> Eric,
>
> this is great to see as I use awk quite often. What is
At Mon, 28 Mar 2011 14:55:13 -0400,
Nick Dokos wrote:
>
> Marcel van der Boom wrote:
>
> > This patch is what is attached to the message displayed at [1]. I have
> > been using this patch for a while and it works fine. From searching it
> > looks like this patch was 'forgotten', but I may have ove
Hi Bernt
Thanks for the suggestion. "C-c C-x p" with completion is perfect
for me to _edit_ a certain outline item and one of its
properties.
But I would also like the possibility to fast _walk through_ an
outline tree to only see _all_ properties per item _at a glance_.
The idea was to have a "
John Hendy wrote:
> On Tue, May 24, 2011 at 11:44 AM, Sebastien Vauban
> wrote:
>
> Hi John,
>
> John Hendy wrote:
> > I can control a table font size directly from the .tex file like so:
> >
> > ---
> > \scriptsize{
> > \begin{center}
> > \begin{tabular}{ll
On Tue, May 24, 2011 at 2:25 PM, Nick Dokos wrote:
> John Hendy wrote:
>
> > On Tue, May 24, 2011 at 11:44 AM, Sebastien Vauban <
> wxhgmqzgw...@spammotel.com> wrote:
> >
> > Hi John,
> >
> > John Hendy wrote:
> > > I can control a table font size directly from the .tex file like
> s
Hi John and Nick,
Nick Dokos wrote:
> John Hendy wrote:
>> On Tue, May 24, 2011 at 11:44 AM, Sebastien Vauban
>> wrote:
>> John Hendy wrote:
>> > I can control a table font size directly from the .tex file like so:
>> >
>> > ---
>> > \scriptsize{
>> > \begin{center}
>>
Hi Benjamin,
Benjamin Slade wrote:
> I'm having the same trouble which seems to be reported in this thread (I'm
> not running Aquamacs though, just GNU Emacs under Linux, with orgmode v7.4):
> http://www.mail-archive.com/emacs-orgmode@gnu.org/msg28752.html
>
>
> I've followed tutorials, and orgmod
Hi,
I've fiddled with org-mode and beamer before successfully, but it's been a
while. I'm having a few issues i don't understand.
This is currently my header:
---
#+DATE: 2011-05-25
#+OPTIONS: H:2 num:t toc:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS: TeX:t LaTeX:t author:nil
#+startu
Hi Eric(s),
Eric Schulte wrote:
> Eric S Fraga writes:
>> this is great to see as I use awk quite often. What is involved in
>> extending this to be able to run an awk script on input from within the org
>> file (output of another babel block, for instance, as my typical use of awk
>> is to re-ar
John Hendy writes:
> On Tue, May 24, 2011 at 2:25 PM, Nick Dokos wrote:
>
>> John Hendy wrote:
>>
>> > On Tue, May 24, 2011 at 11:44 AM, Sebastien Vauban <
>> wxhgmqzgw...@spammotel.com> wrote:
>> >
>> > Hi John,
>> >
>> > John Hendy wrote:
>> > > I can control a table font size dir
John Hendy wrote:
> The opening brace on the \scriptsize line confuses the exporter and it
> leaves the table alone. Adding a commented-out closing brace unconfuses
> it.
>
> Nick
>
> Footnotes:
>
> [fn:1] Maybe I should add it to the FAQ?
>
> Perhaps -- the t
Thomas S. Dye wrote:
>
> This appears to work for tabular environments only. When I add a
> caption the table is set normalsize and the text following it is set
> scriptsize. Or, am I doing something wrong?
>
Oy, vey: I don't think you are doing anything wrong - I get the same
thing.
Can \sc
> Benjamin Slade wrote:
>> I'm having the same trouble which seems to be reported in this thread (I'm
>> not running Aquamacs though, just GNU Emacs under Linux, with orgmode v7.4):
>> http://www.mail-archive.com/emacs-orgmode@gnu.org/msg28752.html
Benjamin,
But that is quite old. That thread en
Nick Dokos wrote:
> Thomas S. Dye wrote:
>
> >
> > This appears to work for tabular environments only. When I add a
> > caption the table is set normalsize and the text following it is set
> > scriptsize. Or, am I doing something wrong?
> >
>
> Oy, vey: I don't think you are doing anything
John Hendy writes:
> Hi,
>
>
> I've fiddled with org-mode and beamer before successfully, but it's been a
> while. I'm having a few issues i don't understand.
>
> This is currently my header:
> ---
> #+DATE: 2011-05-25
> #+OPTIONS: H:2 num:t toc:nil @:t ::t |:t ^:t -:t f:t *:t <:t
> #+OPTI
[Fat-fingered it and sent it prematurely - sorry about that]
Nick Dokos wrote:
> Nick Dokos wrote:
>
> > Thomas S. Dye wrote:
> >
> > >
> > > This appears to work for tabular environments only. When I add a
> > > caption the table is set normalsize and the text following it is set
> > > sc
On Tue, May 24, 2011 at 2:15 PM, Eric S Fraga wrote:
> What beamer theme are you using? Have you tried any others? Check out
> the beamer manual and the web pages for alternatives.
This might be of help.
http://www.hartwork.org/beamer-theme-matrix/
--
Suvayu
Open source is the future. It se
Hi all
Just trying to use org-contacts. There is an error for me whenever I
start a new message:
Debugger entered--Lisp error: (void-variable completion-at-point-functions)
add-to-list(completion-at-point-functions
org-contacts-message-complete-function)
(lambda nil (add-to-list (quote compl
"Sebastien Vauban" writes:
> Hi Eric(s),
>
> Eric Schulte wrote:
>> Eric S Fraga writes:
>>> this is great to see as I use awk quite often. What is involved in
>>> extending this to be able to run an awk script on input from within the org
>>> file (output of another babel block, for instance, a
Sven Bretfeld wrote:
> Hi all
>
> Just trying to use org-contacts. There is an error for me whenever I
> start a new message:
>
> Debugger entered--Lisp error: (void-variable completion-at-point-functions)
> add-to-list(completion-at-point-functions
> org-contacts-message-complete-function)
Thanks, Sebastien and Eric.
I updated to org-mode v7.5 [stable], but I'm still having the same problem.
I include below a minimal example and also the snippet of code in my
.emacs config file which is relevant.
Cheers, Ben.
%%Minimal example begins%%
#+startup: beamer
#+LaTeX_CLASS: beamer
#+OP
Hello Orgsters,
Issue Tracker integration with Org-mode has been something that a lot
of people have been looking for. Being the GitHub addict, that I am, I
decided to hack up something that integrates GitHub issues with
Org-mode.
It presently allows
- Importing all open issues from a project int
The following exports to HTML and ASCII incorrectly.
The line starting "Among" is not exported in The following exports to
HTML and ASCII incorrectly.
The line starting "Among" is not exported using c-c c-e A or
programmatically to HTML in Org-mode version 7.5
(release_7.5.304.g2f5f9).
* Lis
Another example of corrupted export:
*** test
Some definitions using the same name /exclude/ people who
have serious disease. Can you predict the results?
Only the first line of body text gets exported.
I wonder if we can make a bisect tool that will use git bisect, load
org source, and let you tell git whether the bug exists.
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
I support the Whittemore-Peterson Institute (WPI)
===
I want to see the original (pre-hold) Lo et al. 2
I can't reproduce these.
Yours,
Christian
On 5/25/11 8:14 AM, Samuel Wales wrote:
Another example of corrupted export:
*** test
Some definitions using the same name /exclude/ people who
have serious disease. Can you predict the results?
Only the first line of body text gets exported.
69 matches
Mail list logo