[O] Why may some Org regexps be risky when set as buffer-local variables?

2014-03-29 Thread Thorsten Jolitz
Hi List, there are dozens of regexps that are set as buffer-local variables when org-mode is turned on as major-mode, but other regexps are defined and set only once as global variables when e.g. org.el is loaded, and the docstring of these variables often reads like this:

Re: [O] Why may some Org regexps be risky when set as buffer-local variables?

2014-03-29 Thread Thorsten Jolitz
Nick Dokos ndo...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Hi List, there are dozens of regexps that are set as buffer-local variables when org-mode is turned on as major-mode, but other regexps are defined and set only once as global variables when e.g. org.el

Re: [O] in-buffer settings, tags, org-element, org-id. . .

2014-03-31 Thread Thorsten Jolitz
Lawrence Bottorff borg...@gmail.com writes: One task I'd like to have is the ability to embed keywords throughout an org file so that a parser can find and grab these sections. I'm assailed with seemingly many ways: PROPERTIES, org-element, org-id, tags -- most/all of which I have only the

Re: [O] Generate a table of contents without exporting

2014-03-31 Thread Thorsten Jolitz
this ,- | # Created 2014-04-01 Di 00:28 | #+TITLE: tmp7 | #+AUTHOR: Thorsten Jolitz | #+OPTIONS: toc:2 | | * A | ** A1 | ** A2 | | * B | ** B1 | ** B2 | | # Emacs 24.3.1 (Org mode 8.2.5h) `- so unfortunately exporting with toc does not seem to be implemented in ox

Re: [O] Get counting of items

2014-04-01 Thread Thorsten Jolitz
Martin Gross m-gr...@gmx.net writes: Dear helpers, I would like to get a counting of the first level items in a buffer (or even better in a region). Since I‘m not a programmer I tried this, which doesn‘t work: (defun org-items-counting () Print a message with the counting of the first

[O] Possible regexp bug in org.el

2014-04-01 Thread Thorsten Jolitz
Hi List, here is a possible regexp bug in org.el I discovered by accident: ,- | 7734: (and (not (looking-back ^\*+)) `- #+begin_src emacs-lisp (and (not (looking-back ^\*+)) ; missing backslash?

Re: [O] Controlling example block export?

2014-04-01 Thread Thorsten Jolitz
Heikki Lehvaslaiho heikki.lehvasla...@gmail.com writes: I am using example blocks as inline notes where I paste snippets of (pre-formatted) text. I'd like to be able to control the exporting of those block individually (per document would also be useful). I do not seem to be able to find

Re: [O] Controlling example block export?

2014-04-01 Thread Thorsten Jolitz
Heikki Lehvaslaiho heikki.lehvasla...@gmail.com writes: Unless someone beats me to it, I'll write it one day. :) What about: #+begin_src emacs-lisp (defun tj/toggle-example-and-comment-blocks () Toggle example and comment blocks in current buffer. (interactive) (org-block-map

Re: [O] Controlling example block export?

2014-04-01 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: Heikki Lehvaslaiho heikki.lehvasla...@gmail.com writes: Unless someone beats me to it, I'll write it one day. :) What about: #+begin_src emacs-lisp (defun tj/toggle-example-and-comment-blocks () Toggle example and comment blocks in current

[O] Creating changelog with magit

2014-04-01 Thread Thorsten Jolitz
Hi List, reading this , | http://orgmode.org/worg/org-contribute.html ` I find: ,--- | If you are using magit.el in Emacs, the ChangeLog for

Re: [O] So many reading on gmane?

2014-04-03 Thread Thorsten Jolitz
Rainer M Krug rai...@krugs.de writes: This seems very strange - but it is the fact that gmane seems to be not available the reason why this list is so quiet today Definitely. Life without gmane is possible but does not really make sense ... -- cheers, Thorsten

Re: [O] Creating changelog with magit

2014-04-03 Thread Thorsten Jolitz
Florian Beck f...@miszellen.de writes: Thorsten Jolitz tjol...@gmail.com writes: I get a meager ,--- | | * org.el: | | # comment text | `--- You get this when you are on the file that has changed. Press TAB (magit-toggle-section) and you see

Re: [O] use # instead of * to signal different levels of headlines? is it possible?

2014-04-04 Thread Thorsten Jolitz
Josiah Schwab jsch...@gmail.com writes: On Apr 4, 2014, at 3:34 PM, isaac wrote: As a heavy user of orgmode, I am wondering if it's possible to use # instead of * to signal the level of outline in orgmode? No. See http://orgmode.org/worg/org-faq.html#sec-8-12 Yes. Use outshine.el with

Re: [O] What are most users worldview of org-mode's data model?

2014-04-05 Thread Thorsten Jolitz
Nick Dokos ndo...@gmail.com writes: Grant Rettke g...@wisdomandwonder.com writes: 2. Are there any brokering functions between the org file and a SEXP? org-element.el Those '-map' functions are very useful and powerful too: C-h f org--map TAB

Re: [O] use # instead of * to signal different levels of headlines? is it possible?

2014-04-05 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: For editing the property-drawer of the first headline in full Org-mode, use outorg.el. This is how the *outorg-edit-buffer* looks after doing C-u M-# M-# (outorg-edit-as-org) on the first headline (to convert and edit only the subtree at point, use

Re: [O] sending emails from org

2014-04-07 Thread Thorsten Jolitz
suffices to attach the ASCII version of the email. #+begin_src emacs-lisp :results value (org-export-as 'ascii) #+end_src #+results: ___ Thorsten Jolitz tjol...@gmail.com

Re: [O] Add-on: Github Flavored Markdown exporter

2014-04-07 Thread Thorsten Jolitz
with ascii-export): ### * outorg.el --- Org-style comment editing Author: Thorsten Jolitz tjolitz AT gmail DOT com Version: 1.0 URL: https://github.com/tj64/outorg ** MetaData :PROPERTIES: :copyright: Thorsten Jolitz :copyright

Re: [O] Maintainer change on May 1st

2014-04-08 Thread Thorsten Jolitz
Rainer M Krug rai...@krugs.de writes: Carsten Dominik carsten.domi...@gmail.com writes: per May 1st, I would like to swing the official maintainership back to Bastien, who has agreed to this change. To make this overwhelming majority not to silent, I have no objections at all. Thanks for

[O] [BUG] 'Args out of range' when exporting with reboxes

2014-04-08 Thread Thorsten Jolitz
to the rebox above, and the output does not look that great either. #+begin_src emacs-lisp :results value replace (org-export-as 'ascii) #+end_src #+results: _ 697 Thorsten Jolitz

Re: [O] Add-on: Github Flavored Markdown exporter

2014-04-08 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: Lars Tveito larst...@student.matnat.uio.no writes: Hi! I have written an exporter for Github Flavored Markdown, which is a derived back-end from the Markdown (vanilla) exporter. It adds Github-style src-blocks, strike-through and table of contents

Re: [O] Tangling Bernt Hansen's Org-Mode.Org file..?

2014-04-08 Thread Thorsten Jolitz
jdavidb...@adboyd.com (J. David Boyd) writes: David Masterson dsmaster...@gmail.com writes: ...I then pulled down Bernt Hansen's Org-Mode.org file (amazing piece of work!!) and ran C-c C-v C-t on it to tangle it (is that the right verb?). The first time I did this, I get an error about

Re: [O] [BUG] 'Args out of range' when exporting with reboxes

2014-04-08 Thread Thorsten Jolitz
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Thorsten Jolitz tjol...@gmail.com writes: I like to use rebox2 and put boxes in emails and source-file comment-sections, but when I use outorg on such an message-mode or elisp buffer and try to export it, I always get 'Args out of range

[O] [Exporter] Keep formatting or non-org comment-section when exporting?

2014-04-08 Thread Thorsten Jolitz
not cause any problems for editing, since outorg/org-mode treats them like normal text, but formatting is lost when exporting: , | Thorsten Jolitz tjol...@gmail.com writes: | | I like to use rebox2 and put boxes

Re: [O] Add-on: Github Flavored Markdown exporter

2014-04-09 Thread Thorsten Jolitz
Lars Tveito larst...@student.matnat.uio.no writes: Hi, thanks for checking it out! Getting it to work with source-blocks was the feature I missed the most from the vanilla markdown exporter. If you specify a language in the source-block it will be added to the exported version as well; a

[O] Override global export-option prop:t

2014-04-09 Thread Thorsten Jolitz
to ,--- | tmp2 | | Table of Contents | | * 1. A | * 2. B | | 1 A | | EXPORT_OPTIONS: prop:nil | | C | | 2 B | | DESCRIPTION: Headline B | | D | | Author: Thorsten Jolitz | | Created: 2014-04-09 Mi 22:44 | | Emacs 24.3.1 (Org mode 8.2.5h) | | Validate

[O] [BUG] in ox-org.el?

2014-04-09 Thread Thorsten Jolitz
| #+AUTHOR: Thorsten Jolitz | * A | | ** A1 | | text | * B | | ** B1 | | more text | * C | | ** C1 | | even more text | | # Emacs 24.3.1 (Org mode 8.2.5h) `- i.e. leading or trailing empty lines are treated differently. This looks strange in real documents

Re: [O] Override global export-option prop:t

2014-04-09 Thread Thorsten Jolitz
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Thorsten Jolitz tjol...@gmail.com writes: This minimal Org buffer tmp2 , | #+OPTIONS: prop:t | | * A | :PROPERTIES: | :EXPORT_OPTIONS: prop:nil | :END: | | C | | * B | :PROPERTIES

[O] [ANN] org-watchdoc.el --- Watchdog for exported Org-mode trees

2014-04-09 Thread Thorsten Jolitz
. __ ORG-WATCHDOC Thorsten Jolitz tjolitz at gmail dot com __ 2014-04-09 Mi Table of Contents _ 1 org

[O] [RFC] Org Minor Mode?

2014-04-10 Thread Thorsten Jolitz
Hi List, I cite from a recent thread on Emacs Help: #+begin_quote Right, I'm very much convinced that the power of Org-mode could be unleashed in a true org-minor-mode that works in the comment-sections of programming major-modes. [...] The major flaw of Org-mode that inhibits its use as

Re: [O] [RFC] Org Minor Mode?

2014-04-13 Thread Thorsten Jolitz
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Thorsten Jolitz tjol...@gmail.com writes: What do you think - is there any chance that Org-mode switches from static hardcoded regexp strings (all over the place) to dynamic regexps calculated at runtime (using libraries like drx.el

Re: [O] [RFC] Org Minor Mode?

2014-04-13 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Thorsten, Nicolas Goaziou n.goaz...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: What do you think - is there any chance that Org-mode switches from static hardcoded regexp strings (all over the place) to dynamic regexps calculated

Re: [O] [RFC] Org Minor Mode?

2014-04-13 Thread Thorsten Jolitz
Richard Lawrence richard.lawre...@berkeley.edu writes: Hi Richard, Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: What do you think - is there any chance that Org-mode switches from static hardcoded regexp strings (all

Re: [O] Fast Access to TODO States without C-t

2014-04-15 Thread Thorsten Jolitz
Greg Troxel g...@ir.bbn.com writes: Esben Stien b...@esben-stien.name writes: I'm trying to figure out how to bind fast access to TODO states, without using C-t. The reason is that I have C-t as escape code for my screen session. This isn't what you asked, but I would suggest changing

Re: [O] Strings inside code blocks

2014-04-16 Thread Thorsten Jolitz
Rustom Mody rustompm...@gmail.com writes: I want to put a string-literal inside an inline code-block Neither ~Hello World~ nor =Hello World= seem to work If it cant be done then I need an html specific solution; I'd prefer a generic one though. This ,-- | *

Re: [O] noninteractive use of org-export

2014-04-16 Thread Thorsten Jolitz
Julien Cubizolles j.cubizol...@free.fr writes: How can I use org-beamer-export-to-pdf for example for an org file that the current buffer isn't visiting? My setup is the following : I have two org files cours-beamer.org and cours-notes.org each containing different +LATEX_CLASS and

Re: [O] Strings inside code blocks

2014-04-16 Thread Thorsten Jolitz
Rustom Mody rustompm...@gmail.com writes: Thorsten Jolitz wrote: This ,-- | * 1st Level | src_emacs-lisp{Hello World} `-- renders this... does not seem to work for me. Some requirements I need

Re: [O] Counting number of children under heading

2014-04-17 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Marvin, Marvin Doyley marvin...@gmail.com writes: I would like to automatically count the number of children under a given heading. For example, I would like to have * Cars (2) ** BMW ** Escort There is no such feature in Org, but I seem to remember

Re: [O] How do I chain babel blocks with arguments?

2014-04-17 Thread Thorsten Jolitz
Alan Schmitt alan.schm...@polytechnique.org writes: #+name:test2 #+begin_src emacs-lisp :var z=bar (let ((y (org-sbe test1 (x (intern z) y) #+end_src Thank you for the suggestion, but it returns a symbol and not the string. In the more complex setting I'm playing with I need a

Re: [O] Counting number of children under heading

2014-04-17 Thread Thorsten Jolitz
Eric Abrahamsen e...@ericabrahamsen.net writes: I could have sworn someone posted a thing for this just a week or two ago, using `org-map-entries' and the identity function, and counting the results. Ups, that was me ... forgot about it ;) #+begin_quote From: Martin Gross m-gr...@gmx.net

Re: [O] babel and long-running computations

2014-04-17 Thread Thorsten Jolitz
Christoph Groth christ...@grothesque.org writes: I’d love to hear about any frameworks or workflows that fulfill these requirements. here is a link about that topic: ,--- | http://draketo.de/english/emacs/parallel-babel

Re: [O] copying a folded task expands when pasting

2014-04-17 Thread Thorsten Jolitz
jdavidb...@adboyd.com (J. David Boyd) writes: Is there anyway to turn this off. I keep my tasks folded, mostly, except for the current one I am working on. Prior to archiving, when I've marked them DONE, I move them to the bottom of the file they are in. So, I C-w on a folded DONE task,

Re: [O] Counting number of children under heading

2014-04-17 Thread Thorsten Jolitz
Marvin Doyley marvin...@gmail.com writes: Hi Thorsten, Your hidden line cookie is what I am looking for. If I understand it I should do the following * Fruits [# ] ** Apples ** Pears M-x org-hlc-toggle-hidden-lines-cookies ? When ever I do this I get the following error Symbol’s

Re: [O] emacs regex work done within literate org-mode?

2014-04-17 Thread Thorsten Jolitz
Lawrence Bottorff borg...@gmail.com writes: A while back I declared war against what I call tunneling i.e., the typical programmer practice of just working along on something without making any sort of notes or comments . . . When learning about

Re: [O] [RFC] Org Minor Mode?

2014-04-18 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Thorsten Jolitz tjol...@gmail.com writes: That means that Org headlines are much more 'intelligent' than outline headlines (they know about todos, priorities, tags, timestamps, properties, planning, clocking, being archived etc.) and one could have that kind

Re: [O] [RFC] Org Minor Mode?

2014-04-19 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Bastien, Thorsten Jolitz tjol...@gmail.com writes: The real value and innovation of a true org-minor-mode would be to introduce Org's intelligent headlines and all the related functionality into the world of outcommented text in programming modes. Yes. We

Re: [O] [RFC] Org Minor Mode?

2014-04-19 Thread Thorsten Jolitz
the comment-syntax involved ... On 4/11/14, Richard Lawrence richard.lawre...@berkeley.edu wrote: Hi Thorsten, Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: What do you think - is there any chance that Org-mode switches

Re: [O] [RFC] Org Minor Mode?

2014-04-25 Thread Thorsten Jolitz
Ilya Shlyakhter ilya_...@alum.mit.edu writes: Hi Ilya, On 4/10/2014 3:19 PM, Nicolas Goaziou wrote: I don't see why you would need the full power of Org-mode (whatever that means) in mere comments. There are actually many uses, especially if it becomes possible to treat language elements

Re: [O] [RFC] Org Minor Mode?

2014-04-25 Thread Thorsten Jolitz
Ilya Shlyakhter ilya_...@alum.mit.edu writes: On 4/19/2014 8:57 AM, Bastien wrote: Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: In summary, its about: 1. generalize the regexp constants and vars (allow for comment-syntax, when org-minor-mode) 2. deal with hardcoded

Re: [O] org-review-schedule

2014-04-26 Thread Thorsten Jolitz
Alan Schmitt alan.schm...@polytechnique.org writes: Hi Nicolas, I've changed all of these, and I will keep testing it over the next few days. I have one question remaining, though. On 2014-04-25 08:51, Nicolas Goaziou n.goaz...@gmail.com writes: (if (time-less-p nt (current-time))

Re: [O] Update from exported agendas?

2014-04-27 Thread Thorsten Jolitz
Chris Poole li...@chrispoole.com writes: Hi, I export my agenda custom views to plain text, so I can check things off as I go (without access to Emacs). I use `(org-agenda-prefix-format [ ] )` so I can easily add an X with my text editor on my phone. Is there any way to have this update

Re: [O] Update from exported agendas?

2014-04-27 Thread Thorsten Jolitz
). To achieve what you want you should probably use Org-mobile or install Emacs/Org-mode on all your devices and then sync via dropbox or git or so. On Sun, Apr 27, 2014 at 12:16 PM, Thorsten Jolitz tjol...@gmail.com wrote: Chris Poole li...@chrispoole.com writes: Hi, I

Re: [O] Folding in iESS R buffer

2014-05-27 Thread Thorsten Jolitz
Rainer M Krug rai...@krugs.de writes: Hi Rainer, sorry for the late reply, I was offline some time. I have modified the variable transfer in ob-R.el so that the variable transfer code is enclosed as can be seen below. My idea is that I can fold the R output so that the variable transfer is

Re: [O] Writing .el files for org in org?

2014-05-27 Thread Thorsten Jolitz
Rainer M Krug rai...@krugs.de writes: Hi Rainer, But as I am struggling with elisp, I would like to put the ob-R.el file into an org file which is then tangled into the ob-R.el file. again, this is the main use case for outshine outorg. They work with old-school and outshine (=

Re: [O] org-edit-src-code outside of org

2014-05-27 Thread Thorsten Jolitz
source-block directly in the outorg-edit-buffer: #+begin_src emacs-lisp (org-export-as 'ascii) #+end_src #+results: _ 745 Thorsten Jolitz _ Table

Re: [O] [RFC] Org Minor Mode?

2014-05-27 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Bastien, Thorsten Jolitz tjol...@gmail.com writes: So I would rather have a clear picture of the 'political situation' wrt to org-minor-mode and some technical discussion first. But anyway, I will not have time to work on this again before June. I for one

Re: [O] Folding in iESS R buffer

2014-05-27 Thread Thorsten Jolitz
Rainer M Krug rai...@krugs.de writes: Rainer M Krug rai...@krugs.de writes: Thorsten Jolitz tjol...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Hi Rainer, sorry for the late reply, I was offline some time. No problem. I have modified the variable transfer in ob-R.el so

Re: [O] Folding in iESS R buffer

2014-05-27 Thread Thorsten Jolitz
Rainer M Krug rai...@krugs.de writes: I changed it in the buffer, so that it now reads: , | | ## * Variable Transfer from org | ## | ## org:variables environment created and in search path |

Re: [O] [RFC] Org Minor Mode?

2014-05-28 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Bastien, Thorsten Jolitz tjol...@gmail.com writes: I for one need to have a clearer picture of what such a minor mode would really do, without getting prematurily lost in the details of possible implementations. Its just a better and smarter outshine-mode

Re: [O] move org line to next superior level

2014-05-29 Thread Thorsten Jolitz
Uwe Ziegenhagen ziegenha...@gmail.com writes: Hi, is there a way to move a specific org mode item across its superior level via shortcut? In the following example I'd like to move the line via shortcut below the '' line. * aaa ** TODO * bbb ** TODO As addon it

Re: [O] [RFC] Org Minor Mode?

2014-05-29 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Bastien, Thorsten Jolitz tjol...@gmail.com writes: Thats currently possible with outorg.el, M-# M-# on a outshine subtree or buffer is just the reverse of C-c ' on a source-block - it offers the subtree of buffer in a temporary *outorg-edit-buffer* in full

Re: [O] move org line to next superior level

2014-05-29 Thread Thorsten Jolitz
Uwe Ziegenhagen ziegenha...@gmail.com writes: Eric Abrahamsen eric at ericabrahamsen.net writes: Thorsten Jolitz tjolitz at gmail.com writes: Isn't it a feature of Org-mode that tasks can be added anywhere without giving a thought in the agenda files, letting the agenda itself sort

Re: [O] [RFC] Org Minor Mode?

2014-05-30 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Bastien, Thorsten Jolitz tjol...@gmail.com writes: This is quite low level and I haven't done anything on this level yet, but it might be a way to stick with performant constant regexp strings, but make them more general. That's an idea -- but the one I

Re: [O] move org line to next superior level

2014-05-30 Thread Thorsten Jolitz
Uwe Ziegenhagen ziegenha...@gmail.com writes: Thorsten Jolitz tjolitz at gmail.com writes: #+begin_src emacs-lisp (defun tj/move-entry-to-next-day () Move entry at point to next parent and tag it. (unless (org-on-heading-p) (outline-previous-heading)) (org-mark

Re: [O] [RFC] Org Minor Mode?

2014-05-30 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Bastien, Thorsten Jolitz tjol...@gmail.com writes: One problem is that more and more Org functions seems to get redefined in terms of the new parser functionality, and obviously then can't be used anymore outside org-mode. That's not a problem if we follow

Re: [O] [RFC] Org Minor Mode?

2014-05-30 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Bastien, Thorsten Jolitz tjol...@gmail.com writes: What will be copied to the temp-buffer? Only the comment-section at point? The subtree at point? The (outcommented) element at point? Won't some Org functions fail without the subtree/buffer context? What

Re: [O] [RFC] Org Minor Mode?

2014-05-30 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Bastien, Thorsten Jolitz tjol...@gmail.com writes: So maybe I should stop insisting on an org-minor-mode, because outshine and outorg together already do the trick? Indeed! (Do you have a screencast demonstrating this? It's all a bit abstract when put

Re: [O] How to find the headline matching a string

2014-05-31 Thread Thorsten Jolitz
Chris Poole li...@chrispoole.com writes: Eric Abrahamsen: the `org-map-entries' function can be given a scope of 'agenda That worked perfectly, thanks. Here's what I ended up with: (org-map-entries (lambda () (when (equal title (org-get-heading t t)) (org-entry-put (point) TODO DONE)))

Re: [O] Remove the build-in orgmode

2014-06-02 Thread Thorsten Jolitz
Shiyuan gshy2...@gmail.com writes: Hi, I updated Org-mode from ELPA. If I start emacs normally, M-x org-version does show the new version(8.2.6). But if I start emacs with -Q, emacs will still run the built-in version(7.9.3). This is not convenient for debugging purpose. Is there anyway to

Re: [O] How to find the headline matching a string

2014-06-03 Thread Thorsten Jolitz
Eric Abrahamsen e...@ericabrahamsen.net writes: Thorsten Jolitz tjol...@gmail.com writes: Chris Poole li...@chrispoole.com writes: Eric Abrahamsen: the `org-map-entries' function can be given a scope of 'agenda That worked perfectly, thanks. Here's what I ended up with: (org-map-entries

[O] org-agenda-mode: Symbol's value as variable is void: org-agenda-archives-mode

2014-06-03 Thread Thorsten Jolitz
Hi List, after updating yesterday to #+begin_src emacs-lisp (call-interactively 'org-version) #+end_src #+results: : Org-mode version 8.2.6 (release_8.2.6-1123-g024a05 @ /usr/share/emacs/24.3/lisp/org/lisp/) I got this error when opening the agenda today:

Re: [O] org-agenda-mode: Symbol's value as variable is void: org-agenda-archives-mode

2014-06-03 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Bastien, Thorsten Jolitz tjol...@gmail.com writes: Is this a bug/regression or a personnal setup thing? Probably something in your setup. yes, apparently, Can you try emacs -l ~/minimal.el with minimal.el containing something like (add-to-list

Re: [O] How to find the headline matching a string

2014-06-04 Thread Thorsten Jolitz
Eric Abrahamsen e...@ericabrahamsen.net writes: Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: I guess it shouldn't be too surprising -- the org element stuff is completely parsing the entire buffer on every pass. The other function

Re: [O] Babel Clojure example problems

2014-06-05 Thread Thorsten Jolitz
Lawrence Bottorff borg...@gmail.com writes: I'm having trouble following the example page on babel and clojure ( http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-clojure.html ). I believe I've done everything correctly, the first example works: all 3 blocks work fine for me

Re: [O] Babel Clojure example problems

2014-06-05 Thread Thorsten Jolitz
Lawrence Bottorff borg...@gmail.com writes: I guess the question comes down to, Do I need to install ob-clojure.el and if so, what's the best way? ELPA doesn't have it. But then my (require 'ob-clojure) doesn't seem to throw an error. . . . why? for me its right there in /org-mode/lisp

Re: [O] Feature request: creating separate tables on same rows

2014-06-05 Thread Thorsten Jolitz
Aldric Giacomoni trev...@gmail.com writes: I'd like to be able to create multiple tables on the same rows, like such: | Group | Name | | Something | Else | |--+--| |-+- --| | 1 | foo | | Yes | No | |--+--| |-+---|

Re: [O] Remove the build-in orgmode

2014-06-06 Thread Thorsten Jolitz
Achim Gratz strom...@nexgo.de writes: Nick Dokos writes: I did that in the past (presumably for reasons similar to Thorsten's) and I don't bother any longer (overriding is simple enough as you point out), but the question still bugs me: what's so bad about it? The reason it is bad is that

Re: [O] Dired-like agenda

2014-06-07 Thread Thorsten Jolitz
Samuel Wales samolog...@gmail.com writes: Here is a brainstorm/RFC/FR. It is not entirely worked out, but it gives the flavor. The idea is to make Org agenda act more like Dired for consistency. Comments? sounds definitely interesting, especially with the same keybindings like in dired

[O] [BUG] org-log-note-how defined twice in org.el

2014-06-07 Thread Thorsten Jolitz
Hi List, I assume this shouldn't be the case (in org.el): , | 13097:(defvar org-log-note-how) | 13496:(defvar org-log-note-how nil) ` -- cheers, Thorsten

[O] Control flow in org-todo drives me crazy

2014-06-07 Thread Thorsten Jolitz
Hi List, assume I call `org-todo' with this in my init.el: , | (setq org-todo-keywords | (quote |((sequence TODO(t) NEXT(n) | DONE(d!/!)) | (sequence | WAITING(w@/!) HOLD(h@/!) | | CANCELLED(c@/!)

Re: [O] Is s TAB supposed to expand into upper case #+BEGIN_SRC?

2014-06-07 Thread Thorsten Jolitz
Grant Rettke g...@wisdomandwonder.com writes: Hi, When I type s TAB it is expanded into #+BEGIN_SRC #+END_SRC Is supposed to expand into upper case letters? you can customize org-structure-template-alist, e.g.:

Re: [O] Is s TAB supposed to expand into upper case #+BEGIN_SRC?

2014-06-07 Thread Thorsten Jolitz
Grant Rettke g...@wisdomandwonder.com writes: #+BEGIN_SRC #+END_SRC Is supposed to expand into upper case letters? or put this in your init.el: #+BEGIN_SRC emacs-lisp (setq org-structure-template-alist (quote ((s #+begin_src ?\n\n#+end_src src lang=\?\\n\n/src)

Re: [O] org-table: missing vertical boundary when exported

2014-06-07 Thread Thorsten Jolitz
| +---+ Footnotes: ^1 DEFINITION NOT FOUND. Author: Thorsten Jolitz Created: 2014-06-07 Sa 23:38 Emacs 24.3.1 (Org mode 8.2.6) Validate -- cheers, Thorsten

Re: [O] org-table: missing vertical boundary when exported

2014-06-07 Thread Thorsten Jolitz
N4 sqrt(n) sqrt1(N) 1 1 1 1 1 1 2 4 8 16 1.4142 1.1892 3 9 27 81 1.7321 1.3161 Footnotes: 1 DEFINITION NOT FOUND. Author: Thorsten Jolitz Created: 2014-06-07 Sa 23:38 Emacs 24.3.1 (Org mode 8.2.6) Validate -- cheers, Thorsten

Re: [O] How to create non-inheritable properties?

2014-06-08 Thread Thorsten Jolitz
Grant Rettke g...@wisdomandwonder.com writes: Hi, My org file has a lot of text in it. It really needs to be in the same file though, so it is a big file. When I org-babel-tangle, I would like to speed it up as it takes 8 minutes. 8 minutes? wow ... when I convert my former big init.el

Re: [O] Is s TAB supposed to expand into upper case #+BEGIN_SRC?

2014-06-08 Thread Thorsten Jolitz
, IEEE, SIAM, Sigma Xi g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson On Sat, Jun 7, 2014 at 3:39 PM, Thorsten

Re: [O] Stopping done/cancelled from showing in agenda view?

2014-06-09 Thread Thorsten Jolitz
Sharon Kimble boudic...@skimble.plus.com writes: This is probably an easy one to answer, but I can't even think of how to query google with it. And I can't see how to do it in the org manual either! But, how do you stop a done, or cancelled item from appearing in the agenda view please? Is

Re: [O] Alternative to arrow keys (more ergonomic)?

2014-06-12 Thread Thorsten Jolitz
jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes: Hi, I have the (totally useless) CapsLock key of my keyboard remapped to Hyper, which allows me to use an extra modifier for emacs commands. For your case after you have a Hyper key you could make your own arrow keys without your

Re: [O] Alternative to arrow keys (more ergonomic)?

2014-06-12 Thread Thorsten Jolitz
jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes: Thorsten Jolitz tjol...@gmail.com writes: Just out of curiosity - did you try this on the console (without X) too? Xmodmap does not work without X, at least I suppose that is what the X stands for =) I know, thats why I asked

Re: [O] proposal to have ignoreheading tags/properties

2014-06-12 Thread Thorsten Jolitz
Mark Edgington edgi...@gmail.com writes: In using org-mode, there is one problem that has always irked me (and is apparently also closely related to the FAQ How do I ignore a headline?). When I am writing something, I sometimes want to group things by concept or by work to be done, or any

Re: [O] proposal to have ignoreheading tags/properties

2014-06-12 Thread Thorsten Jolitz
Ken Mankoff mank...@gmail.com writes: Another common (for me) example is to have a heading called * Appendix in a paper, and then the LaTeX \appendix command. The Org heading is just for me. It should not be exported. All headings below the \appendix command are Org sub-sections but should be

Re: [O] World Cup 2014 Schedule for Org-mode

2014-06-13 Thread Thorsten Jolitz
briangpowell . briangpowel...@gmail.com writes: Brazil - Croatia: 3-1 Feel free to correct mistakes and add match results! Well, Fred did some play-acting and a dive in the box--this is more accurate: Brazil - Croatia: 2-1 ;-) Even this is not accurate, because without that penalty the

Re: [O] World Cup 2014 Schedule for Org-mode

2014-06-13 Thread Thorsten Jolitz
Brian van den Broek brian.van.den.br...@gmail.com writes: On Jun 13, 2014 8:44 AM, Thorsten Jolitz tjol...@gmail.com wrote: Even this is not accurate, because without that penalty the game might have taken a completely different direction. Maybe change it to Brazil+Referee vs Croatia: 3-1

Re: [O] proposal to have ignoreheading tags/properties

2014-06-13 Thread Thorsten Jolitz
Rasmus ras...@gmx.us writes: Thorsten Jolitz tjol...@gmail.com writes: Ken Mankoff mank...@gmail.com writes: Another common (for me) example is to have a heading called * Appendix in a paper, and then the LaTeX \appendix command. The Org heading is just for me. It should not be exported

Re: [O] org-weather for openweathermap.org

2014-06-14 Thread Thorsten Jolitz
Chris Raschl c...@kautsig.org writes: Hi everybody, recently I wanted to add a weather forecast to my org-agenda. I found org-google-weather, but this package is obsolete since 2012, because the API is not available any more. So I wrote my own version which is backed by the

Re: [O] org-weather for openweathermap.org

2014-06-15 Thread Thorsten Jolitz
Chris Raschl c...@kautsig.org writes: Hi Chris, first of all, thanks for your suggestions, I really appreciate it. thanks to you for this nice library I improved result processing a little bit and added a formatting string (org-weather-format). You can now also add different temperature

Re: [O] How do disallow editing of source blocks while inside of org-mode?

2014-06-15 Thread Thorsten Jolitz
Grant Rettke g...@wisdomandwonder.com writes: Hi, Where might I set out exploring how to implement such a thing if it does not? My first thought is to see if an edit is occurring within a source block that has a language immediately to jump to the buffer that C-' would have created for me.

Re: [O] Link to Top Most Heading

2014-06-16 Thread Thorsten Jolitz
Esben Stien b...@esben-stien.name writes: I'm trying to figure out how I can get a link to the top most heading without actually moving point up there and doing C-c C-l. Is there some function to do that? If I try using the function outline-previous-heading, how can I know when I've

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Thorsten Jolitz
Chris Raschl c...@kautsig.org writes: Hi, I made a little table comparing Beaufort and m/s with data from Deutscher Wetterdienst, text is in German therefore, but the numbers are not fortunately, so the table might be usefull for others too (after deleting the text columns). * Windwarnskala

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Thorsten Jolitz
Ian Barton li...@wilkesley.net writes: On 15/06/14 12:54, Thorsten Jolitz wrote: Not sure though if this data (except the moon phase) is as universally and easily available as the data you display Sunset and rise would be interesting too of course. You can get sunrise and sunset

Re: [O] helm and org-refile

2014-06-17 Thread Thorsten Jolitz
Eric Abrahamsen e...@ericabrahamsen.net writes: Hi I just started using helm, with some ambivalence. Turning on helm mode stompled all over my emacs, but for just that reason I suppose it might be worth trading my ido muscle memory for helm muscle memory. helm is truly amazing and

  1   2   3   4   5   6   7   8   9   >