Am 23.04.2013 19:23, schrieb Achim Gratz:
> Karl Voit writes:
>> "C-h i" was my first guess but it does not list Org-mode at all :-(
>
> C-u C-h i
>
> But really,
>
> make install-info
>
> shouldn't be so hard to issue?
>
>
> Regards,
> Achim.
>
Achim,
I update (git) and compile org inside
Thanks guys,
Marc: I use git for installation and I don't think I have any old files in
my load path. I have the files in my home directory but the compiled files
are installed in the system emacs/site-lisp.
Victor: Good, but please help a newbie. How do I apply this patch?
Finally, I noticed th
Hi,
When trying to export the following org file as HTML (C-e h o), using
out of the box latest org-mode:
```
* Foo
:PROPERTIES:
:ID: aaccd0f3-3eff-4f38-ad83-bc51b8444d73
:END:
* Bar
:PROPERTIES:
:ID: 0a428695-b829-4f8b-a689-1bc22491d13f
:END:
Link to [[id:aaccd0f3-3eff-4f
Karl Voit writes:
> Hi!
>
> * Matthew Jones wrote:
>> - If you have issues and you don't tell us then we have no way of helping
>> you and the problem might not go away.
>
> I mainly use MobileOrg on my Android phone to capture URLs and
> tasks and I am *very* thankfully for this possibility!
Karl Voit writes:
> * Eric S Fraga wrote:
>>
>> I tried out the sync to calendar option in MobileOrg. It synced tasks
>> (i.e. scheduled and deadline entries) but not entries with just active
>> time stamps which are what I use for appointments.
>
> Too bad.
I don't know what differ in my co
On 2013-04-23 21:09, François Pinard wrote:
If I remember well, self-closing
tags date back to SGML, not requiring (but also not forbidding) an
introducing space to the closing slash. SGML does allow for closing
tags to be optionally omitted (and for opening tags as well) but such
optional omiss
Viktor,
>> >> In a similar spirit to subject is firsthead. First head is displayed
>> >> by default in scrlttr2 as far as I recall, which is annoying.
>> >
>> > Is firsthead something that you change on a letter-by-letter basis? Or
>> > do you configure it once for your letters and never change
Viktor Rosenfeld writes:
>> Yeah, I guess it's true. Still, since foldmarks depends on which
>> envelopes you have at hand it might make sense to have it accept a
>> string. In lisp-terms a string is still t. On the other hand the
>> current approach is consistent with your approach above so t
Hello,
I have did the same process with the same type of configuration but
with the minimal requirement to install org-mode. Unfortunately I keep
stumbling on the same error, when I reload my configuration (after an
edit) with org-mode 8.0, which is not the case with org-mode 7.9.4.
It looks like
If I remember, m-x org-info ought to do something.
On Tue, 23 Apr 2013,
Suvayu Ali wrote:
> Hi Karl,
>
> On Tue, Apr 23, 2013 at 04:04:31PM +0200, Karl Voit wrote:
> >
> > I am using Org-mode documentation from the HTML web page all the
> > time.
> >
> > I once got a tipp that the Org-mode doc
At Tue, 23 Apr 2013 07:29:50 -0600,
Eric Schulte wrote:
>
> Rodrigo Amestica writes:
>
> > Hello,
> >
> > if I use this block
> >
> > #+BEGIN_SRC python :results file
> > from pylab import *
> > plot(rand(10))
> > savefig('images/test.png')
> > return 'images/test.png'
> > #+END_SRC
> >
> > the
Hi Johan,
this is fixed in master. The relevant commit is here:
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=0fff0ba6da30e4ced73f84c8305d80c955bae132
Cheers,
Viktor
Johan Ekh wrote:
> Hi all,
> I've installed version 8 of org-mode and now I get the message "not in an
> item" when I try t
Hello there,
I started some work on this and pushed a worg-new-exporter branch to
Worg. I followed Carsten's advice which I will repeat here for
convenience:
Given an existing Worg repository obtained by
$ git clone w...@orgmode.org:worg.git
Everybody else can hook onto this branch with
$ git
Am 23.04.2013 16:41, schrieb Johan Ekh:
Hi all,
I've installed version 8 of org-mode and now I get the message "not in an item" when I
try to add new headings with "M-RET". What is wrong?
BR / Johan
Hi Johan !
Well, tried but it just works fine for me (which is a very big relief :-)
Which
Eric S Fraga writes:
> I tried out the sync to calendar option in MobileOrg. It synced tasks
> (i.e. scheduled and deadline entries) but not entries with just active
> time stamps which are what I use for appointments.
It's working for me: I'm using the latest MobileOrg from the PlayStore
and
>* Eric S Fraga wrote:
>> Basically, we're almost there but not quite. It sure would be nice
>to
>> have Emacs running properly on Android just to be able to have full
>> org-mode on the move.
I've built glibc 2.17 for Android, now I compile all GNU apps natively on my
phone (Samsung Galaxy N
Hi Alan,
Alan Schmitt wrote:
> Sebastien Vauban writes:
>> Alan Schmitt wrote:
>>
>>> This is what I have in my configuration files:
>>>
>>> #+BEGIN_SRC emacs-lisp
>>> (add-to-list 'Info-directory-list "/Users/schmitta/.emacs.d/org/info")
>>> #+END_SRC
>>
>> Don't play with `Info-directory-list',
On 23.4.2013, at 20:10, Samuel Wales wrote:
> Hi Marcelo,
>
> Did you try (add-to-list 'auto-mode-alist '("\\.org_archive$" . org-mode))?
This should work.
Also, if Org is creating a new archive file, it should automatically insert a
line like
#-*- mode: org -*-
at the beginning o
Hi Marcelo,
Did you try (add-to-list 'auto-mode-alist '("\\.org_archive$" . org-mode))?
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY
can get it. There is NO hope without action. This means YOU.
Hey guys,
When trying to show up the archived items in the agenda view, I'm getting
this message:
"Agenda file /Users/fullofcaffeine/org/gtd/gtd.org_archive is not in
`org-mode'"
To fix it, I have to manually open gtd.org_archive, and "M-x org-mode" it.
Any ideas on why this happens?
Thanks in
Hi Bastien,
My workflow has been slightly broken since this commit:
,
| commit 796b4ec43bef813fc482ca996e8dc2ee3f09200a
| Author: Bastien Guerry
| Date: Fri Jul 27 17:24:16 2012 +0200
|
| org-clock.el: Set the marker for `org-clock-history' at a safer
| position.
|
| * org-
Hi Glyn,
Glyn Millington writes:
> Hi Alan,
>
> This is how I do it.
[...]
> I also have this in my init.el
>
> (setq Info-default-directory-list (cons "/home/glyn/info/"
> Info-default-directory-list))
>
> Then it should appear in Emacs' info-reader
Thank you for the suggestion. I'll try mov
Karl Voit writes:
> "C-h i" was my first guess but it does not list Org-mode at all :-(
C-u C-h i
But really,
make install-info
shouldn't be so hard to issue?
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptation for Waldorf microQ V2.22R2:
ht
Christoph LANGE writes:
> thanks for your improvement suggestions! Before I put this into
> practice, let me ask some questions. I am neither an expert in
> distributing Org nor in writing ebuilds yet.
>
> 2013-04-22 18:21 Achim Gratz:
>>> ELISP_REMOVE="lisp/org-install.el"
>>
>> You'll also want
Please put quotes around the definition of prefix:
prefix = "/Users/bernd.haug/Library/Application Support/Aquamacs Emacs"
(or individually quote each definition if you don't use prefix) which
should then produce the following output from "make config":
> = Emacs executable and Installa
Thanks for all of your hard work on org-mode Bastien! Watching you in
action has taught me a great deal about good project/community leadership.
If there's anything I can do to help with the transition, please let me
know.
Regards,
Jason
Hi Karl,
On Tue, Apr 23, 2013 at 04:04:31PM +0200, Karl Voit wrote:
>
> I am using Org-mode documentation from the HTML web page all the
> time.
>
> I once got a tipp that the Org-mode documentation can be found
> within Emacs. Back then, it worked and I could navigate through Org
> docu with n/
Alan Schmitt writes:
> Sebastien Vauban writes:
>
>> Hi Alan,
>> Alan Schmitt wrote:
>>> Karl Voit writes:
>>>
The repository[1] does contain the doc-directory. I compiled the
whole Org-mode repos including the doc sub-tree. So no compile
error while the docu is generated.
"C-
On Thu, Apr 4, 2013 at 3:18 PM, Karl Voit wrote:
> [...]
> AFAIR I was able to use "." (to jump to $today) *and*
> type "31.12." (without C-q . or similar) before.
>
> So in my opinion, it is not interfering at all: It can be solved by
> interpreting "." (as goto-today) *only* if nothing else has
Alan Schmitt writes:
> Karl Voit writes:
>> "C-h i" was my first guess but it does not list Org-mode at all :-(
> This is what I have in my configuration files:
> (add-to-list 'Info-directory-list "/Users/schmitta/.emacs.d/org/info")
Hi, Org people.
Just in case useful, I added a command to
Sebastien Vauban writes:
> Hi Alan,
>
> Alan Schmitt wrote:
>> Karl Voit writes:
>>
>>> The repository[1] does contain the doc-directory. I compiled the whole
>>> Org-mode repos including the doc sub-tree. So no compile error while
>>> the docu is generated.
>>>
>>> "C-h i" was my first guess but
* Sebastien Vauban wrote:
>
> Alan Schmitt wrote:
>> Karl Voit writes:
>>
>>> The repository[1] does contain the doc-directory. I compiled the whole
>>> Org-mode repos including the doc sub-tree. So no compile error while
>>> the docu is generated.
>>>
>>> "C-h i" was my first guess but it does no
Rodrigo Amestica writes:
> Hello,
>
> if I use this block
>
> #+BEGIN_SRC python :results file
> from pylab import *
> plot(rand(10))
> savefig('images/test.png')
> return 'images/test.png'
> #+END_SRC
>
> then the RESULTS block shows me an inlined version of the plot.
>
> If now I switch to thi
Alan Schmitt writes:
> Hi Eric,
>
> I have a follow-up question about this setup. It seems that I no longer
> can use asynchronous export with it, I get this in the *Org Export Process*
> buffer:
>
> ,
> | Cannot open load file: ox
> `
>
> Can it be related to switching to the starter kit
Nicolas Goaziou writes:
> Hello,
>
> Eric Schulte writes:
>
>> I'd like to enclose a series of blocks which replace each other in the
>> Beamer overprint environment.
>>
>> Here's the LateX I'd like to produce.
>>
>> % latex
>> \begin{frame}[fragile]{The Things}
>> \begin{block}{Thin
Suvayu Ali writes:
> On Mon, Apr 22, 2013 at 08:10:09PM -0600, Eric Schulte wrote:
>>
>> I'd like to enclose a series of blocks which replace each other in the
>> Beamer overprint environment.
>
> [...chomp...chomp...chomp...]
>
>> I see no way to generate this from Org-mode given the folding be
Hi Alan,
Alan Schmitt wrote:
> Karl Voit writes:
>
>> The repository[1] does contain the doc-directory. I compiled the whole
>> Org-mode repos including the doc sub-tree. So no compile error while
>> the docu is generated.
>>
>> "C-h i" was my first guess but it does not list Org-mode at all :-(
>
Hi all,
I've installed version 8 of org-mode and now I get the message "not in an
item" when I try to add new headings with "M-RET". What is wrong?
BR / Johan
Karl Voit writes:
> The repository[1] does contain the doc-directory. I compiled the whole
> Org-mode repos including the doc sub-tree. So no compile error while
> the docu is generated.
>
> "C-h i" was my first guess but it does not list Org-mode at all :-(
This is what I have in my configuratio
Hi!
I am using Org-mode documentation from the HTML web page all the
time.
I once got a tipp that the Org-mode documentation can be found
within Emacs. Back then, it worked and I could navigate through Org
docu with n/p. However, I never used this method afterwards.
The repository[1] does contai
Carsten,
welcome back! I will try to help out when I can.
Bastien, many many thanks to you for all of your hard work the past two
years.
Org goes from strength to strength and it is very much an indispensable
part of my life these days.
Thanks again,
eric
--
: Eric S Fraga, GnuPG: 0xC89193D8F
Bastien writes:
> Hi Eric,
>
> Eric S Fraga writes:
>
>> This leads me to suggest that both cases (dvipng
>> and imagemagick) use the same latex code and, in fact, it may be
>> possible to fold both functions org-create-formula-image-with-dvipng and
>> org-create-formula-image-with-imagemagick i
Karl Voit writes:
[...]
> Thanks you very much for this comment. This spares me trying out
> "Agenda > MobileOrg > Android Calendar" for now.
I think MobileOrg is being extended so maybe there will be an option to
synchronise active time stamps.
> I also implemented a Python-tool that injects
Thanks a lot to Bastien. I'm far from being able to fully appreciate the
work done and the hours it must have needed but from my end, Org-mode
and its development process is a very well-oiled machine, in no small
part thanks to its maintainer I would guess.
Welcome back Carsten.
Julien.
Hi,
At Mon, 22 Apr 2013 00:10:25 +0200,
Nicolas Goaziou wrote:
>
> Yasushi SHOJI writes:
>
> > To generate "--" at the list 2.1, I'd like to find out the list 2.1 is
> > at depth 2, so that I can use (make-string 2 ?-) for my bullet.
>
> Something like the following should work, assuming ITEM
* Bastien wrote:
> Hi Karl,
Hi!
> Karl Voit writes:
>
>> I've seen commit 2a192ff6c (Apr 20) from you and I checked out again
>> (commit 4873682e, Apr 23 11:51) but following heading with
>> org-clone-subtree-with-time-shift does not ask for a time shift
>> here:
>>
>> * <2013-05-07 Tue +1w> Te
Eric Abrahamsen writes:
> I read that as just a better statement of what I was trying to say
> earlier: self-closing tags will render in HTML4, but they're not
> _strictly correct_ HTML4.
I do not understand this assertion. I thought that HTML, up to but
excluding HTML5, *is* also valid SGML.
Hi Achim,
thanks for your improvement suggestions! Before I put this into
practice, let me ask some questions. I am neither an expert in
distributing Org nor in writing ebuilds yet.
2013-04-22 18:21 Achim Gratz:
>> ELISP_REMOVE="lisp/org-install.el"
>
> You'll also want to remove org-loaddefs.e
Hi Karl,
Karl Voit writes:
> I've seen commit 2a192ff6c (Apr 20) from you and I checked out again
> (commit 4873682e, Apr 23 11:51) but following heading with
> org-clone-subtree-with-time-shift does not ask for a time shift
> here:
>
> * <2013-05-07 Tue +1w> Test
> :PROPERTIES:
> :CREATED: [20
2013-04-22 18:04 John Hendy:
> While Org isn't anywhere close to as messy as a LaTeX installation,
> maintaining it properly if one is planning to spread the files around
> should not be overlooked. While AUR also has an Org-mode package, I'd
> *much* rather just stick to a directory at ~/.elisp/or
Ivan Kanis writes:
> I will provide how I build org-mode if you want.
Yes, we need this. The default build does not have this error,
so this is surely something in your custom build.
--
Bastien
Hi Viktor,
Viktor Rosenfeld writes:
> I can't reproduce your error. The date KOMA variable is automatically
> set by the \date LaTeX command which can be verified by the snipplet
> below. Out of curiosity, what TeX version are you using? I use TeX Live
> 2012 which includes scrlttr2 2012/07/29 v3
Hi!
* Matthew Jones wrote:
> - If you have issues and you don't tell us then we have no way of helping
> you and the problem might not go away.
I mainly use MobileOrg on my Android phone to capture URLs and
tasks and I am *very* thankfully for this possibility!
However, with Google getting u
* Eric S Fraga wrote:
>
> I tried out the sync to calendar option in MobileOrg. It synced tasks
> (i.e. scheduled and deadline entries) but not entries with just active
> time stamps which are what I use for appointments.
Too bad.
> In my use of org, I have a clear distinction between tasks a
* Bastien wrote:
> Hi Karl,
Hi!
> Karl Voit writes:
>
>> I would love to see this bug fixed.
>
> I've applied a fix and replied here:
> http://article.gmane.org/gmane.emacs.orgmode/70904
>
> Can you double-check it works as you like?
I've seen commit 2a192ff6c (Apr 20) from you and I checked o
Hi Alan,
Alan Schmitt wrote:
> I've applied the patch. I propose a further tiny improvement:
> ,
> | --- a/contrib/lisp/ox-koma-letter.el
> | +++ b/contrib/lisp/ox-koma-letter.el
> | @@ -273,7 +273,7 @@ holding export options."
> |(when email (format "\\setkomavar{fromemail}{%s}\n" em
"Levy, Roger" writes:
> I'm having trouble getting \cite commands to work within org-mode for
> HTML export -- I get the error "Executing bibtex2html failed" when I
> run org-export-as-html. I'm running Aquamacs 2.4 (based on GNU Emacs
> 23.3.50.1) and org-mode version 7.9.4. Any advice would b
Hi Karl,
Karl Voit writes:
> I would love to see this bug fixed.
I've applied a fix and replied here:
http://article.gmane.org/gmane.emacs.orgmode/70904
Can you double-check it works as you like?
Thanks!
--
Bastien
Karl Voit writes:
> * Eric S Fraga wrote:
>> Although I'm using MobileOrg more and more, I'm only using it for
>> capturing notes. I really want appointments and everything else
>> as well!
>
> Same here at my side. Next, I want to test the agenda on MobileOrg
> and the feature to show it on th
Viktor Rosenfeld writes:
> Rasmus also suggested setting the default opening and closing to nil
> because we should not assume that everybody speaks English. Maybe, every
> variable should default to nil.
Yes, I think it's a good idea. I often have lines that set the opening
and closing to '~' to
Hi Alan,
Alan Schmitt wrote:
> I'm still thinking that the default signature should be nil (so that the
> option can be picked up from the LCO), but it's a minor nitpick.
Rasmus also suggested setting the default opening and closing to nil
because we should not assume that everybody speaks Engli
Jude DaShiell writes:
> Accessibility standards cover this area pretty thoroughly.
> http://governor.state.tx.us/disabilities/accessibledocs/ has some
> information that might be bent to emacs-orgmode's purposes.
Thanks. Very useful resource. I've passed this on to my students!
--
: Eric
Accessibility standards cover this area pretty thoroughly.
http://governor.state.tx.us/disabilities/accessibledocs/ has some
information that might be bent to emacs-orgmode's purposes.
On Tue, 23 Apr 2013, Eric S Fraga wrote:
> Bastien writes:
>
> > Eric S Fraga writes:
> >
> >> And I've no
Bastien writes:
> Eric S Fraga writes:
>
>> And I've not only given up trying to convert anybody to Emacs, I have
>> also given up trying to explain why a dark background with light text is
>> much better on the eyes. Too much inertia and bad practices out there
>> unfortunately.
>
> On this sl
* Eric S Fraga wrote:
>
> I found that you can get the Emacs app started without segfaulting if
> you reduce the font size. Of course, that may make the text
> illegible for you... :-(
Thanks to everyone sending me this tipp. It worked :-)
> The on-screen keyboard is not ideal, of course. My b
* Carsten Dominik wrote:
>
> On 22.4.2013, at 19:11, Bastien wrote:
>
>> Eric S Fraga writes:
>>
>> On this slightly off-topic subject, an oculist told me the dark
>> background did not really matter, what matters is the contrast.
>> Very high and very low are not good, something inbetween (but
Thanks John. I have C-s binded to the "save-buffer" function, while in
org-mode C-x C-s gives you the "org-save-all-org-buffers" function.
When running the later by hand, things work as they should. I need to
redefine my key bindings.
All the best,
Julian
John Hendy writes:
> On Mon, Apr 22,
* David Rogers wrote:
> Ingmar Meissner writes:
Hi!
>> it seems to me that "org-clone-subtree-with-time-shift" is not working
>> correct with org-mode 8.0. Usually i could specify a time shift, but
>> not anymore. Did i miss something?
>
> I had the same problem; it's not a bug, it still works,
On Tue, Apr 23, 2013 at 09:25:33AM +0200, Nicolas Goaziou wrote:
[...chomp...chomp...chomp...]
> In general, you close a headline with another headline (i.e. a block in
> Beamer jargon). You can also close a block with an "ignoreheading"
> headline. That's how columns work.
The "ignoreheading" t
Carsten Dominik writes:
> On 23.4.2013, at 06:57, Samuel Wales wrote:
>
>> As a non-expert HTML user, I'd want whatever works on the most
>> browsers, even old ones, as my audience is likely to include many who
>> have old browsers in addition to many who have new ones, mobile ones,
>> and acces
Hi Eric,
I have a follow-up question about this setup. It seems that I no longer
can use asynchronous export with it, I get this in the *Org Export Process*
buffer:
,
| Cannot open load file: ox
`
Can it be related to switching to the starter kit?
Thanks a lot,
Alan
Alan Schmitt write
Hello,
Andreas Leha writes:
> it would be great it there was (well, this is orgmode, so maybe there
> is?) an option to use the exporter to open the result of a (previous)
> export without doing the export again.
>
> Such an option would spare me from searching the org-file for the file name
> t
On 22.4.2013, at 19:11, Bastien wrote:
> Eric S Fraga writes:
>
>> And I've not only given up trying to convert anybody to Emacs, I have
>> also given up trying to explain why a dark background with light text is
>> much better on the eyes. Too much inertia and bad practices out there
>> unfo
Hi again,
I've applied the patch. I propose a further tiny improvement:
,
| --- a/contrib/lisp/ox-koma-letter.el
| +++ b/contrib/lisp/ox-koma-letter.el
| @@ -273,7 +273,7 @@ holding export options."
|(when email (format "\\setkomavar{fromemail}{%s}\n" email))
|(when signature (
Hello,
Eric Schulte writes:
> I'd like to enclose a series of blocks which replace each other in the
> Beamer overprint environment.
>
> Here's the LateX I'd like to produce.
>
> % latex
> \begin{frame}[fragile]{The Things}
> \begin{block}{Things}
> \begin{description}[<+->]
>
On 23.4.2013, at 06:57, Samuel Wales wrote:
> As a non-expert HTML user, I'd want whatever works on the most
> browsers, even old ones, as my audience is likely to include many who
> have old browsers in addition to many who have new ones, mobile ones,
> and accessibility-oriented browsers and e
76 matches
Mail list logo