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

2014-06-05 Thread Thorsten Jolitz
rds clone-indirect-buffer, which > works for my purposes, but I figured I'd ask here and ask all you > experts if this idea is reasonable or crazy-pants. 1+ for crazy-pants -- cheers, Thorsten

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

2014-06-05 Thread Thorsten Jolitz
the final docs, so you might want to look at e.g. LaTeX multi-column styles and if Org-mode supports them somehow. But even if so, it might get complicated and using AucTex directly might be the better choice in such cases. -- cheers, Thorsten

Re: [O] Remove the build-in orgmode

2014-06-06 Thread Thorsten Jolitz
ounds reasonable enough, but somehow that least convenient moment never happens, while I remember *many* such moments when I still had more than one Org on my machine ... but maybe I just don't huntdown bugs via -Q often enough. -- cheers, Thorsten

Re: [O] Dired-like agenda

2014-06-06 Thread Thorsten Jolitz
ed ... -- cheers, Thorsten

[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
sh-function, and I can't even find the point in the code where control flow enters this third branch (well, except the place where `org-log-note-how' is evaluated maybe, but its kind of opaque ...) Maybe somebody with good knowledge of this code could give me a hint? -- cheers, Thorsten

Re: [O] Is

2014-06-07 Thread Thorsten Jolitz
("s" "#+BEGIN_SRC ?\n\n#+END_SRC" "\n\n") | ("e" "#+BEGIN_EXAMPLE\n?\n#+END_EXAMPLE" "\n?\n") | ("q" "#+BEGIN_QUOTE\n?\n#+END_QUOTE" "\n?\n") | ("v" "#+BEGIN_VERSE\n?\n#+END_VERSE" "\n?\n") | ("V" "#+BEGIN_VERBATIM\n?\n#+END_VERBATIM" "\n?\n") | ("c" "#+BEGIN_CENTER\n?\n#+END_CENTER" "\n?\n") | ("l" "#+BEGIN_LaTeX\n?\n#+END_LaTeX" "\n?\n") | ("L" "#+LaTeX: " "?") | ("h" "#+BEGIN_HTML\n?\n#+END_HTML" "\n?\n") | ("H" "#+HTML: " "?") | ("a" "#+BEGIN_ASCII\n?\n#+END_ASCII" "") | ("A" "#+ASCII: " "") | ("i" "#+INDEX: ?" "#+INDEX: ?") | ("I" "#+INCLUDE: %file ?" "")) | | [back] `-- -- cheers, Thorsten

Re: [O] Is

2014-06-07 Thread Thorsten Jolitz
;L" "#+latex:" "?") ("h" "#+begin_html\n?\n#+end_html" "\n?\n") ("H" "#+html:" "?") ("a" "#+begin_ascii\n?\n#+end_ascii") ("A" "#+ascii:") ("i" "#+index:?" "#+index: ?") ("I" "#+include%file ?" "" #+END_SRC -- cheers, Thorsten

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

2014-06-07 Thread Thorsten Jolitz
---+---+---+---+-| |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] org-table: missing vertical boundary when exported

2014-06-07 Thread Thorsten Jolitz
rt(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
outorg to temporarily convert the subtree or the whole buffer to org-mode for editing. -- cheers, Thorsten

Re: [O] Is

2014-06-08 Thread Thorsten Jolitz
m/ > “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 4:44 PM, Grant Rettke wrote: >> Thank you Thorsten. >>

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

2014-06-09 Thread Thorsten Jolitz
-- and , | C-h v org-done-keywords ` which are probably nil in your case. -- cheers, Thorsten

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

2014-06-12 Thread Thorsten Jolitz
ey to Cntrl and the Super to Meta, > to that you press C- commands with your left thumb and not with your > left pinky, avoiding the common emacs pinky problem. Just out of curiosity - did you try this on the console (without X) too? -- cheers, Thorsten

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 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

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

2014-06-12 Thread Thorsten Jolitz
ignored too. You seem to use the wrong tool for the task (headlines), this looks like a perfect use case for TAGS, i.e. define your (concept) groups as tags. If these tags are not part of `org-export-exclude-tags' they won't affect exporting, but you can still use them to build your agenda or a sparse tree or so. -- cheers, Thorsten

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

2014-06-12 Thread Thorsten Jolitz
xt | ** Level 2 | text | ** Level 2 `--- but often not very good. The text under Level 1 might deserve its own subsection, and then things become easier and more consistent. -- cheers, Thorsten

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

2014-06-13 Thread Thorsten Jolitz
t; I've created an org-mode schedule for the 2014 football world cup > > https://github.com/ruediger/org-world-cup2014 > > Feel free to correct mistakes and add match results! > > Regards, > Rüdiger > > > > -- cheers, Thorsten

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

2014-06-13 Thread Thorsten Jolitz
Brian van den Broek writes: > On Jun 13, 2014 8:44 AM, "Thorsten Jolitz" 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 v

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

2014-06-13 Thread Thorsten Jolitz
Rasmus writes: > Thorsten Jolitz writes: > >> Ken Mankoff 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 >>&g

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

2014-06-14 Thread Thorsten Jolitz
5.05) (day . 18.86)) (dt . 1403262000))]) | (cnt . 7) (city (sys (population . 0)) (population . 0) [...] `- -- cheers, Thorsten

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

2014-06-15 Thread Thorsten Jolitz
ilable as the data you display Sunset and rise would be interesting too of course. -- cheers, Thorsten

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

2014-06-15 Thread Thorsten Jolitz
adding a case like ,- | ((and (org-in-src-block-p) ...)) `----- ? -- cheers, Thorsten

Re: [O] Link to Top Most Heading

2014-06-16 Thread Thorsten Jolitz
org-outline-regexp "\\)") nil t) (set-window-start (selected-window) (point-at-bol -- cheers, Thorsten

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

2014-06-16 Thread Thorsten Jolitz
Verwüstungen | -- cheers, Thorsten

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

2014-06-16 Thread Thorsten Jolitz
Ian Barton 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. >

Re: [O] helm and org-refile

2014-06-17 Thread Thorsten Jolitz
e them to stay around sometimes So not an answer to you question, but rather a related question - is there a way around the problems described? -- cheers, Thorsten

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

2014-06-17 Thread Thorsten Jolitz
gt; https://www.gnu.org/software/emacs/manual/html_node/emacs/Lunar-Phases.html#Lunar-Phases Thanks for the info! -- cheers, Thorsten

Re: [O] [Babel] 2 new problems with tangling

2014-06-17 Thread Thorsten Jolitz
is tangled... right..." `-- ,--- | Org-mode version 8.2.7 (release_8.2.7-1096-g23496c | @ /usr/share/emacs/24.3/lisp/org/lisp/) `--- -- cheers, Thorsten

Re: [O] Discussion request: 15m tangle time, details follow

2014-06-18 Thread Thorsten Jolitz
ngs might be a bit slower with master branch, but in terms of seconds (maybe 2 or 3 sec to convert the whole file?) -- cheers, Thorsten

Re: [O] Discussion request: 15m tangle time, details follow

2014-06-18 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Grant Rettke writes: > >> The average build takes 15m. > [with-current-buffer "TC3F.org] > After this is done *once*, you can always switch between emacs-lisp and > org-mode with outorg, It takes 0.4 sec to convert the

Re: [O] Programmatically handling org files

2016-09-12 Thread Thorsten Jolitz
ff (actually creating and inserting the new/modified element in text form) is left to the interpreters (from org-element.el). You just declare what you want and don't worry anymore how it is done (=> dp stands for declarative programming, in this context at least ;-) -- cheers, Thorsten

Re: [O] iOrg

2016-09-14 Thread Thorsten Jolitz
Philip Hudson writes: [WARNING: this is an extremely long post with lots of boxquotes that might turn out unreadable, you might want to consider this as spam and just ignore it] Hi Philip, > On 12 September 2016 at 23:10, Nick Dokos wrote: >> Thorsten Jolitz writes: >> >

Re: [O] iOrg

2016-09-16 Thread Thorsten Jolitz
Adam Porter writes: Hi Adam, > Thorsten Jolitz writes: > >> [WARNING: this is an extremely long post with lots of boxquotes that >> might turn out unreadable, you might want to consider this as spam >> and just ignore it] > > Hi Thorsten, > > I guess I h

Re: [O] Count words under subtrees

2016-09-27 Thread Thorsten Jolitz
.2 (info "(emacs)Echo Area") [#4] | 516:;; *** 1.3 (info "(emacs)Mode Line") [#4] | 521:;; *** 1.4 (info "(emacs)Menu Bar") [#2] ` -- cheers, Thorsten

Re: [O] manipulate org tables using emacs-lisp

2016-09-30 Thread Thorsten Jolitz
tab | | 1 | 2 | => (("my" "tab") ("1" "2")) -- cheers, Thorsten

Re: [O] manipulate org tables using emacs-lisp

2016-10-01 Thread Thorsten Jolitz
Alan Schmitt writes: Hi Alan, > On 2016-09-30 22:52, Thorsten Jolitz writes: > >>> Are there functions for manipulating org-tables using emacs-lisp? More >>> precisely, I would like to refer to a table by its name, read some cells >>> (either by position or

[O] Show all timestamps in agenda custom command

2017-05-24 Thread Thorsten Grothe
uot;s" "Schule" todo "SCHULE" ((org-agenda-overriding-header "Schule") (org-agenda-prefix-format "○ %t%s") (org-agenda-entry-types '(:scheduled)) )) ... what can I do to solve this problem? Regards Thorsten Grothe

Re: [O] [Feature request] Repeatable tasks workday

2019-03-16 Thread Thorsten Jolitz
holydays, and then call the functionality with a specific calendar. Even within Germany e.g. the states have different holydays, so an enterprise with plants in different states needs to create different calenders. -- cheers, Thorsten

Re: [O] Best practice for providing an Org-based application?

2019-09-18 Thread Thorsten Jolitz
d, concert rehearsals etc in Org-mode, and to be able to easily transpose songs (its ob-lilypond) for Bb or Eb instruments or so. OTOH isn't managing a choir or band quite similar to managing a project, and thus (ob-)taskjuggler would be a very helpful tool here? -- cheers, Thorsten

Re: [O] [RFC] Remove Org Struct mode

2017-09-09 Thread Thorsten Jolitz
won't conflict with major modes. -- cheers, Thorsten

Re: [O] function for inserting a block

2017-12-10 Thread Thorsten Jolitz
x27; utility commands without much programming. Hope this is not off-topic. -- cheers, Thorsten

Re: [O] question on org-element-interpret-data and when it works

2018-03-03 Thread Thorsten Jolitz
, | (org-dp-rewire 'example-block nil t ;cont ins | nil ;aff | nil ;elem | :switches '(lambda (old elem) ) | :preserve-indent '(lambda (old elem) ) | :value '(lambda (old elem) ) ` Again, check the docstring of org-dp-rewire for more info on its args. I hope this helps already, feel free to ask any further questions (maybe put me in Cc since I'm not a very frecuent visitor of the list). If I find time and motivation I might look at your specific example/use case, but I cannot promise that. -- cheers, Thorsten

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-03 Thread Thorsten Jolitz
[...] ` and tells you how to exit again: M-# -- cheers, Thorsten

Re: [O] question on org-element-interpret-data and when it works

2018-03-03 Thread Thorsten Jolitz
Nicolas Goaziou writes: Hello, > Thorsten Jolitz writes: > >> (funny enough, some org elements have 'value' as their content, others >> 'content'). > > Could you point out where there is such discrepancy in "org-element.el"? I have define

Re: [O] question on org-element-interpret-data and when it works

2018-03-03 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Thorsten Jolitz writes: > >> I have defined these two constants in org-dp.el to work around this >> discrepancy (and to know which elements do not have interpreted content >> at all): >> >> , >> | (defconst org-dp-no-con

Re: [O] Exploring picolisp

2018-03-03 Thread Thorsten Jolitz
babel-picolisp-eoe | : -> 7 | : -> org-babel-picolisp-eoe | : (setq X2 (+ X1 1)) | 'org-babel-picolisp-eoe | -> 8 | : -> org-babel-picolisp-eoe | : (de foo1 (X) (+ X 2)) | 'org-babel-picolisp-eoe | -> foo1 | : -> org-babel-picolisp-eoe | : (setq X3 (foo1 8)) | 'org-babel-picolisp-eoe | -> 10 | : -> org-babel-picolisp-eoe | : ` Hope that helps -- cheers, Thorsten

Re: [O] question on org-element-interpret-data and when it works

2018-03-03 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Thorsten Jolitz writes: > >> You used the word 'discrepancy', > > True. I inferred it from > > (funny enough, some org elements have 'value' as their content, others > 'content'). > > which, IMO, sounds

Re: [O] Feature suggestion and code review request: org-babel-cycle-src-block-header

2018-03-03 Thread Thorsten Jolitz
; (insert new-header-string) > (unless we-were-before-replacement-zone > (incf default-position-to-return-to (length new-header-string))) > (goto-char (if (<= fallback-position > default-position-to-return-to > (+ fallback-position (length new-header-string))) > fallback-position > default-position-to-return-to) > > ;; example for mailing list > ;; Common Lisp assumed! > (defun akater/org-babel-cycle-header nil > (interactive) > (org-babel-cycle-src-block-header-string > '("lisp :tangle no :results none" ;; type 2 above > "lisp :tangle yes :results none" ;; type 3 above > "lisp :results type verbatim" ;; type 1 above > ))) > #+end_src > > Ideally, I envision something along these lines (some specific > choices > below don't really make sense): > #+begin_src emacs-lisp > (defcustom org-babel-standard-header-sequences-alist > '((development-setup-1 > (lisp > (((:tangle . "no") > (:results . "none")) > ((:tangle . "yes") > (:results . "none")) > ((:results . "type verbatim" > (python > (((:tangle . "no") > (:results . "none")) > ((:tangle . "yes") > (:results . "none")) > ((:results . "type output" > ) > (development-setup-2 > (C > (((:tangle . "no") > (:results . "none")) > ((:tangle . "yes") > (:results . "raw" > (julia > (((:tangle . "no") > (:results . "none")) > ((:tangle . "yes") > (:results . "none"))) > #+end_src > > -- cheers, Thorsten

Re: [O] Feature suggestion and code review request: org-babel-cycle-src-block-header

2018-03-03 Thread Thorsten Jolitz
Thorsten Jolitz writes: PS One more to show that one can not only easily modify a certain org element, but that its just as easy to convert it to another type of org element. Use this (call M-x tj/obch) #+BEGIN_SRC emacs-lisp (defun tj/obch () "docstring" (interactive) (org

[O] [FYI] Programming with org-dp (by example)

2018-03-04 Thread Thorsten Jolitz
-property itm :checkbox 'on)) ((and (string-equal label "yellow") (or (member temp tj/radio-temp-yellow) (member temp tj/radio-wind-yellow))) (org-element-put-property itm :checkbox 'on)) ((and (string-equal label "green") (or (member temp tj/radio-temp-green) (member temp tj/radio-wind-green))) (org-element-put-property itm :checkbox 'on))) itm)) #+END_SRC -- cheers, Thorsten

Re: [O] [FYI] Programming with org-dp (by example)

2018-03-04 Thread Thorsten Jolitz
Thorsten Jolitz writes: PS Ups ... a few little bugs in the code, here is version 2 #+BEGIN_SRC emacs-lisp (defconst tj/radio-rgxp "^#\\+attr_org:[[:space:]]+:radio") (defconst tj/radio-temp "temp") (defconst tj/radio-wind "wind") (defvar tj/radio-rw '(&qu

Re: [O] Feature suggestion and code review request: org-babel-cycle-src-block-header

2018-03-04 Thread Thorsten Jolitz
> Professor John Kitchin > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > On Sat, Mar 3, 2018 at 12:26 PM, Thorsten

Re: [O] [Error]

2018-03-06 Thread Thorsten Jolitz
Uwe Brauer writes: >>>> "Thorsten" == Thorsten Jolitz writes: > >> Joseph Vidal-Rosset writes: >> Hallo > >>> I know that the subject of my email exists already. >>> > [[https://lists.gnu.org/archive/html/emacs-orgm

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-06 Thread Thorsten Jolitz
Uwe Brauer writes: >>>> "Thorsten" == Thorsten Jolitz writes: > >> Joseph Vidal-Rosset writes: >> Hallo > >>> I know that the subject of my email exists already. >>> > [[https://lists.gnu.org/archive/html/emacs-orgm

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-06 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Uwe Brauer writes: > >>>>> "Thorsten" == Thorsten Jolitz writes: >> >>> Joseph Vidal-Rosset writes: >>> Hallo >> >>>> I know that the subject of my email exists already. >>

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-06 Thread Thorsten Jolitz
Uwe Brauer writes: >>>> "Thorsten" == Thorsten Jolitz writes: > >> Uwe Brauer writes: >>>>>> "Thorsten" == Thorsten Jolitz writes: >>> >>> > Joseph Vidal-Rosset writes: >>> > Hallo >>> &

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-07 Thread Thorsten Jolitz
s/ | ;; :part-of-emacs: no | ;; :author: Jonathan Leech-Pepin | ;; :author_email: jonathan.leechpepin AT gmail DOT com | ;; :keywords: emacs org-mode export | ;; :END: ` This is the README , | outorg-export | = | | Automated exporting of sections of source files to any format org can export to. ` -- cheers, Thorsten

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-08 Thread Thorsten Jolitz
Uwe Brauer writes: >>>> "Thorsten" == Thorsten Jolitz writes: > >> A good start would be to try outshine with emacs-lisp mode. >> With your outshine config done, write a file like foo.el > >> , >> | ;;

Re: [O] how do you compose mails in Gnus with org-mode

2018-03-09 Thread Thorsten Jolitz
llows this line-- >> | Uwe Brauer writes: ...[] >> ` > > I almost see the same but indented since I user supercite. Isn't that the problem already? In an org file, this: , | * headline | * headline | hello ` has only one headline, indentation for the * is not allowed. -- cheers, Thorsten

Re: [O] [SOLVED]

2018-03-09 Thread Thorsten Jolitz
llows this line-- >> | Uwe Brauer writes: ...[] >> ` > > > I found the culprit > > (setq message-yank-prefix " > ") > > No idea why I had this, but may be it is ages there. Just moving it out > my init files and everything worked as expected. Thanks Ok, good ... ;-) -- cheers, Thorsten

<    5   6   7   8   9   10