Hi Achim,
Achim Gratz writes:
> Somehow you also seem to have confused the mailing list software about
> the mailing list tag in the subject line: it doesn't correctly strip and
> re-insert it anymore on reply, so you get "Re: [O]" and "[O] Re:" and
> more variations on that theme.
It was a p
Hello,
I'm thinking of removing the banner completely. I don't think it is
really useful, and having it as a signature is indeed confusing.
Would people object?
--
Bastien
--
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gn
Nick Dokos writes:
> Carsten Dominik wrote:
>
>> Maybe we should use something else to achieve symmetry, like @> and $>.
>>
>> Comments?
>>
>
> Perfect. Mirrors the keybinding for end-of-buffer, so there is mnemonic
> value there, and it naturally flows from the @N$N notation.
FWIW I also fi
Hi Carsten,
Carsten Dominik writes:
> Should the default for org-table-use-standard-references be `from'
> instead of `t'
+1
> I am using `from' because I am confused by the switching back and forth
> between
> standard references like A4 and the @r$c operator Org uses.
(Perhaps that's becau
Hi Bastien,
* Bastien [03. Mar. 2011]:
> I'm thinking of removing the banner completely. I don't think it is
> really useful, and having it as a signature is indeed confusing.
Yeah! Get rid of it!
> Would people object?
Not me at least. It's an annoyance.
Ciao, Gregor
--
-... --- .-. . -.
Hi Nathan,
Nathan Neff writes:
> Then, I found that you can define abbreviations *directly* in my
> customer.org at the top like this:
>
> #+LINK:issues http://example.com/issues/PRODUCT-
Yes. It's been here for a long time :)
> Awesome!
Would you like to provide a very simple tutorial for
Hi Matt,
Matt Lundin writes:
> FWIW, I find the [O] label a little bit too short and cryptic for
> effective visual scanning. It is very similar, for instance to [OT], a
> commonly used subject label. I first thought it might stand for "Open",
> until I found all the other posts bearing the labe
Hi Matt,
Matt Lundin writes:
> While working on tasks I often need to search for notes relevant to the
> current task. This is not an interruption, but rather a normal part of
> my workflow. In these instances, a separate buffer for search results
> would be exceptionally useful.
Just curious:
Hello,
Thanks for keeping an eye on this.
Sorry for being silent.
On Wed, Mar 02, 2011 at 06:48:56PM +0100, Bastien wrote:
> Hi,
>
> PASZTOR Miklos writes:
>
> > I'm using org-mode version 7.4. When I export org files to html - having
> > H:2 in the options line - it seems that each third
Hi Benny,
Benny Simonsen wrote:
> The result is {{{MacM(Main)}}} is expanded as expected but the
> {{{Mac*(Sub)}}} isn't expanded.
What's Mac*?
In your example, you just have MacM and Mac...
Best regards,
Seb
--
Sébastien Vauban
--
Emacs-orgmode mailing list
Please use `Reply All' to send
Thanks.
It solves the problem. Plus I have discovered a new for me thing
called "literate programming".
On Wed, Mar 2, 2011 at 12:50 PM, Eric S Fraga wrote:
> Piter_ writes:
>
>> Hi all.
>> I try to manage my experimental results in org mode. Some times I need
>> from one source few results to
Hi Darlan,
Darlan Cavalcante Moreira writes:
> Using the functions already provided by org-attach I could get
> #+LINK: attach elisp:(org-open-file (org-attach-expand "%s"))
> However, I always have to confirm the execution of the elisp code.
You want to set `org-confirm-elisp-link-function' t
Hi Urs,
"Urs Rau (UK)" writes:
> I am trying to archive completed tasks to a datetree. I am using "Move
> Subtree to Archive file" (C-c C-x -C-s) And I get the following error:
>
> release_7.4-419-g68114f
> Org-mode version 7.4 (release_7.4.419.g68114f)
> afile=/Users/ursr/org/tasksnotes.org_arc
Hi Michael,
Michael Bach writes:
> Is there an option for org-metaup (org-metadown) and
> outline-next-visible-heading (outline-previous-visible-heading) to alway
> jump to the first non-star character in a headline instead of the beginning
> of a headline?
No. But I just implemented this: if
Hi Vladimir,
Vladimir Alexiev writes:
> I want to manage some perl regexps in a table
> then feed them to a code block (literate programming).
> Unfortunately they include alternatives (|)
> and the table editor thinks this is a column break.
>
> There's no way to escape this?
AFAIK, there is
Hi Eric,
"Eric Schulte" writes:
> #+begin_src emacs-lisp :results wrap :exports both
> (mapcar (lambda (el) (list el (+ 1 (* el el (number-sequence 0 10))
> #+end_src
>
> #+results:
> #+BEGIN_RESULT
> | 0 | 1 |
> | 1 | 2 |
> | 2 | 5 |
> | 3 | 10 |
> | 4 | 17 |
> | 5 | 26 |
>
2011/3/3 Sébastien Vauban :
> Hi Benny,
>
> Benny Simonsen wrote:
>> The result is {{{MacM(Main)}}} is expanded as expected but the
>> {{{Mac*(Sub)}}} isn't expanded.
>
> What's Mac*?
>
> In your example, you just have MacM and Mac...
MacM is the macro defined in main.org:
#+MACRO: MacM @$1@
and
On 3.3.2011, at 09:28, Bastien wrote:
> Nick Dokos writes:
>
>> Carsten Dominik wrote:
>>
>>> Maybe we should use something else to achieve symmetry, like @> and $>.
>>>
>>> Comments?
>>>
>>
>> Perfect. Mirrors the keybinding for end-of-buffer, so there is mnemonic
>> value there, and it
Jeff Horn writes:
> On Wed, Mar 2, 2011 at 1:41 PM, Eric Schulte wrote:
>
>> If you add ":results latex" to the code block does that fix the problem?
>> Similarly if you evaluate the code block interactively in the org-mode
>> buffer, are the results inserted in a latex block or in an example
>>
Hi Alain,
Does the following alternative fix work for you?
#+begin_src diff
Changes in HEAD
Modified lisp/ob-sql.el
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
index 364070e..604d444 100644
--- a/lisp/ob-sql.el
+++ b/lisp/ob-sql.el
@@ -71,7 +71,7 @@ This function is called
On 3.3.2011, at 05:18, Nick Dokos wrote:
> Carsten Dominik wrote:
>
>> Maybe we should use something else to achieve symmetry, like @> and $>.
>>
>> Comments?
>>
>
> Perfect. Mirrors the keybinding for end-of-buffer, so there is mnemonic
> value there, and it naturally flows from the @N$N n
Hi all.
I have a source code (in matlab or python). It cosists of two blocks
(using noweb).
I can evaluate it.
But I want to send it to matlab or python shell. And inspect the
result there (variable values and so on).
Can I do it?
Thanks.
Petro.
--
Emacs-orgmode mailing list
Please use `Reply All
Hi Sebastien,
Sébastien Vauban writes:
> You'll tell me that I could use PROPERTIES as well,
Indeed!
> but I think I'd loose the
> ability to sort the tasks tree based on the inactive dates.
... and you would gain to sort the tasks tree by properties :)
I added a footnote on the documentati
Hi everyone,
The =org-babel-temp-file= string seems to be escaped with backslashes on
some platforms (like MacOSX), which is not very appreciated by the =mysql
-e= command. I suggest the following patch for =ob-sql.el= (Org-mode Version
7.4 (release_7.4.590.g85d4d)):
74c74
< (
On Thu, Mar 3, 2011 at 2:20 PM, Piter_ wrote:
> Hi all.
> I have a source code (in matlab or python). It cosists of two blocks
> (using noweb).
> I can evaluate it.
> But I want to send it to matlab or python shell. And inspect the
> result there (variable values and so on).
> Can I do it?
Yes -
Bastien writes:
> Hello,
>
> I'm thinking of removing the banner completely. I don't think it is
> really useful, and having it as a signature is indeed confusing.
>
> Would people object?
>
> --
> Bastien
I would like to see it disappear... it is indeed confusing, especially
now with the "-
Hi.
unfortunately it does not work.
It does not recognize "noweb blocks"
it sends it literally to the shell
<>
Error: Unexpected MATLAB operator.
Any advice to handle it?
Thanks.
Petro
On Thu, Mar 3, 2011 at 2:33 PM, Rainer M Krug wrote:
> On Thu, Mar 3, 2011 at 2:20 PM, Piter_ wrote:
Eric S Fraga writes:
> Bastien writes:
>
>> Hello,
>>
>> I'm thinking of removing the banner completely. I don't think it is
>> really useful, and having it as a signature is indeed confusing.
>>
>> Would people object?
>> -- Bastien
>
> I would like to see it disappear... it is indeed confusi
Am 28.02.2011 14:31, schrieb Rainer Stengele:
>
> Am 27.02.2011 17:37, schrieb David Maus:
>> Hi Rainer,
>>
>> At Mon, 24 Jan 2011 14:41:15 +0100,
>> Rainer Stengele wrote:
this still bugs me. After leaving idle my emacs for some time longer
than the configured idle time I have to a
On Mar 3, 2011, at 6:30 AM, John Wiegley wrote:
> Carsten Dominik writes:
>
>>> In ledger-mode however M-Tab not only completes the unfinished word but
>>> lets me cycle through the alternatives given in the current buffer.
>
> This is a feature of pcomplete that must be enabled by turning on
On Thu, Mar 03 2011, Bastien wrote:
> I'm thinking of removing the banner completely. I don't think it is
> really useful, and having it as a signature is indeed confusing.
>
> Would people object?
I agree and won't object.
--
Julien Danjou
❱ http://julien.danjou.info
pgpILMLbiJmRI.pgp
Descr
On Mar 3, 2011, at 4:09 PM, Julien Danjou wrote:
> On Thu, Mar 03 2011, Bastien wrote:
>
>> I'm thinking of removing the banner completely. I don't think it is
>> really useful, and having it as a signature is indeed confusing.
>>
>> Would people object?
>
> I agree and won't object.
Same he
I posted a question on Stack Overflow a few days ago, I'm wondering whether
someone might want to take a look:
http://stackoverflow.com/questions/5144862/escape-pipe-character-in-org-mode
The issue is that I've got tables whose cells contain the '|' character (it's a
table of regular expressi
You will need to combine multiple header arguments, try something like
#+begin_src python :session *py* :noweb yes
<>
#+end_src
Please see this chapter of the manual for more information on code block
syntax and header arguments.
http://orgmode.org/manual/Working-With-Source-Code.html
Best --
Thanks to everybody.
Everything is working. Somehow between yesterday (when everithing was
working) and today I made a switch from ":noweb yes" to matlab style
":noweb on" . Shame on me.
On Thu, Mar 3, 2011 at 3:04 PM, Eric Schulte wrote:
> You will need to combine multiple header arguments, try
writes:
> I posted a question on Stack Overflow a few days ago, I'm wondering
> whether someone might want to take a look:
>
> http://stackoverflow.com/questions/5144862/escape-pipe-character-in-org-mode
>
> The issue is that I've got tables whose cells contain the '|'
> character (it's a table
Hi Vladimir and Bastien,
2011/3/3 Bastien
> Hi Vladimir,
>
> Vladimir Alexiev writes:
>
> > I want to manage some perl regexps in a table
> > then feed them to a code block (literate programming).
> > Unfortunately they include alternatives (|)
> > and the table editor thinks this is a column b
On 3/3/11 9:57 AM, "Eric S Fraga" wrote:
> writes:
>
>>... I've got tables whose cells contain the '|'
>> character (it's a table of regular expressions), and I can't seem to
>> figure out how to escape it so that it doesn't mean a delimiter
>> between cells. Anyone have advice or a pointer to
Hi Org list!
For those of you familiar with org-collector (ie. propview dynamic
block) is there already a way to include a calculated row?
For example, in the demonstration of how to use org-collector @
http://orgmode.org/worg/org-contrib/org-collector.html, I'd be
interested in:
* Simple Examp
Thank you so much for responding. This is very helpful!
First I tried getting rid of just current-prefix-arg in that section of
code. When I byte compiled I got the message "the function `org-note-abort'
is not known to be defined." And C-u C-c C-c resulted in an error:
Debugger entered--Lisp
Bastien writes:
> I'm thinking of removing the banner completely. I don't think it is
> really useful, and having it as a signature is indeed confusing.
Thanks to those who responded -- I've now removed this banner.
--
Bastien
Patch 648 (http://patchwork.newartisans.com/patch/648/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C87k4ghe1cw.fsf%40fastmail.fm%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="utf-8"
>
Hi Matt,
Matt Lundin writes:
> Thanks for the new function. However, at the moment, it has destructive
> effects if it is called in a buffer other than the agenda buffer, as it
> appends the new agenda results to the current buffer and then makes the
> buffer read-only.
Thanks for catching thi
Carsten Dominik writes:
>> FWIW I also find @> and $> to be better than @L and $L.
>
> OK, I will include this change into my next patch.
Thanks!!
--
Bastien
Bastien writes:
> I'm thinking of removing the banner completely. I don't think it is
> really useful, and having it as a signature is indeed confusing.
Please do.
> Would people object?
Not me... :-)
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Waldorf MI
Bastien wrote:
> Hello,
>
> I'm thinking of removing the banner completely. I don't think it is
> really useful, and having it as a signature is indeed confusing.
>
> Would people object?
>
There are a few times when I've needed to go to the listinfo page
and I've followed the link from the
Hi Eric,
Thanks for your prompt answer! Actually, it doesn't work since mysql
interprets backslashes as options, even between quotes. The value of my
`org-babel-temporary-directory' is
"/var/folders/9E/9EMu+g0oHBSrq-h9sX6i1U+++TM/-Tmp-/babel-86766893", but
"+"'s are escaped with a backslash at som
Hi Alain,
Would the following work (escaping "-"s with a backslash)?
#+begin_src diff
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
index 364070e..838f013 100644
--- a/lisp/ob-sql.el
+++ b/lisp/ob-sql.el
@@ -73,7 +73,9 @@ This function is called by `org-babel-execute-src-block'."
I would like to move my calendar and task data from MS Outlook into
org files. I would like to know if anyone has done this and what is
the best way to do this. I know that MS Outlook can export to an
icalendar file. So, if there is an easy way to import that into and
org file, that will solve the
On 3.3.2011, at 05:18, Nick Dokos wrote:
> Carsten Dominik wrote:
>
>> Maybe we should use something else to achieve symmetry, like @> and $>.
>>
>> Comments?
>>
>
> Perfect. Mirrors the keybinding for end-of-buffer, so there is mnemonic
> value there, and it naturally flows from the @N$N n
Could I suggest that org-mobile-pre-push-hook is processed at the start
of the org-mobile-push function before the checks? That way it can be
used to properly setup mobile e.g using auth-source for the mobile
password.
(add-hook 'org-mobile-pre-push-hook
'(lambda()
Version: 23.2
Looks like this patch was in 23.2.
Evening all,
Has anybody tried adding the functionality of %%(diary-sunrise-sunset)
(sunrise, sunset time and daylight hours) to the google weather code?
Simon
David
Are you using an MS exchange server? I've been thinking about how one
might pull down data and present it in org-mode.
-Rehan
On Thu, Mar 3, 2011 at 12:31 PM, David Ellis wrote:
> I would like to move my calendar and task data from MS Outlook into
> org files. I would like to know if anyo
Hi,
On Thu, 3 Mar 2011 22:19:32 +0100
Carsten Dominik wrote:
>
> On 3.3.2011, at 05:18, Nick Dokos wrote:
>
> > Carsten Dominik wrote:
> >
> >> Maybe we should use something else to achieve symmetry, like @>
> >> and $>.
> >>
> >> Comments?
> >>
> >
> > Perfect. Mirrors the keybinding for
David Ellis wrote:
> I would like to move my calendar and task data from MS Outlook into
> org files. I would like to know if anyone has done this and what is
> the best way to do this. I know that MS Outlook can export to an
> icalendar file. So, if there is an easy way to import that into and
>
Suvayu Ali wrote:
> Hi,
>
> On Thu, 3 Mar 2011 22:19:32 +0100
> Carsten Dominik wrote:
>
> >
> > On 3.3.2011, at 05:18, Nick Dokos wrote:
> >
> > > Carsten Dominik wrote:
> > >
> > >> Maybe we should use something else to achieve symmetry, like @>
> > >> and $>.
> > >>
> > >> Comments?
>
Hi Nick,
On Thu, 03 Mar 2011 17:11:00 -0500
Nick Dokos wrote:
> > #+TBLFM: @>$>=vsum(@I..@II);%.2f
> >
> > It doesn't work. Whereas this does:
> >
> > ...
> >
> > #+TBLFM: @5$2=vsum(@I..@II);%.2f
> >
> > Am I doing something wrong?
> >
>
> I don't think so: I don't see Carsten's change eve
After I sent this email, I found ical2org.el. I saved a month of my
calendar from Outlook to an iCalendar file. Then, I used
ical2org/convert-file to convert it to an org file. All of the times
were off by 6 hours. Since I live in the Central time zone in the US
that is GMT-6, I wondered if this wa
Hello list!
I haven't used inline code evaluation in R too much,
but I thought the following used to work. Can anyone
tell me if I'm doing something wrong, or maybe it's
temporarily broken in git? I just pulled.
### begin org example ###
* testing inline R/org-mode evaluation
Here I test inli
*bump* -- anyone ?
On Tue, Mar 1, 2011 at 10:55 AM, Marcelo de Moraes Serpa
wrote:
> Hello list,
>
> I have a specific org file that I wound't like to have on my mobile
> device (iPhone) and I know that org by defaults adds all the files
> from org-agenda-files.
>
> The manual says:
>
> "This op
Hi Erik,
I just pushed up a fix, this was indeed introduced in one of the recent
inline code block changes. Thanks for catching this.
Best -- Eric
Erik Iverson writes:
> Hello list!
>
> I haven't used inline code evaluation in R too much,
> but I thought the following used to work. Can anyon
David Ellis wrote:
> After I sent this email, I found ical2org.el. I saved a month of my
> calendar from Outlook to an iCalendar file. Then, I used
> ical2org/convert-file to convert it to an org file. All of the times
> were off by 6 hours. Since I live in the Central time zone in the US
> that
On 4 Mar 2011, Nick Dokos wrote:
> David Ellis wrote:
>
>> After I sent this email, I found ical2org.el. I saved a month of my
>> calendar from Outlook to an iCalendar file. Then, I used
>> ical2org/convert-file to convert it to an org file. All of the times
>> were off by 6 hours. Since I live i
Hi everyone,
What is the best solution for the following (assuming there is one). I
have a class that takes place three times per week (Monday, Wednesday,
Friday, for example). I would like to schedule this as a habit. What is
the best and particularly, most concise was of doing this?
Right now,
On Wed, 2 Mar 2011 09:25:57 -0600
wrote:
> The issue is that I've got tables whose cells contain the '|'
> character (it's a table of regular expressions), and I can't seem to
> figure out how to escape it so that it doesn't mean a delimiter
> between cells. Anyone have advice or a pointer to th
On 3.3.2011, at 23:11, Nick Dokos wrote:
> Suvayu Ali wrote:
>
>> Hi,
>>
>> On Thu, 3 Mar 2011 22:19:32 +0100
>> Carsten Dominik wrote:
>>
>>>
>>> On 3.3.2011, at 05:18, Nick Dokos wrote:
>>>
Carsten Dominik wrote:
> Maybe we should use something else to achieve symmetry, l
Hi David,
> On Thu, 3 Mar 2011 14:31:48 -0600, David Ellis ("DE") wrote:
DE> I would like to move my calendar and task data from MS Outlook into
DE> org files. I would like to know if anyone has done this and what is
DE> the best way to do this. I know that MS Outlook can export to an
Hey orgsters,
What MUA/package/magic are you using to get custom inline replies with
the sender's initials? Perhaps you'll reply to this message and it
will look like:
> On this date user Jeffrey Horn (JH) said:
JH > Hey orgsters,
JH > What MUA/package/magic...
Googling "reply inline email clien
Hi stuart,
On Fri, Mar 4, 2011 at 05:07, stuart wrote:
> What is the best solution for the following (assuming there is one). I
> have a class that takes place three times per week (Monday, Wednesday,
> Friday, for example). I would like to schedule this as a habit. What is
> the best and particu
Hi Jeff,
On Fri, Mar 4, 2011 at 11:50, Jeff Horn wrote:
> What MUA/package/magic are you using to get custom inline replies with
> the sender's initials?
One possibility is Supercite, which lets you specify your own citation
format.[1]
Aankhen
[1] http://emacs-es.manticore.es/manuales/sc-en/Ci
71 matches
Mail list logo