On Sep 17, 2012, at 9:47 PM, Eric Abrahamsen
wrote:
On Fri, Sep 14 2012, Bastien wrote:
Hi Eric,
Eric Abrahamsen writes:
I've daydreamed about this before: what if, instead of agenda views, we
took a page from the Tinderbox method and made "agendas" simple
headlines, with some cookie sayi
On Fri, Sep 14 2012, Bastien wrote:
> Hi Eric,
>
> Eric Abrahamsen writes:
>
>> I've daydreamed about this before: what if, instead of agenda views, we
>> took a page from the Tinderbox method and made "agendas" simple
>> headlines, with some cookie saying "I'm an agenda", and a property
>> conta
The last several weeks or so I've noticed that auto-fill isn't working
and when I try to invoke fill-paragraph I receive the following error:
org-element-map: Symbol's function definition is void:
org-element--parse-objects
I've been tied up in the middle of a system migration at work, so I'd
fi
Hi list,
I've found a pretty interesting piece of software today. It's called Xiki,
check out the video:
http://www.youtube.com/watch?v=bUR_eUVcABg&feature=youtu.be
I'm wondering it something like that could be done with emacs (and possibly
integrating orgmode to add the outlining features)?
Th
Nicolas Goaziou writes:
> Hello,
>
> a...@fastmail.fm (Albert Z. Wang) writes:
>
>> I've just recently been having an issue I was wondering if anybody
>> could help with, namely, that fill-paragraph does not seem to work as
>> expected.
>>
>> For display math equations delimited as
>> \[
>> a^2 +
Hi,
On Mon, Sep 17, 2012 at 9:20 PM, Robert Eckl wrote:
>
> If i Push the org-files under Windows with MobileOrg the different
> org-files are not synced, but with MobileOrgNG they are. If i push the
> org-files under Mac OS, the org-files are synced even with MobileOrg.
>
This sounds like a kno
Jorge Timón wrote:
> I wouldn't care about the spaces and I would prefer not to use latex.
> The problem is that that produces:
>
> \texttt{<<<} \ldots{} \texttt{>>>}
>
Did you try it with the tildes instead of the equal signs?
Here, both old and new exporters produce
aaa \verb~<<<~ \
I wouldn't care about the spaces and I would prefer not to use latex.
The problem is that that produces:
\texttt{<<<} \ldots{} \texttt{>>>}
and then latex joins the first << and the first >> together, which is
really ugly.
My document is already LaTeX specific, but if I'm able replace more
latex
Jorge Timón wrote:
> The only way I know to do what I want is \verb=<<<=...\verb=>>>=, in
> case someone has a similar problem.
>
If you don't mind the extra space around the dots, you can say
aaa ~<<<~ ... ~>>>~ aa a a
the advantage being that it is backend-independent, so it will
Laurent Hoeltgen writes:
> I noticed today, that there are two apps for org-mode on android,
> namely MobileOrg and MobileOrgNG.
>
> Is there any significant difference between them in terms of
> functionality and stability? Is any of them to be recommended over the
> other one?
MobileOrg has
Thank you very much, now all makes sense. And I hopefully find some
use for radio targets.
The only way I know to do what I want is \verb=<<<=...\verb=>>>=, in
case someone has a similar problem.
On 9/17/12, Achim Gratz wrote:
>
> Search the manual for "radio targets".
>
>
> Regards,
> Achim.
>
Markus Heller writes:
> worked like a charm, thanks!!
BTW, how exactly did you update? A tarball should not need this and if
it's a Git directory the version should be found automatically.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Factory and User
Achim Gratz writes:
> Markus Heller writes:
>> What's going on? I did run M-x org-reload ...
>
> http://orgmode.org/worg/org-hacks.html#compiling-org-without-make
>
Hi Achim,
worked like a charm, thanks!!
Markus
Search the manual for "radio targets".
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds
David Rogers writes:
Hi David:
> My main goals:
>
> 1. I need audible alerts from my phone for appointments & reminders
>when I'm away from home. I don't really mind how those are
>accomplished, but I have to hear a sound of some kind at the
>appropriate times. I can't be counted on
Hello,
a...@fastmail.fm (Albert Z. Wang) writes:
> I've just recently been having an issue I was wondering if anybody
> could help with, namely, that fill-paragraph does not seem to work as
> expected.
>
> For display math equations delimited as
> \[
> a^2 + b^2 = c^2
> \]
> the equation gets fol
Markus Heller writes:
> What's going on? I did run M-x org-reload ...
http://orgmode.org/worg/org-hacks.html#compiling-org-without-make
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Waldorf MIDI Implementation & additional documentation:
http://Synth.
I've been testing a little more. I anyone wants to reproduce the error.
Here's a simpler example, just create a file with this:
#+AUTHOR: test
* 123 1 2 3 4
aaa =<<<...>>>= aa a a
And export it with C-c C-e L.
The output buffer will look like this:
% Created 2012-09-17 Mon 21:09
\documentclas
Hi
I'm gradually getting accustomed to org-mode; thanks to all those whose
work makes this great software keep getting even better.
I've been trying to figure out how to integrate org-mode into my gadgets
and my situation, and realize that I've been thinking about it upside
down. The missing piec
Hello all,
after updating org-mode today, I M-x org-version yields:
Org-mode version N/A-fixup (N/A-fixup !!check installation!! @
c:/Users/mheller/AppData/Roaming/.emacs.d/org-mode/lisp/)
The (in my mind) relevant part of my .emacs are:
,
| (add-to-list 'load-path "~/.emacs.d/org-mode/lis
> Hello everybody,
>
> I am not able to export with custiom timestamps with the new
> exporter.
`org-translate-time' expects "<>" and "[]" to be passed to it.
I am not sure whether (all) the exporters should be changed or just the
API needs to be fixed.
,
| *** Welcome to IELM ***
Hello,
Giovanni Ridolfi writes:
> the new exporter does not have options to export to ics format.
>
> Are there plans to keep this feature or will it be dropped with the
> old-export?
I started to look at org-icalendar.el. I will provide an
org-e-icalendar.el, although it may take some time.
Eric Schulte writes:
> Agreed, this would simply mean generating an archive-contents file on
> the Org-mode site which lists the latest org and orgplus archive. I'm
> not sure which elisp function is used to generate this file, but it
> could be done directly from the server.mk file with something
>> I'm not sure what "providing the link" entails. Does this mean
>> coordinating with elpa.gnu.org so that orgplus becomes available through
>> the gnu elpa? That sounds ideal.
>
> I was actually thinking of using orgmode.org as the package repository
> for orgplus. I don't think it is a good i
"Loris Bennett" writes:
> setting TCPKeepAlive to 'no' seems like a good idea.
Right, well my connection problems usually come from suspending my
laptop and/or moving it to a different network, so it seems to me this
change would probably be counter productive in my case... But thanks
anyway, an
Hi Robert,
Robert Horn writes:
> This patch fixes my problem, but indicates that there is a startup
> sequencing issue that may also affect other parts of org.
>
> First the patch
>
> --- org-agenda.el~2012-09-12 21:24:27.0 -0400
> +++ org-agenda.el 2012-09-17 06:02:45.
I upgraded to iOS 6 and now can't find MobileOrg in the App Store.
Anyone know if it's still there and just not compatible with the new
iOS?
Sent from my iPhone
Hi Suvayu,
Suvayu Ali writes:
> The typo was actually in org-e-beamer-insert-options-template. A patch
> is attached.
Applied, thanks!
--
Bastien
Nicolas Goaziou writes:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> I'm probably doing something silly here, but can't figure it out. Using
>> the new LaTeX exporter, and with org-entities-user defined as below,
>> this:
>>
>> \C14 \frac12 \Omacron
>>
>> exports as:
>>
>> \C14 \text
Hello,
First off, thanks for this great piece of software! It's made
document/markup management so much easier since I've discovered it.
I've just recently been having an issue I was wondering if anybody could
help with, namely, that fill-paragraph does not seem to work as
expected.
For display
Hi,
On Mon, Sep 17, 2012 at 03:30:17PM +0200, Suvayu Ali wrote:
> On Mon, Sep 17, 2012 at 03:18:47PM +0200, Suvayu Ali wrote:
> >
> > I think I found a bug in the beamer export of org-e-beamer. The ecm and
> > the produced TeX file is attached. During the export the documentclass
> > is incorre
Toke Høiland-Jørgensen writes:
> "Loris Bennett" writes:
>
>> While looking for a solution to the problem of emacs hanging if the SSH
>> connection to remote files goes down
>
> Did you find one (a solution, that is)? This has been bothering me for a
> while as well...
>
> -Toke
Following this
"Loris Bennett" writes:
> While looking for a solution to the problem of emacs hanging if the SSH
> connection to remote files goes down
Did you find one (a solution, that is)? This has been bothering me for a
while as well...
-Toke
--
Toke Høiland-Jørgensen
t...@toke.dk
Hello everybody,
the new exporter does not have options to export to ics format.
Are there plans to keep this feature or will it be dropped with the old-export?
or will we have access to it via a new interface, not the export interface?
thank you in advance, cheers,
Giovanni
Hello everybody,
I am not able to export with custiom timestamps with the new exporter.
file:
---
* [2012-09-17 lun]
** [2013-04-28 dom] sunday
* COMMENT s
# Local Variables:
# org-display-custom-times: t
# org-time-stamp-custom-formats: ("<%d/%m/%Y %A>" . "<%d/%m/%Y %A %
On Mon, Sep 17, 2012 at 03:18:47PM +0200, Suvayu Ali wrote:
> Hi,
>
> I think I found a bug in the beamer export of org-e-beamer. The ecm and
> the produced TeX file is attached. During the export the documentclass
> is incorrectly set to article.
>
Please ignore my report. I found my typo
>
There is more to this bug. I don't think there is a problem with my
patch, but it doesn't fix it on all systems. It fixed things on my Mac,
but not on Linux or Windows.
Blessed with a lack of understanding for exactly what is going on I find
that changing the line in .emacs for custom-set-vari
Hi,
I think I found a bug in the beamer export of org-e-beamer. The ecm and
the produced TeX file is attached. During the export the documentclass
is incorrectly set to article.
This is how I load org-export:
(setq debug-on-error t
debug-on-signal nil
debug-on-quit nil)
(a
Hi,
While looking for a solution to the problem of emacs hanging if the SSH
connection to remote files goes down, I came across this website:
http://mosh.mit.edu/
which is about an alternative for SSH, but has a
screenshot of Org on its frontpage.
Cheers
Loris
--
Dr. Loris Bennett (Mr.)
ZEDA
This patch fixes my problem, but indicates that there is a startup
sequencing issue that may also affect other parts of org.
First the patch
--- org-agenda.el~ 2012-09-12 21:24:27.0 -0400
+++ org-agenda.el 2012-09-17 06:02:45.0 -0400
@@ -90,7 +90,7 @@
(defvar org-mob
Aaron Ecay writes:
> OK, I’ve tracked this down. I added a function to
> ‘org-agenda-finalize-hook’ which makes modifications to the agenda
> buffer (viz. removing the 'mouse-highlight text properties). At line
> 3441 of org-agenda.el, in the ‘org-agenda-finalize’ function, this hook
> is run o
41 matches
Mail list logo