Re: [O] Using Org/babel for Emacs config files

2013-01-24 Thread Thorsten Jolitz
t...@tsdye.com (Thomas S. Dye) writes: I've been working with Nicolas Goaziou's new LaTeX exporter recently and the gap between Org mode and AucTeX has narrowed considerably. Thats of course always true for Org-mode, and often the problem isn't really in the software, but sits in front of the

Re: [O] BUG: coderef labels not stripped when tangling

2013-01-24 Thread Sebastien Vauban
Hello Michael, Michael Alan Dorman wrote: Using Org-mode to write in a literate style is a lot of fun. When I read about coderef labels, they seemed likely to make it even better. The only problem is that they aren't stripped during tangling. If you tangle this: #+BEGIN_SRC sh -n -r

[O] Passing variables between code blocks

2013-01-24 Thread Yotam Avital
I want to use org-mode for data analysis for my results. I also want to do this using small chunks of code blocks for various task. To achieve that. I need to pass dictionaries (20 entries of lists, each of several hundreds variables, each is a list by itself). I wanted to do so by the #+CALL

[O] Integration notmuch org-mode - can't find ay info?

2013-01-24 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I konw ther is org-notmuch - but is there a howto around? I remember seeing something, but I can't find it. How can I load it? How can I create it? I looked at org-notmuch.el, but I seem to have one of my frequent blonde moments in regards to

[O] full outline functionality in .el files: how? (was: Re: Using Org/babel for Emacs config files)

2013-01-24 Thread Gregor Zattler
Hi Thorsten, * Thorsten Jolitz tjol...@googlemail.com [24. Jan. 2013]: - after figuring out that I can have full outline functionality in .el files too, the (in my eyes) main advantage of an org-based config was gone. could you please elaborate how to achieve this? Ciao, Gregor -- -...

Re: [O] Editing comments or strings in Org mode

2013-01-24 Thread Bastien
Hi François, François Pinard pin...@iro.umontreal.ca writes: https://github.com/pinard/PopOrg I added a link to https://github.com/pinard/PopOrg/blob/master/poporg.el In worg/org-hacks.org: http://orgmode.org/cgit.cgi/worg.git/commit/?id=c0a908 Please edit this further to refine it!

Re: [O] More decoration for babel output

2013-01-24 Thread Bastien
Hi Ken, Ken Williams ken.willi...@windlogics.com writes: Hi all, When exporting to HTML I always add some extra CSS to my org-mode config, for the purpose of identifying which chunks are input vs. output, and for identifying the language of the code in code chunks. Language is identified

Re: [O] [PATCH] Re: #+PROPERTY documentation

2013-01-24 Thread Daimrod
Bastien b...@altern.org writes: Yes, close to perfect. As noted in the link I gave, you need to use `C-x 4 a' in the section of the manual you changed in order to create a proper ChangeLog. It's weird, `C-x 4 a' wasn't able to determine correctly the sections changed. :/ In your case, the

[O] How to track down No heading for this item in buffer or region.?

2013-01-24 Thread Gregor Zattler
Hi, my agenda shows a line: No heading for this item in buffer or region. how should I track down the problematic part of my org files? Ciao, Gregor -- -... --- .-. . -.. ..--.. ...-.-

Re: [O] How to track down No heading for this item in buffer or region.?

2013-01-24 Thread Bastien
Hi Gregor, Gregor Zattler telegr...@gmx.net writes: my agenda shows a line: No heading for this item in buffer or region. It means the agenda contains tasks like * TODO with no heading. how should I track down the problematic part of my org files? You can run this in your Org buffer:

Re: [O] [org2blog] How to add section numbers?

2013-01-24 Thread Bastien
Hi, Ren Wen shan renws1...@gmail.com writes: I started to use org2blog for blogging recently and it works great. Just wondering if it is possible to add section numbers like org-export-as-html does. For example, a org file like this: * Generally Not Used ** Except *** By Middle Aged

Re: [O] full outline functionality in .el files: how?

2013-01-24 Thread Bastien
Hi Gregor, Gregor Zattler telegr...@gmx.net writes: Hi Thorsten, * Thorsten Jolitz tjol...@googlemail.com [24. Jan. 2013]: - after figuring out that I can have full outline functionality in .el files too, the (in my eyes) main advantage of an org-based config was gone. could you

Re: [O] LaTeX preview

2013-01-24 Thread Daimrod
Daimrod daim...@gmail.com writes: Bastien b...@altern.org writes: Hi Daimrod, Daimrod daim...@gmail.com writes: Is there an #+STARTUP parameter to automatically display LaTeX fragments? Nope, sorry. Here is a patch to add `org-startup-with-latex-preview'. It should work like

[O] footnote placement

2013-01-24 Thread henry atting
Hi, how can I achieve that footnotes are inserted at the end of the top level headline? By default they are inserted at the end after a new headline ``footnotes''. Secondly how to prevent html export from altering the given position? henry

Re: [O] Bug: [PATCH] Org-babel: separate #+attr_... for code block and for results block [7.9.3d (release_7.9.3d-834-g60083a.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-01-24 Thread Nicolas Goaziou
Hello, vdya...@elvees.com (Дядов Васил Стоянов) writes: With my patch to ob-core.el org-babel works fine with your suggestion. It just skips #+attr_...: lines as blank lines (original behaviour of org-babel is to skip blank lines between #+end_src and #+results, when it searches results

[O] [OT] open url in emacs was: Re: Using Org/babel for Emacs config files

2013-01-24 Thread Andreas Leha
Kyle Machulis k...@nonpolynomial.com writes: Building on these idea, eric schulte's emacs 24 starter kit actually uses tags to configure what should and shouldn't be tangled, to make things easily configurable by others (not really a feature most of us are looking for in configs, but

Re: [O] footnote placement

2013-01-24 Thread Bastien
Hi Henry, henry atting s...@online.de writes: how can I achieve that footnotes are inserted at the end of the top level headline? By default they are inserted at the end after a new headline ``footnotes''. I remember seeing a hack for this, but maybe my memory is wrong. With Org's default

Re: [O] [OT] open url in emacs was: Re: Using Org/babel for Emacs config files

2013-01-24 Thread Bastien
Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Apologies for hijacking this thread. But could someone tell me how to open that link directly in emacs? My try with 'browse-url-emacs' failed. You cannot. Get the file and open it. Best, -- Bastien

Re: [O] full outline functionality in .el files: how?

2013-01-24 Thread Thorsten Jolitz
Gregor Zattler telegr...@gmx.net writes: Hi Gregor, * Thorsten Jolitz tjol...@googlemail.com [24. Jan. 2013]: - after figuring out that I can have full outline functionality in .el files too, the (in my eyes) main advantage of an org-based config was gone. could you please elaborate

Re: [O] Passing variables between code blocks

2013-01-24 Thread Thomas S. Dye
Hi Yatam Avital, Yotam Avital yota...@gmail.com writes: I want to use org-mode for data analysis for my results. I also want to do this using small chunks of code blocks for various task. To achieve that. I need to pass dictionaries (20 entries of lists, each of several hundreds variables,

Re: [O] full outline functionality in .el files: how?

2013-01-24 Thread Thorsten Jolitz
Bastien b...@altern.org writes: Hi Bastien, Gregor Zattler telegr...@gmx.net writes: Hi Thorsten, * Thorsten Jolitz tjol...@googlemail.com [24. Jan. 2013]: - after figuring out that I can have full outline functionality in .el files too, the (in my eyes) main advantage of an org-based

Re: [O] full outline functionality in .el files: how?

2013-01-24 Thread Bastien
Hi Thorsten, Thorsten Jolitz tjol...@googlemail.com writes: I just tried it, the org-cyle commands do work in my init.el (in outline-minor-mode), except the global cycling (with one C-u), that one does nothing. But the others (zero Args, or with C-u C-u or C-u C-u C-u) seem to work as

Re: [O] Export of subtree does not include header

2013-01-24 Thread Søren Mikkelsen
John Hendy jw.he...@gmail.com writes: On Fri, Jan 18, 2013 at 4:35 AM, Søren Aagaard Mikkelsen so...@aamikkelsen.dk wrote: I have used orgmode for a while, but hasn't used any of its advanced features that much. I'm currently writing a minutes report and what to export a specific subtree,

Re: [O] BUG: coderef labels not stripped when tangling

2013-01-24 Thread Michael Alan Dorman
Hi, Sebastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Or a feature, with the consequence that you should put those refs as comments (with the appropriate syntax in your language). That is an excellent suggestion for resolving my immediate issue that had not occured to me at all.

Re: [O] org-plus-contrib: Invalid function: org-no-popups

2013-01-24 Thread Bastien
Hi Moritz, Moritz Ulrich mor...@tarn-vedra.de writes: Any hints? Googling just pointed me to a mail thread where removing, restarting Emacs and re-installing the package fixed everything - that doesn't work for me. It's safer not to use GNU ELPA or Org ELPA for installing Org for now. Yes,

Re: [O] Bug: [PATCH] Org-babel: separate #+attr_... for code block and for results block [7.9.3d (release_7.9.3d-834-g60083a.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-01-24 Thread Дядов Васил Стоянов
Hi, I looked into generated html, not result of org-element-property. But you're right: org-element-property works exactly as you say. I'll change the patch to ob-core.el to reflect behavior of org-element-property. With best regards, Vasil Of course not. With: #+attr_html: alt=big image

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-01-24 Thread Bastien
Hi Andreas, Andreas Röhler andreas.roeh...@online.de writes: Okay, I'll dig into. For the moment: assume this code should not be needed, python-mode.el should act that all. But let me have a closer look, Great, thanks a lot! -- Bastien

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-24 Thread Bastien
Hi Viktor, Viktor Rosenfeld listuse...@gmail.com writes: The credit should go to Bernt Hansen. I found it in his org-mode setup. Fixed, thanks! -- Bastien

Re: [O] Bug: [PATCH] Org-babel: separate #+attr_... for code block and for results block [7.9.3d (release_7.9.3d-834-g60083a.dirty @ /home/vdyadov/Work/Tools/emacs/org-mode/lisp/)]

2013-01-24 Thread Bastien
Hi Vasil, vdya...@elvees.com (Дядов Васил Стоянов) writes: I'll change the patch to ob-core.el to reflect behavior of org-element-property. Please fill in the form to assign your copyright to the FSF, otherwise we will not be able to take any patch for Org's core.

Re: [O] escape square brackets to express literal [[]] without link magic?

2013-01-24 Thread Bastien
Hi David, Loyall, David david.loy...@nebraska.gov writes: Does org-mode have an escape mechanism? The new exporter handles links like =[[!img]]= correctly. Download Org: orgmode.org/org-7.9.3d.tar.gz Add the contrib lisp directory: (add-to-list 'load-path ~/org-7.9.3d/lisp/) (add-to-list

Re: [O] Compare a timestamp with existing agenda entries.

2013-01-24 Thread Bastien
Hi Nicolas, Nicolas Richard theonewiththeevill...@yahoo.fr writes: My use case is to ease the process of filling in a doodle. I already wrote a few lines to import the proposed dates of a given doodle into org-mode timestamps (see here: https://gist.github.com/4529894). Atm I have to open

Re: [O] full outline functionality in .el files: how?

2013-01-24 Thread Thorsten Jolitz
Bastien b...@altern.org writes: Hi Bastien, I don't understand what does not work exactly -- can you tell me? ok, I checked more exactly in my init.el in outline-minor-mode: (1) M-x org-cycle on the top-level entries expands the entry one level, and then collapses it again, i.e. cycling

Re: [O] [OT] open url in emacs was: Re: Using Org/babel for Emacs config files

2013-01-24 Thread Andreas Leha
Hi Bastien, Bastien b...@altern.org writes: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Apologies for hijacking this thread. But could someone tell me how to open that link directly in emacs? My try with 'browse-url-emacs' failed. Thanks for answering that OT

Re: [O] footnote placement

2013-01-24 Thread henry atting
Bastien b...@altern.org writes: Hi Henry, henry atting s...@online.de writes: how can I achieve that footnotes are inserted at the end of the top level headline? By default they are inserted at the end after a new headline ``footnotes''. I remember seeing a hack for this, but maybe my

Re: [O] About `open formula'

2013-01-24 Thread Bastien
Hi Xue, Xue Fuqiao xfq.f...@gmail.com writes: In (info (org) Editing and debugging formulas): `TAB (`org-table-fedit-lisp-indent')' Pretty-print or indent Lisp formula at point. When in a line containing a Lisp formula, format the formula according to

[O] Exporting to LaTeX to use it with \input

2013-01-24 Thread Seweryn Kokot
Hi, I would like to have a main text of the document in LaTeX and only some parts as org files (using tables and babel functionality). Then these files I want to export to .tex files and include to the main tex file with \input{myorgfile1}. My question: is it possible to export to LaTeX without

Re: [O] [org2blog] How to add section numbers?

2013-01-24 Thread Wenshan Ren
Bastien writes: Hi, Ren Wen shan renws1...@gmail.com writes: I started to use org2blog for blogging recently and it works great. Just wondering if it is possible to add section numbers like org-export-as-html does. For example, a org file like this: * Generally Not Used ** Except

Re: [O] Bug: Patch for org-docview: make normal links from docview: links on export from org to html [7.9.3d (release_7.9.3d-1-g115bd7 @ /home/vdyadov/Work/Tools/emacs/share/emacs/24.2/lisp/org/)]

2013-01-24 Thread Bastien
vdya...@elvees.com (Дядов Васил Стоянов) writes: Pathch for org-docview.el is attached. I applied a slightly more general version of it: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=6f3cb7 Please add a proper ChangeLog for further patches. Thanks! -- Bastien

[O] Contrib missing from (Cygwin) Emacs

2013-01-24 Thread Sebastien Vauban
Hello, When trying to publish my Web site pages with the most recent Cygwin Emacs[1], I get the following error: --8---cut here---start-8--- Debugger entered--Lisp error: (error Can't find library org) signal(error (Can't find library org)) error(Can't

Re: [O] [OT] open url in emacs was: Re: Using Org/babel for Emacs config files

2013-01-24 Thread Daimrod
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Kyle Machulis k...@nonpolynomial.com writes: https://raw.github.com/eschulte/emacs24-starter-kit/master/starter-kit.org Apologies for hijacking this thread. But could someone tell me how to open that link directly in emacs? My try with

Re: [O] [OT] open url in emacs was: Re: Using Org/babel for Emacs config files

2013-01-24 Thread Bastien
Andreas Leha andreas.l...@med.uni-goettingen.de writes: ^^ that is something I'd not expect to hear when it comes to emacs (when (switch-to-buffer-other-window (url-retrieve-synchronously

Re: [O] BUG: coderef labels not stripped when tangling

2013-01-24 Thread Sebastien Vauban
Michael, Michael Alan Dorman wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Or a feature, with the consequence that you should put those refs as comments (with the appropriate syntax in your language). That is an excellent suggestion for resolving my immediate issue that had not

Re: [O] agenda question about representing items [PATCH]

2013-01-24 Thread Bastien
Hi Arun, Arun Persaud apers...@lbl.gov writes: thanks everyone for the feedback! With it I managed to use the %(expression) in org-agenda-prefix-format to show the breadcrumbs. In case that's useful for other people too, I attached a patch that adds a %b option to org-agenda-prefix-format to

Re: [O] BUG: coderef labels not stripped when tangling

2013-01-24 Thread Bastien
Hi Michael, Michael Alan Dorman mdor...@ironicdesign.com writes: It seems counter-intuitive to me that text that is regarded as meta-information when rendering for presentation is not treated similarly when tangling---a needless mismatch between the two processes. I agree this is a bug, and

Re: [O] full outline functionality in .el files: how?

2013-01-24 Thread Bastien
Oh! Now I understand why we miscommunicate... You checked this link... http://orgmode.org/worg/org-faq.html#sec-5-4 But the webpage was perhaps not up to date and showed this link instead: http://orgmode.org/worg/org-faq.html#sec-5-5 See the first link for my answer to Gregor, which is

Re: [O] Fixes for org-capture-templates-contexts

2013-01-24 Thread Bastien
Hi Paul, Paul Sexton psexton...@gmail.com writes: Below are patches against org.el and org-capture.el. it really helps to send patches with git format-patch, and to add a ChangeLog... at least it speeds up the patch reviewing process for me! Are you sure it works correctly? Yes -- please

Re: [O] How to track down No heading for this item in buffer or region.?

2013-01-24 Thread Gregor Zattler
Hi Bastien, * Bastien b...@altern.org [24. Jan. 2013]: Gregor Zattler telegr...@gmx.net writes: my agenda shows a line: No heading for this item in buffer or region. It means the agenda contains tasks like * TODO with no heading. how should I track down the problematic part of my

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-24 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: It seems that `org-ditaa' and `org-exp-blocks' both expect to find an ../contrib directory. Such is not bundled with Emacs. Isn't the assumption wrong, then or should `contrib' be bundled as well? I

Re: [O] [org2blog] How to add section numbers?

2013-01-24 Thread Bastien
Wenshan Ren renws1...@gmail.com writes: It uses CSS counter-increment property to add section numbers, I want to know if it is possible to make use of labels such as h1 id=sec-1-1. I don't know. I found that blogs generated by org2blog actually contain section numbering information (as the

Re: [O] Editing comments or strings in Org mode

2013-01-24 Thread Samuel Wales
I like the idea a lot. Thanks for posting it. It will help with lists in elisp files. Also wondering about the opposite. What if we could have bidirectional links, and actually use an agenda file for some of the entries instead of keeping the entries in the non-Org file? Samuel -- The Kafka

Re: [O] More decoration for babel output

2013-01-24 Thread Gunnar Wolf
Gunnar Wolf dijo [Wed, Jan 23, 2013 at 11:25:43AM -0600]: When exporting to HTML I always add some extra CSS to my org-mode config, for the purpose of identifying which chunks are input vs. output, and for identifying the language of the code in code chunks. Language is identified by a

Re: [O] Editing comments or strings in Org mode

2013-01-24 Thread François Pinard
Samuel Wales samolog...@gmail.com writes: What if we could have bidirectional links, and actually use an agenda file for some of the entries instead of keeping the entries in the non-Org file? I'm not sure I understand the use case you have in head. Maybe executable links could be helpful to

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-24 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban writes: It seems that `org-ditaa' and `org-exp-blocks' both expect to find an ../contrib directory. Such is not bundled with Emacs. Isn't the assumption wrong, then or should `contrib' be bundled as well? I don't know how Cygwin builds the Emacs

Re: [O] How to track down No heading for this item in buffer or region.?

2013-01-24 Thread Nick Dokos
Gregor Zattler telegr...@gmx.net wrote: When I move the cursor over this lines a message appears in the echo area: byte-code: Before first headline at position 64 in buffer org.org [14 times] The second line of org.org begins at character 64 in the buffer. It's a timestamp:

Re: [O] Still Wishing for Snooze

2013-01-24 Thread Andrew M. Nuxoll
Bastien: I sense that your reply contains the key to the functionality that I want but I find I am unable to figure it out. I'm sorry to bother you further but I would be grateful for a little more direction. My first problem is that C-h is mapped to backspace on my computer. I presume

Re: [O] How to use org-capture with dynamic ID targets?

2013-01-24 Thread Bastien
Hi Darlan, Darlan Cavalcante Moreira darc...@gmail.com writes: everything works as expected and a table in the headline with ID someIDstring is used. However, if I try (f The template description table-line (id some_variable) this is the template content :table-line-pos II-1

Re: [O] How to track down No heading for this item in buffer or region.?

2013-01-24 Thread Nick Dokos
Gregor Zattler telegr...@gmx.net wrote: When I move the cursor over this lines a message appears in the echo area: byte-code: Before first headline at position 64 in buffer org.org [14 times] The second line of org.org begins at character 64 in the buffer. It's a timestamp:

Re: [O] How to track down No heading for this item in buffer or region.?

2013-01-24 Thread Bastien
Gregor Zattler telegr...@gmx.net writes: #Time-stamp: 2013-01-24 16:30:39 grfz Till recently this was no problem since it is a comment line. This is not a comment line, comment lines start with [\t ]*# (note the space after the #). -- Bastien

Re: [O] How to track down No heading for this item in buffer or region.?

2013-01-24 Thread Bastien
Hi Gregor, Gregor Zattler telegr...@gmx.net writes: But alas, the message No heading for this item in buffer or region. still appears two times in my agenda -- for today. The attached patch fixes it. Carsten, was there any special reason for allowing to add an agenda entry before the first

Re: [O] TeX-master: TeX-master is let-bound

2013-01-24 Thread Christopher Schmidt
Christopher Schmidt christop...@ch.ristopher.com writes: The default value it t anyway. The docstring suggests that this variable should be set via file variables. I do not think org-mode should worry about AUCTeX. Ping? The default value of TeX-master is t. Binding a symbol which might be

Re: [O] How to track down No heading for this item in buffer or region.?

2013-01-24 Thread Nick Dokos
Bastien b...@altern.org wrote: Hi Gregor, Gregor Zattler telegr...@gmx.net writes: But alas, the message No heading for this item in buffer or region. still appears two times in my agenda -- for today. The attached patch fixes it. Carsten, was there any special reason for allowing

Re: [O] [OT] open url in emacs was: Re: Using Org/babel for Emacs config files

2013-01-24 Thread Andreas Leha
Hi Bastien, Bastien b...@altern.org writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: ^^ that is something I'd not expect to hear when it comes to emacs (when (switch-to-buffer-other-window (url-retrieve-synchronously

Re: [O] Still Wishing for Snooze

2013-01-24 Thread Marc-Oliver Ihm
Hi Andrew, some time ago I did somethin similar (see below), it works with properties and might come close, to what you want ... best regards, Marc (defun org-date-state (arg) Save away state for current node; with prefix restore for all nodes if time has passed. (interactive P) (if

Re: [O] How to track down No heading for this item in buffer or region.?

2013-01-24 Thread Bastien
Nick Dokos nicholas.do...@hp.com writes: to try to reproduce Rainer's problem, when I first construct the agenda, I get *both* the TODO and the no-heading message: text properties are not active. If I then visit the file (e.g. RET on the TODO item) and construct the agenda again, neither the

Re: [O] new exporter, conditional options according to backend

2013-01-24 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Ezequiel Birman stormwa...@espiga4.com.ar writes: Is it possible to write something like this with the new exporter? #+OPTIONS: (if (and (boundp 'org-export-current-backend) (eq org-export-current-backend 'e-beamer)) H:1

Re: [O] org-plus-contrib: Invalid function: org-no-popups

2013-01-24 Thread Achim Gratz
Moritz Ulrich writes: Any hints? Googling just pointed me to a mail thread where removing, restarting Emacs and re-installing the package fixed everything - that doesn't work for me. You read that wrong. What should work is installing, re-starting Emacs, removing and re-installing the package

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-24 Thread Achim Gratz
Sebastien Vauban writes: - `org-ditaa' and `org-exp-blocks' both expect that directory along where org.el resides No they don't, this is only used as a fallback if they can't find the expected files elsewhere. You need to configure where they should find the JAR files. Regards, Achim. --

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-24 Thread Charles
On 1/24/2013 1:27 PM, Sebastien Vauban wrote: Hi Bastien, Bastien wrote: Sebastien Vauban writes: It seems that `org-ditaa' and `org-exp-blocks' both expect to find an ../contrib directory. Such is not bundled with Emacs. Isn't the assumption wrong, then or should `contrib' be bundled as

Re: [O] Contrib missing from (Cygwin) Emacs

2013-01-24 Thread Bastien
Hi Sébastien, yes, the default `org-ditaa-jar-path' value points to the contrib/ directory, but a wrong value for this variable does prevent publishing a web page -- unless you want to publish ditaa shunk without setting the `org-ditaa-jar-path' correctly. Is it what you did? Best, --

Re: [O] org-plus-contrib: Invalid function: org-no-popups

2013-01-24 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Moritz Ulrich writes: Any hints? Googling just pointed me to a mail thread where removing, restarting Emacs and re-installing the package fixed everything - that doesn't work for me. You read that wrong. What should work is installing, re-starting

Re: [O] Still Wishing for Snooze

2013-01-24 Thread Bastien
Hi Andrew, Andrew M. Nuxoll nux...@up.edu writes: My first problem is that C-h is mapped to backspace on my computer. I presume (C-h v) means view help on a particular item. C-h v is normally bound to `describe-variable'. So you can run this: M-x describe-variable RET

Re: [O] Still Wishing for Snooze

2013-01-24 Thread Andrew M. Nuxoll
Bastien: Thanks for your patience and continued assistance. Here an example scenario that illustrates my problem: Say, at the end of each week I need to sit down and generate a report on my progress to send to the boss. So I have recurring, weekly TODO entry on Friday morning. Well, one

Re: [O] About `open formula'

2013-01-24 Thread Xue Fuqiao
On Thu, 24 Jan 2013 15:43:02 +0100 Bastien b...@altern.org wrote: What does the `open formula' mean? It means in the non-collapsed formula, see the sentence before. Thanks a lot. -- Best regards, Xue Fuqiao. http://www.emacswiki.org/emacs/XueFuqiao

Re: [O] Still Wishing for Snooze

2013-01-24 Thread Eric S Fraga
Andrew M. Nuxoll nux...@up.edu writes: [...] Furthermore, a delayed TODO item should have more urgency since it's been delayed. But creating a copy means i can't do that. When Monday rolls around and it's time to prepare that report it shows up in green text like this in my agenda:

[O] keymap for read-date-minibuffer

2013-01-24 Thread Mark Edgington
Hello all, I recently spent a while figuring out how to add custom-keybindings to the read-date-minibuffer which appears when org-read-date is called. The only way to do it currently is to use the org-read-date-minibuffer-setup hook, and add keybindings to the minibuffer-local-map there. I'm

[O] Bug: org-insert-heading-respect-content inserts at the wrong level if target heading is invisible [7.9.2 (release_7.9.2-883-g6fb36e.dirty @ /home/dlm/share/org-mode.git/lisp/)]

2013-01-24 Thread James Harkins
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] [OT] open url in emacs was: Re: Using Org/babel for Emacs config files

2013-01-24 Thread Jambunathan K
Bastien b...@altern.org writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: ^^ that is something I'd not expect to hear when it comes to emacs (when (switch-to-buffer-other-window (url-retrieve-synchronously

Re: [O] How to track down No heading for this item in buffer or region.?

2013-01-24 Thread Nick Dokos
Bastien b...@altern.org wrote: Nick Dokos nicholas.do...@hp.com writes: to try to reproduce Rainer's problem, when I first construct the agenda, I get *both* the TODO and the no-heading message: text properties are not active. If I then visit the file (e.g. RET on the TODO item) and

Re: [O] org-plus-contrib: Invalid function: org-no-popups

2013-01-24 Thread Achim Gratz
Bastien writes: I already suggested to *not* use ELPA at all for now. I happen to think that this suggestion goes too far (if you think nobody should use OIrg from ELPA, then you'd need to stop making it available there and hopefully we already agreed that this isn't an option). There is

Re: [O] Editing comments or strings in Org mode

2013-01-24 Thread Samuel Wales
Hi Francois, On 1/24/13, François Pinard pin...@iro.umontreal.ca wrote: I'm not sure I understand the use case Your Org in elisp solution allows limited Org functionality in Elisp and other files. You cannot put those files in the agenda, or do many other things that you can do with agenda