Bastien writes:
> Dear all,
>
> I'm sorry for my current lack of availability. I wanted
> to hack back since late august but I was not able to.
>
> I'm going through hard times since the summer and I need
> to focus on securing a basic environment for my daily life.
>
> I hope I can sort this ou
Charles Berry writes:
> Charles Berry ucsd.edu> writes:
>
>>
>> Rainer M Krug krugs.de> writes:
>>
>> >
>> > Thanks - you came before me. I get the same error but managed to work
>> > around.
>> >
>> > This is likely caused by the upgrade of ess,
>>
>> Likely.
>>
>> But it may not be an
Rainer M Krug writes:
Using it, error is gone.
Rainer
> Charles Berry writes:
>
>> Charles Berry ucsd.edu> writes:
>>
>>>
>>> Rainer M Krug krugs.de> writes:
>>>
>>> >
>>> > Thanks - you came before me. I get the same error but managed to work
>>> > around.
>>> >
>>> > This is likely ca
Hi,
I am using org-protocol to have my firefox browser talk to my emacs (to
capture stuff).
I am using Windows 7. So, I cannot use the --daemon flag to simply start
a sever (it is not supported under Windows). Instead, I have added a
(server-start) line to my .emacs file (init.el).
When I run em
Gonzalo Camarillo writes:
> Does anybody know a workaround so that the server is only started
> once?...
Does the function server-running-p work on windows? If so then you can
replace (server-start) with (unless (server-running-p) (server-start)).
Hi List,
I remember extensive discussions on this list of how to associate
org-files and source files by links, but I don't find them anymore and I
don't remember what is the State-of-the-art in this area.
It was about 'outsourcing' comments&planning-info from a programming-mode
file to an asso
What is the purpose of opening a second instance of emacs ?
I precisely tend to avoid it.
If the emacs server is running, why not using emacsclient(w) instead of a
new instance ?
Fabrice
2014-09-17 9:26 GMT+02:00 Gonzalo Camarillo :
> Hi,
>
> I am using org-protocol to have my firefox browser t
Fabrice Popineau writes:
> What is the purpose of opening a second instance of emacs ?
> I precisely tend to avoid it.
There are situations where it can be useful - e.g. using emacs as
a news or mail client where the whole process can block for a few
seconds.
Fabrice Popineau writes:
> What is the purpose of opening a second instance of emacs ?
> I precisely tend to avoid it.
>
> If the emacs server is running, why not using emacsclient(w) instead
> of a new instance ?
I had that setup for quite some time - starting one Emacs server on the
console,
Hi Paul,
yes, adding (require 'server) makes the function available. That is exactly
what I was looking for. Thanks for the quick response!
Cheers,
Gonzalo
On Wed, Sep 17, 2014 at 9:36 AM, Paul Rudin wrote:
> Gonzalo Camarillo writes:
>
>
> > Does anybody know a workaround so that the serve
Hello, org-list. I experience a regression in org-replace-disputed-keys, and I
git-bisect'ed it.
* Symptom: org-replace-disputed-keys doesn't work for me.
Emacs version: GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.0.12)
* How to reproduce it:
1. Put the org to "/tmp/org-mode"
2. Save t
2014-09-17 9:56 GMT+02:00 Paul Rudin :
> Fabrice Popineau writes:
>
> > What is the purpose of opening a second instance of emacs ?
> > I precisely tend to avoid it.
>
> There are situations where it can be useful - e.g. using emacs as
> a news or mail client where the whole process can block for
Fabrice Popineau writes:
> Yes seconds or even much more.
> This is the reason I don't use Emacs to read my mail/news anymore :-/
If i may ask, which email front-end were you using? (Gnus, perhaps?) i
used to use notmuch.el, and currently use mu4e, and basically don't have
this issue
Alex
Dear Org users,
There's a bug with the checkitem type org-capture-templates.
To reproduce:
1) Choose an org file with the headline "Test list", e.g., execute:
$ cat > ~/org-capture-bugreport.org
* Test list [/]
^C
2) Add the following two templates to your org-capture-templates:
Hello,
When using LaTeX-based export targets that produce a .tex file as output
(export to LaTeX file, PDF, PDF and open), I receive the message «Buffer
foo.tex modified; kill anyway?». Irrespective of whether I answer y/n,
no .tex file is produced, and «latexmk» fails with «no such file».
Export
Eric S Fraga writes:
> The issue is not the email front-end per se but the email servers (IMAP,
> POP, whatever). A couple of years ago, I ended up having to use an
> email server that would take many seconds, often minutes, to access,
> even just to query to find out if there was any new email.
On Wednesday, 17 Sep 2014 at 18:54, Alexis wrote:
[...]
> If i may ask, which email front-end were you using? (Gnus, perhaps?) i
> used to use notmuch.el, and currently use mu4e, and basically don't have
> this issue
The issue is not the email front-end per se but the email servers (IMAP,
P
2014-09-17 11:06 GMT+02:00 Eric S Fraga :
> On Wednesday, 17 Sep 2014 at 18:54, Alexis wrote:
>
> [...]
>
> > If i may ask, which email front-end were you using? (Gnus, perhaps?) i
> > used to use notmuch.el, and currently use mu4e, and basically don't have
> > this issue
>
> The issue is not
On Wed, 17 Sep 2014 08:27:21 +, Tobias Getzner wrote:
> When using LaTeX-based export targets that produce a .tex file as output
> (export to LaTeX file, PDF, PDF and open), I receive the message «Buffer
> foo.tex modified; kill anyway?». Irrespective of whether I answer y/n,
> no .tex file is
On Wednesday, 17 Sep 2014 at 11:41, Fabrice Popineau wrote:
[...]
> I disagree on this. The problem is less servers than the sheer slowness of
> elisp.
Sure, elisp is not fast but I it seems to be perfectly fast enough for
me for gnus, even on my little OpenPandora. In my case, the limiting
fac
On Tue, Sep 16, 2014 at 11:48 PM, Thomas S. Dye wrote:
> Aloha Gary,
>
> Gary Oberbrunner writes:
>
> > Gary:
> > My reason for not using TODO is just that it'd be ugly and confusing to
> > put a heading in the middle of a list.
> >
> > Compare this:
> > * Meeting report
> > ** Meeting 1
> >
Bastien writes:
> I'm sorry for my current lack of availability. I wanted
> to hack back since late august but I was not able to.
>
> I'm going through hard times since the summer and I need
> to focus on securing a basic environment for my daily life.
>
> I hope I can sort this out soon enough.
I dont really get what the problem is here, email servers checkup is
fast enough, and rss u can use that:
nnrss-use-local to ‘t’ and use ‘nnrss-generate-download-script
Stefan Huchler writes:
> I dont really get what the problem is here, email servers checkup is
Not necessarily - depends which mail server (e.g. gmail or local), if
you have one or many folders / tags, your network connection, ...
Often used solution:
mail server (e.g. gmail) <- offlineimap ->
I recently upgraded my org-mode from 7.x to 8.2.7c (bundled with a Windows
Emacs package for ESS) and have been struggling with changed behaviours of
LaTeX exporter since.
Below is the list of those changes:
1. Double backslashes (for line break) embedded in a string for "#+AUTHOR:"
With versio
I'm running org-mode 8.3beta from org-plus-contrib in melpa. I must have
missed something obvious cause I could never get async export working.
Here is what I do:
--8<---cut here---start->8---
emacs -Q
(require 'package)
(package-initialize) ;; since org is inst
Hi Julien,
Julien Cubizolles writes:
> I'm running org-mode 8.3beta from org-plus-contrib in melpa. I must have
> missed something obvious cause I could never get async export working.
>
> Here is what I do:
> emacs -Q
> (require 'package)
> (package-initialize) ;; since org is installed by pack
Hello,
Julien Cubizolles writes:
> I'm running org-mode 8.3beta from org-plus-contrib in melpa. I must have
> missed something obvious cause I could never get async export working.
[...]
> What could possibly go wrong ?
No idea. You may want to set `org-export-async-debug' to a non-nil
value
Hello,
"Kyeong Soo (Joseph) Kim" writes:
> 1. Double backslashes (for line break) embedded in a string for "#+AUTHOR:"
>
> With version 7.x, the following line
>
> #+AUTHOR: Joseph Kim\\Department of Electrical and Electronic
> Engineering\\Example University
>
[...]
> With version 8.2.7c, how
Rasmus writes:
> Hi Julien,
> Probably you are somehow not loading settings "correctly". In your
> normal init file you need to set `org-export-async-init-file'.
I completely missed this part... I feel stupid now. Maybe org should
complain when this variable is not set and someone like me trie
Alexis writes:
> If i may ask, which email front-end were you using? (Gnus, perhaps?) i
> used to use notmuch.el, and currently use mu4e, and basically don't have
> this issue
My GNUS + IMAP subprocess + Maildir used to lead to long wait times when
updating for new mail ("g" in Groups). Th
Rainer M Krug writes:
> Stefan Huchler writes:
>
>> I dont really get what the problem is here, email servers checkup is
>
> Not necessarily - depends which mail server (e.g. gmail or local), if
> you have one or many folders / tags, your network connection, ...
I just did setup the nnrss-downl
Just wanted to share, and bring this up for discussion. I'm cross posting to
a few emacs mailing lists.
http://area51.stackexchange.com/proposals/76571/emacs
And some discussion going on here:
http://discuss.area51.stackexchange.com/questions/17923/what-to-expect-in-the-emacs-private-beta
Which
Hiya,
Likewise - same problem here is fixed with injection of patch.
Thanks!
~ malcolm_cook
>-Original Message-
>From: emacs-orgmode-bounces+mec=stowers@gnu.org
>[mailto:emacs-orgmode-bounces+mec=stowers@gnu.org] On
>Behalf Of Rainer M Krug
>Sent: Wednesday, September 1
Gary Oberbrunner writes:
> On Tue, Sep 16, 2014 at 11:48 PM, Thomas S. Dye wrote:
>
> Aloha Gary,
>
> Gary Oberbrunner writes:
>
> > Gary:
> > My reason for not using TODO is just that it'd be ugly and confusing
> to
> > put a heading in the middle of a list.
>
Stefan Huchler writes:
> What I have more a problem with is that it often hangs have to cancel
> it at least every seond time.
Sounds like something that might need to be reported as a bug?
Alexis.
Hi all,
I have pushed the patch to the master branch, thanks to Chuck and to
Rainer and Malcom for testing it.
Chuck, it looks like you have already provided another “preliminary
patch” for org back in 2012 (commit 578a7f5a). If it’s possible for
you, it might be good to do the copyright assignm
Hi Achim,
2014ko irailak 9an, Achim Gratz-ek idatzi zuen:
>
> Aaron Ecay writes:
>> Can you say more about the corner cases?
>
> It's been quite some time since I looked at this, but inline calls were
> quirky for instance since their point of call is ill-defined.
Surely the point of call is ju
Julien Cubizolles writes:
> Rasmus writes:
>
>> Hi Julien,
>
>> Probably you are somehow not loading settings "correctly". In your
>> normal init file you need to set `org-export-async-init-file'.
I could get it to work at last, thank you a lot. I noticed something
though: when I run org-latex
Hello Nicolas,
Great thanks for the detailed instructions with clear explanations for the
problems.
I have addressed all those issues per your suggestions, but put some
comments embedded below.
Again, many thanks for your great help!
Joseph
On Thu, Sep 18, 2014 at 3:01 AM, Nicolas Goaziou
w
40 matches
Mail list logo