Re: [O] Parser - which values are possible for `archivedp'?

2014-03-04 Thread Thorsten Jolitz
Nick Dokos writes: > Thorsten Jolitz writes: > >>> > So if non-nil, it will be a list of tags, starting with the >>> value of >>> > org-archive-tag. AFAICT, the rest of the tags can be arbitrary. >>> >>>

Re: [O] org-element-context doesn't parse consistently link with spaces

2014-03-05 Thread Thorsten Jolitz
eractively 'org-version) #+end_src #+results: : Org-mode version 8.2.5g (release_8.2.5g-564-ge45d13 @ /usr/share/emacs/24.3/lisp/org/lisp/) instead of #+begin_src emacs-lisp (org-version) #+end_src #+results: : 8.2.5g -- cheers, Thorsten

[O] `org-cycle-hook' vs `outline-view-change-hook'

2014-03-08 Thread Thorsten Jolitz
Or should it work even for bigger files and there must be an error on my side (e.g. in loops/recursions)? I'm not sure how powerful Emacs is w.r.t. this, i.e. how easy it is to bring it to the its limits with such a hook that is triggered all the time. -- cheers, Thorsten

[O] Inactive timestamps in planning types?

2014-03-10 Thread Thorsten Jolitz
Hi List, can inactive timestamps appear in - title-stamps (the timestamps attached to headlines) - planning types like deadline, scheduled and closed ? It does not seem to make much sense to me, but maybe I'm overlooking something. -- cheers, Thorsten

Re: [O] Org-Mode and Task Dependencies

2014-03-10 Thread Thorsten Jolitz
p in Org-Mode? have a look here: http://orgmode.org/manual/TODO-dependencies.html -- cheers, Thorsten

Re: [O] mark parent of current heading

2014-03-12 Thread Thorsten Jolitz
ou are probably looking for something more sophisticated, but this (untested) snippet should do the job when you are on a subheadline: #+begin_src emacs-lisp (save-excursion (org-up-element) (org-mark-subtree))) #+end_src -- cheers, Thorsten

[O] M-: (org-display-outline-path) doesn't work correctly

2014-03-12 Thread Thorsten Jolitz
g is never used? Or do I simply miss something important here? -- cheers, Thorsten

Re: [O] M-: (org-display-outline-path) doesn't work correctly

2014-03-12 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz writes: > >> How is this function supposed to be called from another program? Why >> does it have (interactive "P") if the prefix arg is never used? Or do I >> simply miss something important here? > > I th

[O] [FYI] Outshine can now do Tags and Todo's and more ...

2014-03-12 Thread Thorsten Jolitz
things don't work out of the box right now, since I just started to code this today, but with time there will be hacks and fixes that will enable more and more Org-functionality in outshine buffers. -- cheers, Thorsten

Re: [O] M-: (org-display-outline-path) doesn't work correctly

2014-03-12 Thread Thorsten Jolitz
Bastien writes: > Thorsten Jolitz writes: > >> both print this in the message buffer >> >> ,-- >> | byte-code: End of buffer >> | #("1st level" 0 9 (face org-level-1)) >> `--

Re: [O] M-: (org-display-outline-path) doesn't work correctly

2014-03-12 Thread Thorsten Jolitz
Bastien writes: > Thorsten Jolitz writes: > >> ,- >> | M-: (callOrgDisplay) >> `- >> >> with point on the second level headline shows that internal string >> representation. Only if I make `callOrgDisplay'

Re: [O] Is anyone spending money for Org-mode?

2014-03-12 Thread Thorsten Jolitz
ted to Org, because this does not feel right anymore. > > > We used to have to pay for webhosting (which was generously donated by > > Jason), but dreamhost is hosting us now for free. Therefore i am > > not aware > > of any costs beyond the $15/yr I am paying for the domain. Please > > let me > > know if you know a good way to spend donations at this moment. -- cheers, Thorsten

[O] [RFC] Association list between major-mode-names and babel identifiers

2014-03-12 Thread Thorsten Jolitz
| | | |+++-+--| Thanks in advance for every contribution. -- cheers, Thorsten

Re: [O] [RFC] Association list between major-mode-names and babel identifiers

2014-03-12 Thread Thorsten Jolitz
Thorsten Jolitz writes: > due to the relatively frequent mismatches between language names > extracted from major-mode names and language identifiers used by > Org-Babel I try to build the definite translation alist between both > names. > > To avoid checking m

Re: [O] Inactive timestamps in planning types?

2014-03-13 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz writes: > >> can inactive timestamps appear in >> >> - title-stamps (the timestamps attached to headlines) > > Yes. > >> - planning types like deadline, scheduled and closed > > No. Thx >> I

Re: [O] M-: (org-display-outline-path) doesn't work correctly

2014-03-13 Thread Thorsten Jolitz
Nicolas Richard writes: > Thorsten Jolitz writes: >> Ok, I see ... that seems to be a common pattern in Org-mode to make >> functions behave differently if called (non-)interactively, that >> sometimes causes confusion when using M-: instead of M-x. > > Note that usi

Re: [O] [RFC] Association list between major-mode-names and babel identifiers

2014-03-13 Thread Thorsten Jolitz
Alan Schmitt writes: > Hi Thorsten, > > Thorsten Jolitz writes: > >> due to the relatively frequent mismatches between language names >> extracted from major-mode names and language identifiers used by >> Org-Babel I try to build the definite translation alist be

Re: [O] `org-cycle-hook' vs `outline-view-change-hook'

2014-03-13 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz writes: > >> Or should it work even for bigger files and there must be an error on my >> side (e.g. in loops/recursions)? I'm not sure how powerful Emacs is >> w.r.t. this, i.e. how easy it is to bring it to the its li

Re: [O] [RFC] Association list between major-mode-names and babel identifiers

2014-03-14 Thread Thorsten Jolitz
Nick Dokos writes: > Thorsten Jolitz writes: > >> thank you, so I marked calc, latex, ocaml, and sh as cross-ckecked now, >> and unmarked R. Unfortunately the table arrives almost unreadable here, >> so I rather post the current state of the association list (

Re: [O] [RFC] Association list between major-mode-names and babel identifiers

2014-03-14 Thread Thorsten Jolitz
Eric Schulte writes: > Thorsten Jolitz writes: > >> Hi List, >> >> due to the relatively frequent mismatches between language names >> extracted from major-mode names and language identifiers used by >> Org-Babel I try to build the definite translation alis

Re: [O] [RFC] Association list between major-mode-names and babel identifiers

2014-03-14 Thread Thorsten Jolitz
Nick Dokos writes: > Thorsten Jolitz writes: > >> Nick Dokos writes: >> >>> Thorsten Jolitz writes: >>> >>>> thank you, so I marked calc, latex, ocaml, and sh as cross-ckecked now, >>>> and unmarked R. Unfortunately the table arriv

Re: [O] M-: (org-display-outline-path) doesn't work correctly

2014-03-14 Thread Thorsten Jolitz
Nicolas Richard writes: > Thorsten Jolitz writes: >> only that promptly another message is shown (I can't use sit-for in >> the program): > > sit-for was just to demonstrate the problem introduced solely by M-:. > That problem is not present when using interactive

Re: [O] mark parent element?

2014-03-14 Thread Thorsten Jolitz
- 1. maybe try push-mark instead of set-mark? 2. maybe avoid marks completely if you just want make your program act on a region -- cheers, Thorsten

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

2014-03-29 Thread Thorsten Jolitz
locks. `--- Why are these variables considered risky when used as a file-local variables? Was this "risk" the prime reason to make them global - or are they global simply because there was no special reason to make them buffer-local? -- cheers, Thorsten

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

2014-03-29 Thread Thorsten Jolitz
Nick Dokos writes: > Thorsten Jolitz 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

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

2014-03-31 Thread Thorsten Jolitz
only the dimmest grasp. tags & properties are standard for this I would say ... -- cheers, Thorsten

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

2014-03-31 Thread Thorsten Jolitz
* B1 ** B2 #+end_src yields this ,- | # Created 2014-04-01 Di 00:28 | #+TITLE: tmp<7> | #+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

Re: [O] Get counting of items

2014-04-01 Thread Thorsten Jolitz
org-map-entries (lambda () (if (eq (org-outline-level) 1) 1 0)) #+end_src or rather something like this: #+begin_src emacs-lisp (with-current-buffer "my.org" (let ((count 0)) (goto-char (point-min)) (while (re-search-forward "^\\* " nil 'noerror) (setq count (1+ count))) count)) #+end_src -- cheers, Thorsten

[O] Possible regexp bug in org.el

2014-04-01 Thread Thorsten Jolitz
; missing backslash? (looking-at "[ \t]+") (replace-match "")) (unless (eobp) (forward-char 1)) (when (looking-at "^\\*") #+end_src -- cheers, Thorsten

Re: [O] Controlling example block export?

2014-04-01 Thread Thorsten Jolitz
s 'the block name says it all'. However, here is a (dense) description of the org syntax: , | http://orgmode.org/worg/dev/org-syntax.html ` -- cheers, Thorsten

Re: [O] Controlling example block export?

2014-04-01 Thread Thorsten Jolitz
mple" "#+end_comment" nil beg end)) (t nil)) (deactivate-mark)) #+end_src -- cheers, Thorsten

Re: [O] Controlling example block export?

2014-04-01 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Heikki Lehvaslaiho 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 block

[O] Creating changelog with magit

2014-04-01 Thread Thorsten Jolitz
l changes of the current diff to HEAD. Am I doing something wrong or is this all there is? -- cheers, Thorsten

Re: [O] So many reading on gmane?

2014-04-03 Thread Thorsten Jolitz
Rainer M Krug 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 writes: > Thorsten Jolitz writes: > >> I get a meager >> >> ,--- >> | >> | * org.el: >> | >> | # <> >> | >> `--- > > You get this when you are on the file that has changed.

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

2014-04-04 Thread Thorsten Jolitz
--- You can combine headline and keyword searches like this: ,-- | C-3 D `-- shows headlines up to level 3 and R-keywords related to distributions. -- cheers, Thorsten

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

2014-04-05 Thread Thorsten Jolitz
ap | org-table-map-tables `- C-h f org-map- TAB , | Possible completions are: | org-map-dblocks org-map-entries | org-map-region org-map-tree `---- -- cheers, Thorsten

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

2014-04-05 Thread Thorsten Jolitz
Thorsten Jolitz 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 a

Re: [O] sending emails from org

2014-04-07 Thread Thorsten Jolitz
r template-file | | C-3| 3 | edit-whole-buffer | insert and keep default template | | C-4| 4 | edit-whole-buffer | insert and keep template-file| #+end_quote As a little demonstration, I switch to outorg, and insert the following code-block. Doing C-c C-c in the b

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

2014-04-07 Thread Thorsten Jolitz
em - is that a bug? Same problem with ascii-export): ### * outorg.el --- Org-style comment editing Author: Thorsten Jolitz Version: 1.0 URL: https://github.com/tj64/outorg ** MetaData :PROPERTIES: :copyright: Thorste

Re: [O] Maintainer change on May 1st

2014-04-08 Thread Thorsten Jolitz
ll the hard work you and Bastien have put into org. 1+ -- cheers, Thorsten

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

2014-04-08 Thread Thorsten Jolitz
commas 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

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

2014-04-08 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Lars Tveito 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 conte

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

2014-04-08 Thread Thorsten Jolitz
;> > > Where did you download this file, please? I had it a while back, and can't > find where I got it, or where I lost it! http://doc.norang.ca/org-mode.org -- cheers, Thorsten

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

2014-04-08 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz 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

[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 writes: | > | >> I like to use rebox2 and put boxes in email

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

2014-04-09 Thread Thorsten Jolitz
t.github.com/anonymous/694b7b5f53dd21850bcd (by the way, the > content is rubbish, and in Norwegian). > > The only problems are with latex-code mixed in the document and sloppy > work from the original org file. I will do some further experiments with this, at first I thought it does not work, but maybe its just me not complying with Org syntax demands (and this would most likely not a specific problem of you exporter neither). -- cheers, Thorsten

[O] Override global export-option prop:t

2014-04-09 Thread Thorsten Jolitz
exports to ,--- | tmp<2> | | 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

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

2014-04-09 Thread Thorsten Jolitz
t;3> | #+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 doc

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

2014-04-09 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz writes: > >> This minimal Org buffer "tmp<2>" >> >> , >> | #+OPTIONS: prop:t >> | >> | * A >> | :PROPERTIES: >> | :EXPORT_O

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

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

[O] [RFC] Org Minor Mode?

2014-04-10 Thread Thorsten Jolitz
el or rx.el)? There would be a cost definitely, but then a true org-minor-mode could become reality that offers the full power of Org-mode in programming mode's comment section (I'm actually working on it by merging outshine with orgstruct: [[https://github.com/tj64/omm][omm.el]]). -- cheers, Thorsten

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

2014-04-13 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz 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 writes: > Hi Thorsten, > > Nicolas Goaziou writes: > >> Thorsten Jolitz 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

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

2014-04-13 Thread Thorsten Jolitz
Richard Lawrence writes: Hi Richard, > Bastien writes: > >> Nicolas Goaziou writes: >> >>> Thorsten Jolitz writes: >>> >>>> What do you think - is there any chance that Org-mode switches from >>>> static hardcoded regexp string

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

2014-04-15 Thread Thorsten Jolitz
at other Emacs users independently chose the same prefix for Tmux, so it must have been something not used that often. -- cheers, Thorsten

Re: [O] Strings inside code blocks

2014-04-16 Thread Thorsten Jolitz
1st Level | | | | | 1 1st Level | | | Hello World | [...] `-- -- cheers, Thorsten

Re: [O] noninteractive use of org-export

2014-04-16 Thread Thorsten Jolitz
h-current-buffer (find-file --file) (org-mode) (org-beamer-export-to-pdf) (kill-buffer))) my-beamer-files))) #+end_src #+results: : my-beamer-exp-fun -- cheers, Thorsten

Re: [O] Strings inside code blocks

2014-04-16 Thread Thorsten Jolitz
Rustom Mody writes: > Thorsten Jolitz wrote: > > This > > ,-- > | * 1st Level > | src_emacs-lisp{"Hello World"} > `-- > > renders this... > > does not seem to

Re: [O] Counting number of children under heading

2014-04-17 Thread Thorsten Jolitz
-- | https://github.com/pinard/org-weights `-- Org Hidden Line Cookies (by me): , | https://github.com/tj64/org-hlc ` -- cheers, Thorsten

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

2014-04-17 Thread Thorsten Jolitz
setting I'm playing with I need a string > there. w/o knowing what this thread is about (since I did not follow it) I would say that all you need is , | (symbol-name y) `---- as last expression. -- cheers, Thorsten

Re: [O] Counting number of children under heading

2014-04-17 Thread Thorsten Jolitz
nting of items Newsgroups: gmane.emacs.orgmode To: "emacs-orgmode@gnu.org" Date: Thu, 3 Apr 2014 10:39:18 +0200 (2 weeks, 3 hours, 19 minutes ago) Dear Thorsten > Here is a generalised form: > > #+begin_src emacs-lisp > (defun count-org-items (&optional level operator m

Re: [O] babel and long-running computations

2014-04-17 Thread Thorsten Jolitz
-babel `--- -- cheers, Thorsten

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

2014-04-17 Thread Thorsten Jolitz
and yank it folded at EOB." (interactive) (save-excursion (org-mark-subtree) (when (use-region-p) (kill-region (region-beginning) (region-end))) (goto-char (point-max)) (unless (looking-at "^$") (newline)) (yank '(4)) (hide-subtree))) #+end_src #+results: : tj/kill-and-append-folded-subtree --- cheers, Thorsten

Re: [O] Counting number of children under heading

2014-04-17 Thread Thorsten Jolitz
Marvin Doyley 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 foll

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

2014-04-17 Thread Thorsten Jolitz
shing then actual programming, Org (Babel) should be perfectly capable to do what you want. -- cheers, Thorsten

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

2014-04-18 Thread Thorsten Jolitz
Bastien writes: > Thorsten Jolitz 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 coul

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

2014-04-19 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz 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 >> program

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

2014-04-19 Thread Thorsten Jolitz
uld be exactly the same. Except the comment-syntax involved ... > On 4/11/14, Richard Lawrence wrote: >> Hi Thorsten, >> >> Bastien writes: >> >>> Nicolas Goaziou writes: >>> >>>> Thorsten Jolitz writes: >>>> >>>&

Re: [O] Some desktop managers co-opt C-M-right and C-M-left

2014-04-20 Thread Thorsten Jolitz
ry to change the WM (or OS) keybindings and free those key combinations you want for Emacs. Its an ongoing struggle, I had and have these problems/conflict too, its even worse on the console where some keyboard keys are just dead by default. -- cheers, Thorsten

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

2014-04-25 Thread Thorsten Jolitz
wasted. 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. -- cheers, Thorsten

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

2014-04-25 Thread Thorsten Jolitz
Ilya Shlyakhter writes: > On 4/19/2014 8:57 AM, Bastien wrote: >> Hi Thorsten, >> >> Thorsten Jolitz writes: >> >>> In summary, its about: >>> >>> 1. generalize the regexp constants and vars (allow for comment-syntax, >>> when o

Re: [O] org-review-schedule

2014-04-26 Thread Thorsten Jolitz
(current-time)) nt)" instead of "and" > here? the answer is in the quote already: ,- | Since return value matters, I suggest to use ... `- -- cheers, Thorsten

Re: [O] Update from exported agendas?

2014-04-27 Thread Thorsten Jolitz
links that allow the look-up of the associated entries, and you are lucky and somebody aready figured out how to do this? -- cheers, Thorsten

Re: [O] Update from exported agendas?

2014-04-27 Thread Thorsten Jolitz
calendar/planning apps exist). 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 > wrote: > > > Chris Poole writes: >

Re: [O] Folding in iESS R buffer

2014-05-27 Thread Thorsten Jolitz
lot.pres.8km.rds", envir = > .org_variables_); lockBinding('IFNPRES', .org_variables_) > assign('IFNSD', "./__BOX__/IFN/DB_IFN/rdsRasterized/tabplot.sd.8km.rds", > envir = .org_variables_); lockBinding('IFNSD', .org_variables_) > assign('IFNTABTREE', "./__BOX__/IFN/DB_IFN/rds/tabtree.rds", envir = > .org_variables_); lockBinding('IFNTABTREE', .org_variables_) > lockEnvironment(.org_variables_) > attach(.org_variables_) > save(.org_variables_, file='org_variables.RData') > ## end org variable transfer > ## > --8<---cut here---end--->8--- > > > Footnotes: > [1] http://orgmode.org/worg/org-tutorials/org-outside-org.html -- cheers, Thorsten

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

2014-05-27 Thread Thorsten Jolitz
different views on the same (well-structured) file, and you can easily switch between them. -- cheers, Thorsten

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

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

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

2014-05-27 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz 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

Re: [O] Folding in iESS R buffer

2014-05-27 Thread Thorsten Jolitz
Rainer M Krug writes: > Rainer M Krug writes: > >> Thorsten Jolitz writes: >> >>> Rainer M Krug writes: >>> >>> Hi Rainer, >>> >>> sorry for the late reply, I was offline some time. >> >> No problem. >&g

Re: [O] Folding in iESS R buffer

2014-05-27 Thread Thorsten Jolitz
uot;'", > | > > editor='emacsclient', show.error.locations=TRUE) > | > > | ## * Variable Transfer from org > | ## > | ## org:variables environment created and in search path > | ## > | > | ## * Back to normal code > | here it is > | > > > ` > > I figured it out: > > The problems are the comment lines - if I delete these, it is > working. > > I can work around this. ok, nice -- cheers, Thorsten

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

2014-05-28 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz 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

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

2014-05-29 Thread Thorsten Jolitz
d-heading-same-level 1) (forward-line) (yank) (outline-previous-heading) (org-mark-subtree) (org-change-tag-in-region (region-beginning) (region-end) "postponed" nil)) #+end_src This works with you example Org snippet, but is not tested otherwise. -- cheers, Thorsten

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

2014-05-29 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz 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*

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

2014-05-29 Thread Thorsten Jolitz
Uwe Ziegenhagen writes: > Eric Abrahamsen ericabrahamsen.net> writes: >> >> Thorsten Jolitz gmail.com> writes: >> >> > >> > Isn't it a feature of Org-mode that tasks can be added anywhere without >> > giving a thought in the age

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

2014-05-30 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz 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 id

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

2014-05-30 Thread Thorsten Jolitz
Uwe Ziegenhagen writes: > Thorsten Jolitz 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) >>

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

2014-05-30 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz 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

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

2014-05-30 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz 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 writes: Hi Bastien, > Thorsten Jolitz 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 > abstr

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

2014-05-31 Thread Thorsten Jolitz
,--- | (org-element-map (org-element-parse-buffer) 'headline (lambda () ...)) `--- nowadays, or do both functions serve different purposes, or is it just a matter of taste? -- cheers, Thorsten

Re: [O] Remove the build-in orgmode

2014-06-02 Thread Thorsten Jolitz
t do that, but since I had many problems with mixed installs before, and no problems at all after doing so, I stick with this apparently 'bad habit'. -- cheers, Thorsten

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

2014-06-03 Thread Thorsten Jolitz
Eric Abrahamsen writes: > Thorsten Jolitz writes: > >> Chris Poole writes: >> >>> Eric Abrahamsen: >>>> the `org-map-entries' function can be given a scope of 'agenda >>> >>> That worked perfectly, thanks. Here's what I e

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

2014-06-03 Thread Thorsten Jolitz
nnal setup thing? -- cheers, Thorsten

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

2014-06-03 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz 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 l

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

2014-06-04 Thread Thorsten Jolitz
nk at first we were unsure if org-map-entries > was going to stay around in the long term, but it sounds like it's not > going anywhere. Yes, thanks for the feedback, org-map-entries is very useful and powerful but I wasn't sure if its still a "first-class member" of Org-mode or already a bit deprecated. Nice to hear that it is going to stay. -- cheers, Thorsten

Re: [O] Babel Clojure example problems

2014-06-05 Thread Thorsten Jolitz
emacs/24.3/lisp/org/lisp/) -- cheers, Thorsten

Re: [O] inline images outside org

2014-06-05 Thread Thorsten Jolitz
link-display ` does exactly what you want ... -- cheers, Thorsten

Re: [O] inline images outside org

2014-06-05 Thread Thorsten Jolitz
Christoph writes: > Thorsten Jolitz gmail.com> writes: > >> >> Christoph Held GMX gmx.net> writes: >> >> > How do I check the syntax of the underlying link of which I currently >> > only see the pretty face? So far I have used Emacs really only

Re: [O] Babel Clojure example problems

2014-06-05 Thread Thorsten Jolitz
a variable defined in `org.el'. | [...] | Value: ((emacs-lisp . t) | (clojure . t) | (latex . t)) `---- -- cheers, Thorsten

<    4   5   6   7   8   9   10   >