Re: [O] python sessions

2013-03-20 Thread Andreas Röhler
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

[O] org-exp-bibtex.el

2013-03-20 Thread Li Bowen
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. ##

[O] Possible to collapse State List by default?

2013-03-20 Thread Martin Butz
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

Re: [O] Changing '_archive' extension to allow Easy PG encryption: "_archive.gpg"?

2013-03-20 Thread 'Mash (Thomas Herbert)
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

Re: [O] Include today's date in title?

2013-03-20 Thread Eric S Fraga
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

Re: [O] Open PDF under Windows on specific page using PDF-XChange Viewer

2013-03-20 Thread Otto Pichlhöfer
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\

[O] [PATCH] Locally scope the variable `org-agenda-tag-filter' in `org-agenda-filter-by-tag'

2013-03-20 Thread Muchenxuan Tong
* 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

[O] saving state of buffer

2013-03-20 Thread 42 147
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

Re: [O] latex figure scaling question, backward compatibility and outdated manual

2013-03-20 Thread Thomas Alexander Gerds
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

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-20 Thread Sebastien Vauban
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

Re: [O] python sessions

2013-03-20 Thread Ista Zahn
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

Re: [O] Possible to collapse State List by default?

2013-03-20 Thread 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 to track the time I have also lots of > entries like the following example. (setq

Re: [O] saving state of buffer

2013-03-20 Thread Bastien
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

Re: [O] Open link to directory outside of emacs?

2013-03-20 Thread Bastien
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

Re: [O] org-exp-bibtex.el

2013-03-20 Thread Bastien
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

Re: [O] GFDL

2013-03-20 Thread Bastien
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

Re: [O] python sessions

2013-03-20 Thread Nick Dokos
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

Re: [O] New Exporter html - latex - beamer

2013-03-20 Thread Charles Berry
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 > , >

Re: [O] Include today's date in title?

2013-03-20 Thread Bastien
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

Re: [O] Possible to collapse State List by default?

2013-03-20 Thread Sebastien Vauban
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

Re: [O] python sessions

2013-03-20 Thread Gary Oberbrunner
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

Re: [O] tangle files from non-code blocks?

2013-03-20 Thread Bastien
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

[O] Timestamp practices?

2013-03-20 Thread Lawrence Bottorff
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'

Re: [O] Timestamp practices?

2013-03-20 Thread Bastien
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

Re: [O] Possible to collapse State List by default?

2013-03-20 Thread Martin Butz
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

Re: [O] Timestamp practices?

2013-03-20 Thread Thorsten Jolitz
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. ,---

Re: [O] Errors on start up when loading ox-md and ox-beamer (seems caused by recent commit)

2013-03-20 Thread John Hendy
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

Re: [O] GFDL

2013-03-20 Thread Marcin Borkowski
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

Re: [O] python sessions

2013-03-20 Thread John Hendy
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

Re: [O] python sessions

2013-03-20 Thread John Hendy
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

Re: [O] python sessions

2013-03-20 Thread 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-buffers before and after executin

[O] Fwd: python sessions

2013-03-20 Thread Gary Oberbrunner
[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

Re: [O] Include today's date in title?

2013-03-20 Thread shripad sinari
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

[O] problem with figure captions / labels in LaTeX export

2013-03-20 Thread Dale Barr
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

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-03-20 Thread Bastien
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

Re: [O] Possible to collapse State List by default?

2013-03-20 Thread Bastien
"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

Re: [O] saving state of buffer

2013-03-20 Thread 42 147
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

Re: [O] Include today's date in title?

2013-03-20 Thread Thomas S. Dye
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

Re: [O] python sessions

2013-03-20 Thread Andreas Röhler
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-

Re: [O] saving state of buffer

2013-03-20 Thread Christoph
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

Re: [O] Confusion about attr_latex and new exporter

2013-03-20 Thread John Hendy
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" > > ...

Re: [O] python sessions

2013-03-20 Thread Andreas Röhler
[ ... ] 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

Re: [O] python sessions

2013-03-20 Thread 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") > (:padline . #1#) (:noweb . "no")

Re: [O] [Out-of-Thread] Re: [RFC] Org syntax (draft)

2013-03-20 Thread zeltak
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

Re: [O] python sessions

2013-03-20 Thread John Hendy
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

Re: [O] python sessions

2013-03-20 Thread 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... > >> [4 times]

Re: [O] saving state of buffer

2013-03-20 Thread 42 147
> (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

Re: [O] python sessions

2013-03-20 Thread Ista Zahn
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

Re: [O] python sessions

2013-03-20 Thread Nick Dokos
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

Re: [O] python sessions

2013-03-20 Thread Andreas Röhler
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

Re: [O] python sessions

2013-03-20 Thread Andreas Röhler
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... [

Re: [O] saving state of buffer

2013-03-20 Thread Loyall, David
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

Re: [O] python sessions

2013-03-20 Thread Andreas Röhler
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

[O] `org-export-define-backend' and its friends are now defuns (was: Build fail with emacs 24.3.1)

2013-03-20 Thread Florian Beck
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

[O] Unescape :help-echo in links

2013-03-20 Thread Florian Beck
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

Re: [O] org-mode live documentation?

2013-03-20 Thread Thomas S. Dye
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!)." > >

[O] Programmatically insert source-blocks

2013-03-20 Thread Thorsten Jolitz
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) ,-

Re: [O] python sessions

2013-03-20 Thread 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 to name the python process buffers.

[O] org-mode meeting in Berlin

2013-03-20 Thread Henrik Pingel
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

Re: [O] python sessions

2013-03-20 Thread Andreas Röhler
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

[O] Copying subtrees with footnotes

2013-03-20 Thread Florian Beck
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

Re: [O] GFDL

2013-03-20 Thread Marcin Borkowski
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

[O] Bug?: org-babel-load-file not autoloaded in Emacs 24.3

2013-03-20 Thread Jonathan Leech-Pepin
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

Re: [O] python sessions

2013-03-20 Thread Ista Zahn
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. >>>

Re: [O] org-check.org confusion

2013-03-20 Thread Loyall, David
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

Re: [O] python sessions

2013-03-20 Thread Gary Oberbrunner
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

Re: [O] org-check.org confusion

2013-03-20 Thread Christopher Schmidt
"Loyall, David" writes: > Dear orgmode users: what does that represent? (info "(emacs)Interlocking") Christopher

Re: [O] org-check.org confusion

2013-03-20 Thread Lawrence Bottorff
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

Re: [O] Programmatically insert source-blocks

2013-03-20 Thread Christian Moe
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

[O] Unwanted scrolls from org-agenda-todo

2013-03-20 Thread Miro Bezjak
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

Re: [O] Copying subtrees with footnotes

2013-03-20 Thread Samuel Wales
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

[O] problems with org-protocol + capture templates

2013-03-20 Thread Alvar Maciel
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

[O] Errors after upgrading emacs to 24.3.1 and org to 7.9.4

2013-03-20 Thread Chris Henderson
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

Re: [O] Copying subtrees with footnotes

2013-03-20 Thread Florian Beck
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

[O] Org tutorials

2013-03-20 Thread Charles
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

Re: [O] problems with org-protocol + capture templates

2013-03-20 Thread Sebastien Vauban
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

Re: [O] Copying subtrees with footnotes

2013-03-20 Thread Samuel Wales
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

Re: [O] Programmatically insert source-blocks

2013-03-20 Thread Thorsten Jolitz
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 ,-- |

Re: [O] python sessions

2013-03-20 Thread Ista Zahn
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

Re: [O] Org tutorials

2013-03-20 Thread Bastien
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

Re: [O] `org-export-define-backend' and its friends are now defuns

2013-03-20 Thread Bastien
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

Re: [O] Unwanted scrolls from org-agenda-todo

2013-03-20 Thread Bastien
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.

Re: [O] Copying subtrees with footnotes

2013-03-20 Thread Bastien
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

Re: [O] Unescape :help-echo in links

2013-03-20 Thread Bastien
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

[O] Agenda for 14 days, but still starting on Sat

2013-03-20 Thread David An
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

Re: [O] python sessions

2013-03-20 Thread Gary Oberbrunner
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

Re: [O] python sessions

2013-03-20 Thread John Hendy
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

Re: [O] python sessions

2013-03-20 Thread Gary Oberbrunner
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

Re: [O] Slowdown when editing tables with horizontal lines

2013-03-20 Thread Peder Stray
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

Re: [O] saving state of buffer

2013-03-20 Thread Carsten Dominik
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