Am 20.03.2013 01:04, schrieb John Hendy:
On Tue, Mar 19, 2013 at 4:40 PM, Gary Oberbrunner wrote:
I must be failing to understand something. I'm running Emacs 24.3 on
Windows, with latest trunk org-mode. I can't get python functions to
persist across blocks in session mode. Here's my foo.org
With the org-mode 8 new exporter, org-exp-bibtex.el doesn't work any
longer. I tried to change export hook to
org-export-before-preprocess-hook, but it is more complicated than I
hoped. I am looking for a patch, not urgent. Many thanks.
Below is my test file.
##
Hi,
I wonder if it is possible to collapse the list of state changes below
"SCHEDULED" by default; as I have lots of tasks which I'll be working on
several days and use to clock in to track the time I have also lots of
entries like the following example.
SCHEDULED: <2013-01-30 Mi>
- State "W
On 2013-03-19 08:20-0400, Nick Dokos wrote:
> 'Mash (Thomas Herbert) wrote:
>
> > Morning,
> >
> > I wanted to know how I would change the default '_archive' extension?
> >
> > I work with encrypted org files "foo.gpg" with Easy PG and the
> > added header...
> >
> > # -*- mode: org; epa-file-encr
Gary Oberbrunner writes:
> I'm primarily publishing to LaTeX/PDF from org. I have a title:
>
> #+TITLE: Weekly Status
>
> How can I get it to automatically export with today's date? Hopefully
> without a full babel elisp code block? Any ideas?
>
> BTW, converted to new exporter today. Pretty
AW t-online.de> writes:
> For the record:
>
> #+begin_src emacs-lisp
> (add-to-list 'org-file-apps
> '("\\.pdf::\\([0-9]+\\)\\'" . "\"C:/Program Files/Tracker Software/PDF
> Viewer/PDFXCview.exe\" /A page=%1 %s"))
> #+end_src
>
>
(add-to-list 'org-file-apps '("\\.\\(doc\\|docx\\|pdf\\|dct\
* lisp/org-agenda.el: Introduce a local variable tag-filter to replace
the global variable `org-agenda-tag-filter'.
This relates to the bug when trying to filter by tag in agenda view with
entry-text shown. In `org-agenda-filter-apply' ->
`org-agenda-entry-text-mode', it shows error when the glo
How would I save the state of the headlines? e.g.,:
* Books
* Movies
* Music
** Analysis
*** Classical
Composers
* Beethoven
** Eroica
*** II. Marcia funebre: Adagio assai
General Comments
* Climax of the Movement
The climax of the movement for me is the sudden
sorry for this post. I should have read the mailing list more
carefully. looks as if a) the issue is already under discussion and b)
that the manual is for latest release whereas I had problems with the
pre-release.
Thomas Alexander Gerds writes:
> the following page from the official manual
Hi Nick,
Nick Dokos wrote:
> Can we please make it an invariable practice to run `make test' before
> every push?
Isn't it possible to put such in some sort of Git pre-commit hook (or pre-push
hook), so that it gets automatically enforced?
Best regards,
Seb
--
Sebastien Vauban
On Wed, Mar 20, 2013 at 2:44 AM, Andreas Röhler
wrote:
> Am 20.03.2013 04:07, schrieb Nick Dokos:
>
>> John Hendy wrote:
>>
>>> On Tue, Mar 19, 2013 at 4:40 PM, Gary Oberbrunner
>>> wrote:
I must be failing to understand something. I'm running Emacs 24.3 on
Windows, with latest t
Hi Martin,
Martin Butz writes:
> I wonder if it is possible to collapse the list of state changes below
> "SCHEDULED" by default; as I have lots of tasks which I'll be working on
> several days and use to clock in to track the time I have also lots of
> entries like the following example.
(setq
Hi Fourtytwo,
42 147 writes:
> When I return to this buffer, I want all of this to be opened.
(info "(Org)Visibility cycling")
When Emacs first visits an Org file, the global state is set to
OVERVIEW, i.e., only the top level headlines are visible. This can be
configured through the variab
Hi James,
James Harkins writes:
> I'm unsure if org-mode's behavior is correct here.
>
> 1. Create a link to a directory in an org file, e.g. [[~/Documents/][My
> docs]].
>
> 2. Put the point on the link and hit C-u C-u C-c C-o.
>
> The org manual says "If you want to avoid opening in Emacs, us
Hi Li,
Li Bowen writes:
> With the org-mode 8 new exporter, org-exp-bibtex.el doesn't work any
> longer. I tried to change export hook to
> org-export-before-preprocess-hook, but it is more complicated than I
> hoped. I am looking for a patch, not urgent. Many thanks.
Yes, this is a known issue
Hi Marcin,
Marcin Borkowski writes:
> I don't have working texi2dvi on my computer, so the following is still
> untested, but might be better than the previous one:
Thanks! It actually works _somehow_. But the display is ugly: @code{...}
strings do not use the small size, and the line spacing
Ista Zahn wrote:
> >
> > Did :session ever work? Then I might be wrong with this comment.
>
> Not only did it work, it currently works for me. I seem to remember
> bad interaction with python modes other than the one shipped with
> emacs. In my .emacs I have
>
> ...
>
> All the python-mode and
ucsd.edu> writes:
>
> Robert Eckl gmx.de> writes:
>
[snip]
>
I said
> You might be able to do what you want with filter functions.
>
>
> You can do that with this filter:
>
But you will want to add something to it to treat links without the :windowenv:
tag in the normal way
> ,
>
Hi Eric,
Eric S Fraga writes:
> This appears to work:
>
> #+TITLE: The title {{{modification-time(%Y-%m-%d)}}}
>
> Look in the info manual, (org) Macro replacement.
>
> "date" instead of "modification-time" should work but doesn't for
> me.
{{{date}}} will only work if #+DATE: is set.
For ot
Hi Bastien,
Bastien wrote:
> Martin Butz writes:
>
>> I wonder if it is possible to collapse the list of state changes below
>> "SCHEDULED" by default; as I have lots of tasks which I'll be working on
>> several days and use to clock in to track the time I have also lots of
>> entries like the fo
I am using a snapshot build of Emacs:
emacs-trunk-r112044-20130314-w32-i386.zip, which says it is GNU Emacs
24.3.50.1 (i386-mingw-nt6.1.7601) of 2013-03-14 on VBOX
on Windows 7/64.
My python-mode comes from the python.el shipped with the above emacs, which
says it is Version: 0.24.2.
Org-mode is
Hi Zhenjiang,
zhenjiang xu writes:
> I am wondering, is there anyway to tangle contents inside #
> +begin_example ... #+end_example in a similar way to tangle a code
> block? It doesn't work now (or do I miss anything?). IMHO, it would
> be a useful feature, isn't it?
I guess this is enough, no
I'm trying to give each header entry a timestamp. To do this I create a
drawer like this:
:PROPERTIES:
:CUSTOM_ID: [2013-03-19 Tue 14:26]
:END:
Initially, I do C-u M-x org-insert-drawer. This gives me
:PROPERTIES:
:END:
Then I do C-c C-x p and choose CUSTOM-ID. Then I insert a timestamp. Here'
Hi Lawrence,
Lawrence Bottorff writes:
> I'd like to know the best practice for adding such timestamps. Am I
> gaining anything by enclosing the timestamp in such an elaborate
> drawer?
It really depends on what you want to achieve, but I'd say no, in
general.
> Are these two commands the bes
Hi Bastian,
great! Thanks a lot.
Best
Martin
Am 20.03.2013 14:58, schrieb Bastien:
Hi Martin,
Martin Butz writes:
I wonder if it is possible to collapse the list of state changes below
"SCHEDULED" by default; as I have lots of tasks which I'll be working on
several days and use to clock in
Lawrence Bottorff writes:
> I'm trying to give each header entry a timestamp.
This is from Bernt Hansen and automagically inserts a timestamp each
time you insert a new header - if you want so.
If not, you can toggle the behaviour. Nice.
,---
On Tue, Mar 19, 2013 at 6:59 PM, Bastien wrote:
> John Hendy writes:
>
>> On Tue, Mar 19, 2013 at 6:48 PM, Bastien wrote:
>>> Hi John,
>>>
>>> how did you "pull"? by using git pull or make update?
>>
>> - git pull
>> - make clean && make && make doc
>>
>> I'm kind of glad you asked, as this use
Dnia 2013-03-20, o godz. 15:00:43
Bastien napisał(a):
> Hi Marcin,
>
> Marcin Borkowski writes:
>
> > I don't have working texi2dvi on my computer, so the following is
> > still untested, but might be better than the previous one:
>
> Thanks! It actually works _somehow_. But the display is
On Wed, Mar 20, 2013 at 2:08 AM, Andreas Röhler
wrote:
> Am 20.03.2013 01:04, schrieb John Hendy:
>
>> On Tue, Mar 19, 2013 at 4:40 PM, Gary Oberbrunner
>> wrote:
>>>
>>> I must be failing to understand something. I'm running Emacs 24.3 on
>>> Windows, with latest trunk org-mode. I can't get py
On Wed, Mar 20, 2013 at 10:38 AM, John Hendy wrote:
> I've tried to eliminate this and retried today
> with the following process (note setting the python command to
> "python2"):
>
> - Start emacs with `emacs -q`
>
Just caught this... I used -q accidentally instead of -Q. Re-did with
-Q and g
John Hendy wrote:
>
> - M-x org-version
> Org-mode version 8.0-pre (release_8.0-pre-146-g73fe0a @
> /home/jwhendy/.elisp/org.git/lisp/)
>
>
That's pretty close to what I'm using. Can you do me a favor: start
emacs -Q and evaluate the variable org-babel-python-buffers before and
after executin
[sorry, forgot to reply all]
-- Forwarded message --
From: Gary Oberbrunner
Date: Wed, Mar 20, 2013 at 12:11 PM
Subject: Re: [O] python sessions
To: nicholas.do...@hp.com
After starting emacs -Q and loading my minimal setup (including require
'org):
((:default))
After loading t
This seems to work for me:
#+DATE: %Y-%m-%d
Shripad
Tucson, AZ
On Wed, Mar 20, 2013 at 7:21 AM, Bastien wrote:
> Hi Eric,
>
> Eric S Fraga writes:
>
> > This appears to work:
> >
> > #+TITLE: The title {{{modification-time(%Y-%m-%d)}}}
> >
> > Look in the info manual, (org) Macro replacem
Hi all,
First I would just like to thank all the people responsible for org-mode.
It is an amazing product that has become an indispensable part of my
workflow!
I encountered a problem with LaTeX export that seems to affect org-versions
7.9.3f and 7.9.4.
Specifically, exporting figure captions a
Hi Sébastien,
"Sebastien Vauban"
writes:
> Nick Dokos wrote:
>> Can we please make it an invariable practice to run `make test' before
>> every push?
>
> Isn't it possible to put such in some sort of Git pre-commit hook (or pre-push
> hook), so that it gets automatically enforced?
If anyone k
"Sebastien Vauban"
writes:
>> (setq org-log-into-drawer t)
>
> I definitely think that this should be made the default.
Me too. Let's wait for other votes/arguments.
> You mean:
>
> #+STARTUP: logbook
No, I mean #+STARTUP: logdrawer
--
Bastien
Apologies on behalf of my inferior cognitive faculty, but I do not see a
solution to my problem in those options (perhaps merely a means to it).
Between OVERVIEW, CONTENT, SHOWALL, SHOWEVERYTHING, which == "allow me to
save and reopen the buffer in its current configuration."
>From what I can gat
shripad sinari writes:
> This seems to work for me:
>
> #+DATE: %Y-%m-%d
>
>
And might be a nice addition to the FAQ on Worg.
All the best,
Tom
--
Thomas S. Dye
http://www.tsdye.com
Am 20.03.2013 17:06, schrieb Nick Dokos:
John Hendy wrote:
- M-x org-version
Org-mode version 8.0-pre (release_8.0-pre-146-g73fe0a @
/home/jwhendy/.elisp/org.git/lisp/)
That's pretty close to what I'm using. Can you do me a favor: start
emacs -Q and evaluate the variable org-babel-python-
On 03/20/2013 06:00 PM, 42 147 wrote:
Apologies on behalf of my inferior cognitive faculty, but I do not see a
solution to my problem in those options (perhaps merely a means to it).
Between OVERVIEW, CONTENT, SHOWALL, SHOWEVERYTHING, which == "allow me to
save and reopen the buffer in its curre
On Tue, Mar 19, 2013 at 1:49 PM, Bastien wrote:
> Hi John,
>
> John Hendy writes:
>
>> Thanks for the clarification, though regardless of the current
>> state... what is the consensus on what it *should* be? The old lingo
>> was:
>> - #+attr_latex: width=Xcm
>> - #+attr_html: width="Xpx"
>
> ...
[ ... ]
AFAIU :session is broken, because Python shell as opened by run-python or
py-shell isn't used by ob-babel.
Seems ob-babel sends it's code w/ an own shell command, thus opening a new
python shell internally every time.
Did :session ever work? Then I might be wrong with this comment.
Not
Andreas Röhler wrote:
> Seems `org-babel-execute':python doesn't get the session flag.
>
> Edebug: org-babel-execute:python
> org-babel-execute:python
> executing Python code block...
> [4 times]
> Result: ((:comments . #1="") (:shebang . #1#) (:cache . "no")
> (:padline . #1#) (:noweb . "no")
Hi again
Thank you all for the responses. So as a neewb again, I dont really
understand fully all the technical specifications from the above posts,
what do you guys recommended i do if i want to start moving and using org
now full time in terms of color support? should i use the current emp.
meth
On Wed, Mar 20, 2013 at 12:25 PM, Nick Dokos wrote:
> Andreas Röhler wrote:
>
>> Seems `org-babel-execute':python doesn't get the session flag.
>>
>> Edebug: org-babel-execute:python
>> org-babel-execute:python
>> executing Python code block...
>> [4 times]
>> Result: ((:comments . #1="") (:sheb
John Hendy wrote:
> On Wed, Mar 20, 2013 at 12:25 PM, Nick Dokos wrote:
> > Andreas Röhler wrote:
> >
> >> Seems `org-babel-execute':python doesn't get the session flag.
> >>
> >> Edebug: org-babel-execute:python
> >> org-babel-execute:python
> >> executing Python code block...
> >> [4 times]
> (require 'saveplace)
> (setq-default save-place t)
> works for me. It just opens the place where I had the point, nothing
> more, but that's what I need most.
This is more convenient than Emacs bookmarks, but still breaks org-mode to
a certain extent: all non top-level headlines below point are
On Wed, Mar 20, 2013 at 2:15 PM, Nick Dokos wrote:
> John Hendy wrote:
>
>> On Wed, Mar 20, 2013 at 12:25 PM, Nick Dokos wrote:
>> > Andreas Röhler wrote:
>> >
>> >> Seems `org-babel-execute':python doesn't get the session flag.
>> >>
>> >> Edebug: org-babel-execute:python
>> >> org-babel-execu
Ista Zahn wrote:
> > Yes, I think it's ob-python's problem: but as I said before, I don't
> > understand why it works for you (and Ista Zahn).
>
> I guess it depends on the definition of "works". I don't get python
> buffers with the name of the :session variable. But I do get separate
> python
I guess it depends on the definition of "works". I don't get python
buffers with the name of the :session variable.
Reads as it works only with named sessions, but fails with unnamed
But I do get separate
python buffers (.e.g., *Python*, *Python*<2>) for each session, and
python blocks get
Am 20.03.2013 19:15, schrieb Nick Dokos:
John Hendy wrote:
On Wed, Mar 20, 2013 at 12:25 PM, Nick Dokos wrote:
Andreas Röhler wrote:
Seems `org-babel-execute':python doesn't get the session flag.
Edebug: org-babel-execute:python
org-babel-execute:python
executing Python code block...
[
42,
Try this:
Move the point to some headline.
Press C-c C-x p v a
Observe how lines, like :PROPERTIES:, were added to your headline.
Press C-u C-u to simulate closing the file and reopening it.
I know that this isn't exactly what you're looking for. You're looking for
org-mode to automa
Am 20.03.2013 18:25, schrieb Nick Dokos:
Andreas Röhler wrote:
Seems `org-babel-execute':python doesn't get the session flag.
Edebug: org-babel-execute:python
org-babel-execute:python
executing Python code block...
[4 times]
Result: ((:comments . #1="") (:shebang . #1#) (:cache . "no")
(:pa
Bastien writes:
> Anyway, `org-export-define-backend' and its friends are
> now defuns, since there is no good reason for them to be macros.
This broke my setup and I had to dig (git log -p) to figure out what to
do (basically quote everything)
Instead of
(org-export-define-derived-backend m
Hi,
I use a lot of custom links (for citations) and cannot stand the escaped
mess in the help-echo. So I've been using the patch below for quite some
time without any noticable slowdown.
diff --git a/lisp/org.el b/lisp/org.el
index bf74afd..470f93d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5
Aloha LB,
Lawrence Bottorff writes:
> Here's something from http://orgmode.org/worg/org-contrib/babel/intro.html :
>
> "If you are viewing the Org-mode version of this document in Emacs, place
> point anywhere inside a block and press C-c C-c to run the code1 (and feel
> free to alter it!)."
>
>
Hi List,
it probably a command everybody knows, but I looked for it several times
and just missed it: 'insert a source-block'.
I know about Chap. 15.2. of the manual (Easy Templates), thats not what
I mean. To reformulate my question:
Why doesn't (the most relevant function I have found)
,-
On Wed, Mar 20, 2013 at 2:43 PM, Andreas Röhler
wrote:
>
>> I guess it depends on the definition of "works". I don't get python
>> buffers with the name of the :session variable.
>
>
> Reads as it works only with named sessions, but fails with unnamed
It fails to name the python process buffers.
I try to establish a org-mode meeting in Berlin, Germany. I'm thinking
about a casual meeting in the evenings at some bar on a monthly basis.
Contact me if you are interested in getting in touch with other orgmode
users in real life.
Best,
Henrik
Am 20.03.2013 20:42, schrieb Ista Zahn:
On Wed, Mar 20, 2013 at 2:43 PM, Andreas Röhler
wrote:
I guess it depends on the definition of "works". I don't get python
buffers with the name of the :session variable.
Reads as it works only with named sessions, but fails with unnamed
It fails t
Hi,
I need to copy subtrees between org-buffers, but `org-copy-subtree'
ignores footnotes (which is technically correct, I guess). Is there any
way to automate this?
--
Florian Beck
Dnia 2013-03-20, o godz. 16:25:25
Marcin Borkowski napisał(a):
> Can you send me the intermediate .tex file? (If not, write me that -
> I'll try to install texi2dvi on my box.)
OK, my fault; I thought that the process looks like this: .texi ->
.tex -> dvi/pdf.
So. I am not an expert at texinf
Hello all,
I currently have the vast majority of my .emacs configuration in .org
files that rely on =org-babel-load-file=.
Before updating to Emacs 24.3 I could rely on autoloads to complete
the initialization. After updating today I get the following error:
=Symbol's function definition is voi
On Wed, Mar 20, 2013 at 3:53 PM, Andreas Röhler
wrote:
> Am 20.03.2013 20:42, schrieb Ista Zahn:
>
>> On Wed, Mar 20, 2013 at 2:43 PM, Andreas Röhler
>> wrote:
>>>
>>>
I guess it depends on the definition of "works". I don't get python
buffers with the name of the :session variable.
>>>
FYI, I don't think that email is involved here.
I think that [lawrence]@[lawrence-ThinkPad-T61].[11138]:[1363708367]
...is: [username]@[hostname].[pid or port]:[unix timestamp]
1363708367 = Tue, 19 Mar 2013 15:52:47 GMT
Dear orgmode users: what does that represent? Is it a socket? A named pip
Ista, what OS are you on? Maybe this (or part of it anyway) is only a
Windows problem?
On Wed, Mar 20, 2013 at 4:12 PM, Ista Zahn wrote:
> On Wed, Mar 20, 2013 at 3:53 PM, Andreas Röhler
> wrote:
> > Am 20.03.2013 20:42, schrieb Ista Zahn:
> >
> >> On Wed, Mar 20, 2013 at 2:43 PM, Andreas Röh
"Loyall, David" writes:
> Dear orgmode users: what does that represent?
(info "(emacs)Interlocking")
Christopher
Any details about how this is involved with this issue? I have an #
org-check.org# in this directory too. Being totally a beginner with elisp
hacking, I don't know how to trace out this behavior.
On Wed, Mar 20, 2013 at 3:32 PM, Christopher Schmidt <
christop...@ch.ristopher.com> wrote:
> "Loyall
Hi, Thorsten,
Here's one way, and pointers to more:
http://lists.gnu.org/archive/html/emacs-orgmode/2011-04/msg00406.html
Yours,
Christian
Thorsten Jolitz writes:
> Hi List,
>
> it probably a command everybody knows, but I looked for it several times
> and just missed it: 'insert a source-blo
Hi all,
my Arch Linux has just received an update to Emacs 24.3 that comes with new
& shiny (& slightly outdated :) org-mode (org-version: 7.9.3f).
I ran into a little annoyance, though. Suppose `-' represents
top of the window and `0' cursor position. I type `C-c a a', `o' to
`delete
Not a direct answer to your question, but:
I find that inline footnotes solve a lot of problems:
locality of reference is a huge deal both cognitively and
for organization; they cannot be put in the wrong sections
by mistake; they can't get numbers mixed up; they can't get
deleted or commented wit
Hi to all,
I'm using org-mode as personal day planner with almost all the
configuration of http://doc.norang.ca/org-mode.html
I try to use org-protocol to send links to emacs using the config of
worg. But when emacs open i can not select the template of the
capture mode (it's weird months ago was
I have upgraded emacs from version 24 to 24.3.1 via homebrew on os x
mountain lion and every time I start emacs I get error:
error: Invalid face, modeline
I have also upgraded org to version 7.9.4 via emacs M-x package-list
option and now my custom keys don't work: when I press ^C-c it used to
gi
Samuel Wales writes:
> I find that inline footnotes solve a lot of problems:
Absolutly. The main reason I don't generally inline footnotes is that I
don't want to *see* them. Basically, footnotes are for readers that are
not my primary audience; sometimes footnotes are only for me and I keep
the
I searched the mailing list and did not find any reference to the following.
Is there a reason why Richard Dillon's YouTube Hack Emacs org-mode talks
are not included in the Org Tutorials? For instance
An overview of Org Mode -
http://www.youtube.com/watch?v=6W82EdwQhxU
Org Mode in Depth:Man
Hi Alvar,
Alvar Maciel wrote:
> Hi to all,
> I'm using org-mode as personal day planner with almost all the
> configuration of http://doc.norang.ca/org-mode.html
> I try to use org-protocol to send links to emacs using the config of
> worg. But when emacs open i can not select the template of the
On 3/20/13, Florian Beck wrote:
> Samuel Wales writes:
>> I find that inline footnotes solve a lot of problems:
> Absolutly. The main reason I don't generally inline footnotes is that I
> don't want to *see* them. Basically, footnotes are for readers that are
Others have proposed a command to c
Christian Moe writes:
Hi Christian,
> Here's one way, and pointers to more:
> http://lists.gnu.org/archive/html/emacs-orgmode/2011-04/msg00406.html
thanks for the links.
I mean, it is not t difficult to write a function like
,--
|
On Wed, Mar 20, 2013 at 4:25 PM, Gary Oberbrunner wrote:
> Ista, what OS are you on? Maybe this (or part of it anyway) is only a
> Windows problem?
Maybe -- I'm on Arch Linux.
>
>
> On Wed, Mar 20, 2013 at 4:12 PM, Ista Zahn wrote:
>>
>> On Wed, Mar 20, 2013 at 3:53 PM, Andreas Röhler
>> wrot
Hi Charles,
Charles writes:
> Is there a reason why Richard Dillon's YouTube Hack Emacs org-mode talks
> are not included in the Org Tutorials?
No reason. Worg is community-driven/edited: please send me your
public key so that you can get write access and add the links.
Thanks for the pointe
Hi Florian,
Florian Beck writes:
> [There are now double quotes in the ascii backend, which I guess are not
> needed.]
Not sure what you mean here, can you explain?
> Obvious, when you think about it, but I'm a bit dense when the
> byte-compiler tells me that my-latex-template-fun is a malform
Hi Miro,
Miro Bezjak writes:
> `org-agenda-todo' seems to scroll (up or down - depending on how
> you're looking at it) in a way to make the task, currently marked as
> DONE, be the first line in the window.
>
> I briefly looked at source code of `org-agenda-todo' but could find
> anything odd.
Hi Florian,
Florian Beck writes:
> Still, the original questions stands. Maybe `org-copy-subtree' and
> `org-paste-subtree' could be adapted?
Instead of adapting those function, I'd have a function to inline
external footnotes--and vice versa. This function would be helpful
in this case but i
Hi Florian,
Florian Beck writes:
> I use a lot of custom links (for citations) and cannot stand the escaped
> mess in the help-echo. So I've been using the patch below for quite some
> time without any noticable slowdown.
Looks good.
Can you resend it as a proper patch with a changelog?
Thank
In my progress of configuring Org-Mode, I set 'org-agenda-start-on-weekday'
to 6 so my Agenda week will start on Saturday and show the next 7 days
including whatever current day it may be.
Next, I wanted 14 days (2 weeks) displayed, so I then set 'org-agenda-span'
to 14. However, the agenda start
I've attached a patch which works for me, at least in simple tests. It
should set the buffer name more correctly in session mode. I also added a
new defcustom for the python command to use for session mode specifically;
that is required for Windows, and I don't think it hurts on other OSes.
On
On Wed, Mar 20, 2013 at 8:22 PM, Gary Oberbrunner wrote:
> I've attached a patch which works for me, at least in simple tests. It
> should set the buffer name more correctly in session mode. I also added a
> new defcustom for the python command to use for session mode specifically;
> that is req
Both of the issues in my patch were part of it. The buffer naming and
using "python -i" in session mode.
And I'm still not sure default (nameless) sessions are working, and also in
my real testcase it still hangs sometimes. So no, not everything is fine
yet.
On Wed, Mar 20, 2013 at 9:54 PM, Jo
It happens from time to time, but not always... And I think it may be
related to rainbow-mode for some reason. I'll try to enable debug when it
happens the next time to see where it hangs.
On Wed, Mar 13, 2013 at 10:28 AM, Bastien wrote:
> Hi Peder,
>
> Peder Stray writes:
>
> > I have noticed
On 20.3.2013, at 19:28, 42 147 wrote:
> > (require 'saveplace)
> > (setq-default save-place t)
>
> > works for me. It just opens the place where I had the point, nothing
> > more, but that's what I need most.
>
> This is more convenient than Emacs bookmarks, but still breaks org-mode to
> a c
90 matches
Mail list logo