Nicolas Goaziou writes:
> Then what about this patch?
Could someone please point me to the docu for applying patches within
Emails. I think Bastien has written about keyboard shortcuts for doing
this but I can't find his Email...
--
Thanks
>
> Regards,
>
> --
> Nicolas Goaziou
> From 91283ee
"Sebastien Vauban"
writes:
> Hi Bernt, Bastien,
>
> Bernt Hansen wrote:
>> Another change I've noticed in master is the display of the clocking
>> task menu when doing
>>
>> C-u M-x org-clock-in
>>
>> I've reduced my clocking menu items a bit due to screen size changes and
>> not being able to
> ...the $3 seemed better than $<<< though so I kept it)
Bah, humbug: I pasted the $<<< version, instead of the $3 version.
On Mon, Apr 8, 2013 at 10:21 PM, Gunnar Wolf wrote:
> Suvayu Ali dijo [Tue, Apr 09, 2013 at 02:25:19AM +0200]:
> > On Mon, Apr 08, 2013 at 06:57:53PM -0500, Gunnar Wolf wrote:
> > > #+CAPTION: Attendances for April
> > > |-+---+---+---+---+---++---|
> > > | Accoun
Suvayu Ali dijo [Tue, Apr 09, 2013 at 02:25:19AM +0200]:
> On Mon, Apr 08, 2013 at 06:57:53PM -0500, Gunnar Wolf wrote:
> > #+CAPTION: Attendances for April
> > |-+---+---+---+---+---++---|
> > | Account | Name | 1 | 3 | 5 | 8 | 10 | Total |
> > |---
Thorsten Jolitz gmail.com> writes:
>
>
> Hi List,
>
> I made navi-mode (=> super-fast buffer navigation, visibility-cycling,
> structure-editing, and much more, with one-key commands in an associated
> read-only *Navi* buffer) work with Org-mode buffers too.
>
>
[deleted]
>
> (6. Want mo
On Sun, Apr 07, 2013 at 09:00:27PM +0200, Nicolas Goaziou wrote:
> Hello,
>
> Rick Frankel writes:
>
> > On Sun, Apr 07, 2013 at 08:32:34PM +0200, Nicolas Goaziou wrote:
> >> Dieter Wilhelm writes:
> >> > Or just using a default time string format which is language
> >> > independent, like %Y-%
John Hendy writes:
> On 8.0-pre and have never had an issue with R source code blocks
> before. I was just trying something simple like:
>
> #+begin_src R :exports results
>
> a <- 1+2
> a
>
> #+end_src
>
> I got empty #+results block upon execution and the *Org Babel Error*
> (something like tha
Thorsten Jolitz gmail.com> writes:
>
> Charles Berry ucsd.edu> writes:
>
> > `
> >> >
> >> > I cannot seem to get this to work. If I try to execute
> >> >
> >> > ;; # #+begin_src emacs-lisp
> >> > ;; # (require 'outshine)
On 8.0-pre and have never had an issue with R source code blocks
before. I was just trying something simple like:
#+begin_src R :exports results
a <- 1+2
a
#+end_src
I got empty #+results block upon execution and the *Org Babel Error*
(something like that) buffer had an error about the executab
On Mon, Apr 08, 2013 at 06:57:53PM -0500, Gunnar Wolf wrote:
> #+CAPTION: Attendances for April
> |-+---+---+---+---+---++---|
> | Account | Name | 1 | 3 | 5 | 8 | 10 | Total |
> |-+---+---+---+---+---++---|
> |1234 |
Hi,
As mostly everything for my class work is handled through org-mode, I
am trying to use it also for tracking attendance. And it almost works
(given my quite-probably-wrong way to solve it) — Can you help me
pinpoint what am I doing wrong?
In case it's not obvious, I'm a complete Lisp newbie.
Charles Berry writes:
> `
>> >
>> > I cannot seem to get this to work. If I try to execute
>> >
>> > ;; # #+begin_src emacs-lisp
>> > ;; # (require 'outshine)
>> > ;; # (add-hook ‘outline-minor-mode-hook ‘outshine-hook-func
On Mon, Apr 8, 2013 at 2:36 PM, Achim Gratz wrote:
> John Hendy writes:
>> Could you provide the equivalent at this repo?
>> - http://sourceforge.net/projects/infozip/files/
>
> As the name implies, that's where you get the sources.
>
>> The ftp link above isnt showing any contents in my browser.
Thorsten Jolitz gmail.com> writes:
>
> Charles Berry ucsd.edu> writes:
>
> > Thorsten Jolitz gmail.com> writes:
>
[deleted]
`
> >
> > I cannot seem to get this to work. If I try to execute
> >
> > ;; # #+begin_src ema
"Sebastien Vauban" writes:
> Hi Eric,
>
> Eric Schulte wrote:
>> "Sebastien Vauban" writes:
>>> Eric Schulte wrote:
Emacs Lisp is an exception in terms of colname processing, it has default
header arguments set to pass column names through to the code block, where
the processing m
Nicolas Goaziou writes:
> Does every possible attribute follow attribute="value" pattern? Aren't
> there single keywords?
In XHTML it does, and there aren't. In HTML you can use some "minimized"
attributes, but in XHTML they have their own names as values,
e.g. nowrap="nowrap".
> If they are th
Hi everyone,
I've just started experimenting with clock-in / clock-out for multiple
tasks in an org-mode buffer, and this looks awesome for tracking where
time is spent, how much time was spent on each task, etc.
Being able to report with 'clocktable' the cummulative time spent on
each task is br
Eric,
Eric Schulte wrote:
>> Extra question: tested with a sh block, both of the above do work, that is
>> with strings or symbols. Which one is supposed to be better (that is, will be
>> more portable with time), if there is one?
>
> Both will be maintained. The contribution of a test exercising
Hello,
Bernt Hansen writes:
> I have the following line in my org-mode document
>
> #+AUTHOR: Bernt Hansen (IRC:BerntH on freenode)
>
> On the old exporter this became
>
>
>
> I just tried exporting this with the new exporter and I get this
>
> BerntH
> on freenode)"/>
>
> which isn't legal HTM
>
> Thanks for your help.
>
> Extra question: tested with a sh block, both of the above do work, that is
> with strings or symbols. Which one is supposed to be better (that is, will be
> more portable with time), if there is one?
>
Both will be maintained. The contribution of a test exercising bo
Hi Eric,
Eric Schulte wrote:
> "Sebastien Vauban" writes:
>> Eric Schulte wrote:
>>> Emacs Lisp is an exception in terms of colname processing, it has default
>>> header arguments set to pass column names through to the code block, where
>>> the processing may be done trivially in Emacs Lisp.
>>
Hi Michael,
Michael Brand writes:
> So I think that the change as it is today has to be reverted.
Done. Let's digg this later on, thanks for your help on this.
--
Bastien
Hi Karl,
Karl Voit writes:
> I just checked out the most current Org from git (1af215bb4668bf)
> and found out that with removing SCHEDULED or DEADLINE using C-u C-c
> C-(s|d) I get:
>
> Entry repeats: DEADLINE: <2013-04-15 Mon +1w -0d>
I can't reproduce this. Can you share a minimal e
Hello,
Carsten Dominik writes:
> On 8 apr. 2013, at 13:27, Bernt Hansen wrote:
>
>> Nicolas Goaziou writes:
>>
>>> Bernt Hansen writes:
>>>
I have subtrees with inactive timestamps in the text indicating when
something occurred. I normally don't want to export these. But I think
Hi Eric,
Eric Schulte wrote:
> "Sebastien Vauban" writes:
>> I'm trying to specify the column names of the table.
>>
>> #+name: input
>> | title | baz |
>> |---+-|
>> | obs1 | foo |
>> | obs2 | bar |
>>
>> But both versions (with symbols or strings) just do return the plain input
>> tab
Hi Caleb,
Caleb Wakeman writes:
> Reading the manual, I discovered that the #+STARTUP link in the main
> index doesn't point to anything. The link #+SETUPFILE above it points
> to the #+SETUPFILE section in 'Summary of in-buffer settings', which
> was more than thorough enough for my purposes.
John Hendy writes:
> Could you provide the equivalent at this repo?
> - http://sourceforge.net/projects/infozip/files/
As the name implies, that's where you get the sources.
> The ftp link above isnt showing any contents in my browser.
Get a browser that tells you why it doesn't show anything or
Hi Rasmus,
Rasmus writes:
> And I can't seem to set width to nothing. . .
The attached patch should fix at least one problem: you should be
able to set the width manually now.
As for the default value of `org-latex-image-default-width' I tend
to agree, but maybe there are side-effects when s
Thorsten Jolitz writes:
> I made navi-mode (=> super-fast buffer navigation, visibility-cycling,
> structure-editing, and much more, with one-key commands in an associated
> read-only *Navi* buffer) work with Org-mode buffers too.
There is a screencast on youtube now showing the use of navi-mod
Charles Berry writes:
> Thorsten Jolitz gmail.com> writes:
>> I made navi-mode (=> super-fast buffer navigation, visibility-cycling,
>> structure-editing, and much more, with one-key commands in an associated
>> read-only *Navi* buffer) work with Org-mode buffers too.
> Some comments:
>
> May
Hi Bernt,
Nicolas Goaziou writes:
> Well, technically, irc:BerntH is a plain link, like http://orgmode.org,
> since irc: is a valid protocol. That may bite you in other parts of the
> document.
As a workaround, you can also remove org-irc.el from `org-modules' so
that irc:... is not recognized
Dieter Wilhelm writes:
> Great! It already helped me, I could learn that #+LINK_UP: is now
> #+HTML_LINK_UP:
That's one reason I insisted to have this back: it will help doing the
migration from <8.0 to >=8.0 -- thanks again Nicolas for implementing this!
--
Bastien
Hi Matt,
Buddy Butterfly writes:
> obviously this is a very active forum.
> But due to the activity I am getting too much
> emails. I would like to filter by tag/category
> when registering. I think this is definitely
> needed to reduce the amount of mails before (!)
> it arrives.
We already en
Hi Eric,
Eric S Fraga writes:
> when jumping to a new data using 'j' (org-agenda-goto-date), an error
> occurs if the current view is "month":
Fixed, thanks.
--
Bastien
Florian Beck writes:
> Bastien writes:
>
>> Can you resend it as a proper patch with a changelog?
>
> Like this?
Yes, thanks. I don't notice any slow down but I only tried
with 24.4 and my machine is quite recent/powerful.
I'd be more comfortable applying the change if someone can
test it wit
Hi John,
John Hendy writes:
>> What do you think?
>
> Not sure how to implement this, but sounds reasonable.
Thanks. So basically the idea is just to use
#+PROPERTY: OrgCompat 8.0
on top of Worg files that contain 8.0-only information, and
:PROPERTIES:
:OrgCompat: 8.0
:END:
in sec
Thanks a lot for the info! I agree that natively talking to the JSON API
is a nice feature :)
On 2 April 2013 08:17, Baptiste Fouques wrote:
> Adam Spiers adamspiers.org> writes:
>
>> Sounds interesting. It would be very helpful if you could explain how it is
>> different from the other synchr
"Sebastien Vauban" writes:
> Hi Eric,
>
> I'm trying to specify the column names of the table.
>
> #+name: input
> | title | baz |
> |---+-|
> | obs1 | foo |
> | obs2 | bar |
>
> But both versions (with symbols or strings) just do return the plain input
> table.
>
> #+name: R-echo-colna
Hi Ippei,
> | Product |g | kJ/100g | kJ | kcal |
> |---+--+-+--+--|
> | Bread | 50.6 |1372 | 694 | 166 |
> | Butter| 11.5 |3054 | 351 | 84 |
> | Marmalade | 19.7 | 926 | 182 | 44 |
> |---+--+-+--+--|
> |
Hi Christian,
Christian Moe christianmoe.com> writes:
> I'm not quite clear on your use case / desired result now. Why do you
> want results through batch mode on the command line in order to embed
> them in a webpage? Embed how? Is this something you could perhaps do
> simply by exporting from O
Hi Bastien,
thanks again for implementing this!
Bastien writes:
> Hi Andreas,
>
> Andreas Leha writes:
>
>> thanks for taking this up! But I am not sure, whether I like the
>> current implementation too much. Instead of saving the org-file itself,
>> I'd prefer the org-file to be auto-saved.
Hi!
I just checked out the most current Org from git (1af215bb4668bf)
and found out that with removing SCHEDULED or DEADLINE using C-u C-c
C-(s|d) I get:
Entry repeats: DEADLINE: <2013-04-15 Mon +1w -0d>
in the minibuffer line (example is from removing DEADLINE). The
heading does not hav
Guido Van Hoecke writes:
> Hi,
>
> rai...@krugs.de (Rainer M. Krug) writes:
>
>> Guido Van Hoecke writes:
>>
>>> Guido Van Hoecke writes:
>>>
Hi Holger and David
> On 05/04/13 17:51, Holger Wenzel wrote:
>> Hi Guido,
>>>
>>> I wanted to install the MobileOrg app on my
Hi,
rai...@krugs.de (Rainer M. Krug) writes:
> Guido Van Hoecke writes:
>
>> Guido Van Hoecke writes:
>>
>>> Hi Holger and David
>>>
On 05/04/13 17:51, Holger Wenzel wrote:
> Hi Guido,
>>
>> I wanted to install the MobileOrg app on my iPhone, but iTunes claims
>> that there
Michael Strey wrote:
> Currently org-phone.el as well as my org-dial.el are incompatible with
> org-contacts. The only idea behind my proposal was to make the contributors
> of both packages aware of each other.
Can you explain what makes org-phone incompatible with org-contacts?
Maybe my naming
I bet this has been asked before and I just didn't see it... anyway,
I'm wondering if that was intentional that TAB visibility cycling
doesn't do anything if the insertion point is after the ellipses
indicating folded content.
** Example header...
^1 ^2 ^3 ^4
If the point is at locatio
On Mo, Apr 08, 2013 at 07:47:52 -0500, Robert Goldman wrote:
> Michael Strey wrote:
[...]
> > What about integrating these few functions into org-contacts?
>
> I am very reluctant to do this.
>
> I don't use org-contacts at all, but I *do* like to have phone numbers
> in my TODO items.
Actua
On Mon, Apr 08, 2013 at 02:24:52PM +0200, Nicolas Goaziou wrote:
> Hello,
>
> Rainer Stengele writes:
>
> > please help me understand. I do not see "#" in the exporter menu and it
> > does not do anything.
> > Org-mode version 8.0-pre (release_8.0-pre-326-g1af215
>
> You may have forgotten to
Michael Strey wrote:
> Robert,
>
> On Do, Apr 04, 2013 at 09:38:48 -0500, Robert P. Goldman wrote:
>
> [...]
>
>> I will be happy to include this into contrib (and do the relevant
>> assignment) at any time when people think that it is sufficiently ready
>> to go. I have been testing it in cont
Hello,
Rainer Stengele writes:
> please help me understand. I do not see "#" in the exporter menu and it does
> not do anything.
> Org-mode version 8.0-pre (release_8.0-pre-326-g1af215
You may have forgotten to reload Org. "# Insert template" entry should
definitely be in the dispatcher in thi
Am 07.04.2013 20:51, schrieb Nicolas Goaziou:
> Dieter Wilhelm writes:
>
>> da...@adboyd.com (J. David Boyd) writes:
>>
>>> Back in the day, when I C-x C-e to export from an org file, I could tap
>>> a key and put all the control factors into the top of the file.
>>>
>>> Now I don't see that opti
Hello,
when jumping to a new data using 'j' (org-agenda-goto-date), an error
occurs if the current view is "month":
Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
calendar-gregorian-from-absolute(nil)
org-agenda-span-to-ndays(month)
org-agenda-goto-date(nil)
ca
On 8 apr. 2013, at 13:27, Bernt Hansen wrote:
> Nicolas Goaziou writes:
>
>> Bernt Hansen writes:
>>
>>> I have subtrees with inactive timestamps in the text indicating when
>>> something occurred. I normally don't want to export these. But I think
>>> any table data that includes inactive
Nicolas Goaziou writes:
> Bernt Hansen writes:
>
>> I have subtrees with inactive timestamps in the text indicating when
>> something occurred. I normally don't want to export these. But I think
>> any table data that includes inactive timestamps should be an exception
>> to this ... otherwise
Robert,
On Do, Apr 04, 2013 at 09:38:48 -0500, Robert P. Goldman wrote:
[...]
> I will be happy to include this into contrib (and do the relevant
> assignment) at any time when people think that it is sufficiently ready
> to go. I have been testing it in contrib/ in a testing branch in my git
>
Dnia 2013-04-08, o godz. 06:52:02
James Harkins napisał(a):
> As it happens, one of the lead developers of mobileorg started a
> thread on the MobileOrg-Android mailing list asking for issues that
> need to be addressed, and features that are needed, before it's ready
> for 1.0.
Well, I didn't k
Dnia 2013-04-08, o godz. 01:20:34
James Harkins < jamshar...@gmail.com> napisał(a):
> Marcin Borkowski wmi.amu.edu.pl> writes:
>
> > > 2. When I choose the menu and then "Outline", I can see the
> > > outline. But when I choose menu and then "Agenda", I see nothing
> > > but the title ("Agenda")
Guido Van Hoecke writes:
> Guido Van Hoecke writes:
>
>> Hi Holger and David
>>
>>> On 05/04/13 17:51, Holger Wenzel wrote:
Hi Guido,
>
> I wanted to install the MobileOrg app on my iPhone, but iTunes claims
> that there is no such app in the Belgian App Store?!
>
> Did
Hi,
obviously this is a very active forum.
But due to the activity I am getting too much
emails. I would like to filter by tag/category
when registering. I think this is definitely
needed to reduce the amount of mails before (!)
it arrives.
Is this possible right now? If so, how?
If not, could t
Hi, All,
While I try the "per-file basis in a source code block" mode,
It tells me:
No definition for class `per-file-class' in `org-export-latex-classes'
I command
$ emacs -D -nw --no-splash --batch --kill --file tt1.org --funcall
org-export-as-latex
And it tells me:
Loading 00debian-vars...
Loa
Hi List,
I made a screencast showing the new libraries for 'Org-mode outside
Org-mode' (outshine, outorg, pop-org, navi-mode) in action:
,
| http://youtu.be/nqE6YxlY0rw
`
I used 'recordmydesktop' for recording but had difficulties with th
Hi,
Would it maybe make sense to make org-latex-default-table-environment
an alist so that I can specify a default for each :mode? E.g. pmatrix
for :mode math; psmallmatrix for :mode inline-math; and tabular for
:mode table?
The reason is that now
#+BEGIN_SRC org
here's inline
#+ATTR_LATEX: :
Hi,
I don't like that tikz figures are wrapped in a resize box. In
particular this plain example is wrapped in a resize box:
#+BEGIN_SRC Org
* tikz test
[[file:test.tikz]]
#+ATTR_LATEX: :width ""
[[file:test.tikz]]
#+END_SRC
Produces:
#+BEGIN_SRC latex
[...]
\resizebox{.9\linewidth}{!}{\inpu
Marcin Borkowski wmi.amu.edu.pl> writes:
> > 2. When I choose the menu and then "Outline", I can see the outline.
> > But when I choose menu and then "Agenda", I see nothing but the
> > title ("Agenda") and a "plus" button in the upper right corner.
> >
> > (a) Shouldn't there be an agenda on the
Hi Bernt, Bastien,
Bernt Hansen wrote:
> Another change I've noticed in master is the display of the clocking
> task menu when doing
>
> C-u M-x org-clock-in
>
> I've reduced my clocking menu items a bit due to screen size changes and
> not being able to see the items that scroll off the top of th
Hi Eric,
I'm trying to specify the column names of the table.
#+name: input
| title | baz |
|---+-|
| obs1 | foo |
| obs2 | bar |
But both versions (with symbols or strings) just do return the plain input
table.
#+name: R-echo-colnames-list
#+begin_src R :var data=input :exports resul
As it happens, one of the lead developers of mobileorg started a
thread on the MobileOrg-Android mailing list asking for issues that
need to be addressed, and features that are needed, before it's ready
for 1.0.
For instance, John Hendy said:
~~
Being able to edit is nice, but that doesn't take a
Nicolas Goaziou writes:
> Dieter Wilhelm writes:
>
>> da...@adboyd.com (J. David Boyd) writes:
>>
>>> Back in the day, when I C-x C-e to export from an org file, I could tap
>>> a key and put all the control factors into the top of the file.
>>>
>>> Now I don't see that option when I do this.
>>
Hi,
A bug seems to have emerged wrt inline-math and org tables. I guess
it might be from when we dropped the '"' around :attributes, but I
haven't tested this.
Consider this example
#+BEGIN_SRC org
here's inline
#+ATTR_LATEX: :mode inline-math :math-prefix P= :environment bmatrix
| a | b |
|
Hello,
Bernt Hansen writes:
> I have the following line in my org-mode document
>
> #+AUTHOR: Bernt Hansen (IRC:BerntH on freenode)
>
> On the old exporter this became
>
>
>
> I just tried exporting this with the new exporter and I get this
>
> BerntH
> on freenode)"/>
>
> which isn't legal HTM
Thorsten Jolitz gmail.com> writes:
>
>
> Hi List,
>
> I made navi-mode (=> super-fast buffer navigation, visibility-cycling,
> structure-editing, and much more, with one-key commands in an associated
> read-only *Navi* buffer) work with Org-mode buffers too.
>
> The basic things work, but t
72 matches
Mail list logo