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

2014-03-14 Thread Joost Helberg
Carsten, I was at the Emacs Conference in London back in 2013; it was a great experience and there were people from all over the world (only 50% org-moders). The idea of an org-mode conference is cool. I'm happy to provide facilities in Geldermalsen, the Netherlands at Snow, but Amsterdam,

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-14 Thread Sebastien Vauban
Andreas Leha wrote: Just to confirm. This is what you suggest, correct? * test ** Not exported :noexport: :PROPERTIES: :noeval: yes :export: none :END: Maybe it's not a real problem, but quotes are for sure not

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-14 Thread Andreas Leha
Hi Eric, Eric Schulte schulte.e...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Eric, Eric Schulte schulte.e...@gmail.com writes: So what is your suggestion for the OP to achieve what he is after? noexport and noeval at the same time. I'm jumping in

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-14 Thread Sebastien Vauban
Samuel Wales wrote: No. This has been raised previously and there was a consensus that it is often desirable for code in a COMMENT section to be evaluated on export. Personally I often stuff code blocks into COMMENT sections which I want run as part of my publishing process (e.g., to create

Re: [O] Finer-grained control of published files

2014-03-14 Thread Bastien
Brett Viren b...@bnl.gov writes: Either way, this will really help publishing from my messy source directories Thanks for testing. If nobody feels strongly against this, I'll add the feature to the master branch. -- Bastien

Re: [O] [Patch] don't add indent for empty line when exiting, a code edit

2014-03-14 Thread Bastien
Hi Florian, Florian Beck f...@miszellen.de writes: On 13.03.2014 20:46, Bastien wrote: Ok, let me take some fresh air and come back to this later on. How about this: (while (re-search-forward \\(^\\).+ nil t) (replace-match indent nil nil nil 1))) Works fine here, I pushed this

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

2014-03-14 Thread Thorsten Jolitz
Nick Dokos ndo...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com 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 (; means

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

2014-03-14 Thread Thorsten Jolitz
Eric Schulte schulte.e...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com 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 alist between

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

2014-03-14 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: Here's an impractical option. I see roughly 280 different contributors to Org-mode. and don't forget all those that have contributed to Worg! I have no better suggestions for what to do with the monies that may come in, especially as I don't have

Re: [O] Post() evaluates but fails in export

2014-03-14 Thread Bastien
Hi Jarmo, Jarmo Hurri jarmo.hu...@syk.fi writes: Need to repost my own question (below), since there was no response to this. I confirm this weird bug but could not find a fix yet. This is on my watch-list, -- Bastien

Re: [O] Bad sexp at line when using org-contacts-anniversaries

2014-03-14 Thread Bastien
Hi Chaitanya, I can't reproduce the problem with latest Org. If you can please check the latest version of Org and tell us if the problem is still there. Thanks, -- Bastien

Re: [O] setq: Symbol's function definition is void: org-add-archive-files = SOLVED

2014-03-14 Thread Rainer Stengele
Am 12.03.2014 16:17, schrieb Bastien: Rainer Stengele rainer.steng...@online.de writes: Org-mode version N/A-fixup (N/A-fixup !!check installation!! @ mixed ^^ Did you run ~$ make or ~$ make autoloads? I only did a make autoloads.

Re: [O] [ANN] ox-opml.el -- Export Org files to OPML

2014-03-14 Thread Bastien
Hi Eric, thanks for ox-opml.el! Looks definitely interesting. If you want, we can move it to contrib/ right now. Note that there is a discussion about the status of the contrib/ directory -- my own take is that it would be better to remove the contrib/ directory from Org's git repository and

Re: [O] Bug: org-element-parse-buffer doesn't work in 8.2.5h [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/sindikat/.emacs.d/elpa/org-20140303/)]

2014-03-14 Thread Nicolas Richard
sindi...@mail36.net (sindi...@mail36.net) writes: It was reproduced on clean Emacs by running `emacs -Q' and issuing: (let ((package-load-list '((org t (package-initialize)) Could you show us the output of M-x org-version in that emacs -Q session ? Could you also try M-x org-reload

[O] usage of org-mouse?

2014-03-14 Thread Rainer M Krug
Hi is there a worg page about the usage of org-mouse, and what it should be doing? I read on this list that after (require 'org-mouse) (which I did successfully) clicking left-mouse-buttom should fold, but it does not happen. Do I have to configure something in addition? Is there an example

Re: [O] [bug] Fontification of bold and italics

2014-03-14 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban writes: With recent Org, sentences such as [1]: Explanation *answers the question why?*: show *why* the facts make sense. Explanation *makes people /care/*, so they are more motivated about learning more. Why would I want to do /that/? are

Re: [O] Screencast of lispy.el with org-mode code base

2014-03-14 Thread Bastien
Hi Oleh, Oleh ohwoeo...@gmail.com writes: The package provides a key binding method that can work effectively only for a Lisp-like language: Elisp, Scheme, Common Lisp and Clojure all fit here. I better understand the name then. Looks like quite a big project already. Each time I tried

Re: [O] [PATCH] Fix: `org-agenda-skip-scheduled-if-deadline-is-shown': show TODOs without deadline

2014-03-14 Thread Bastien
Hi Markus, applied, thanks a lot for the very well-formatted patch and the detailed explanations. Best, -- Bastien

Re: [O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-14 Thread Bastien
Applied, thanks! -- Bastien

Re: [O] Remove redundant tags of headlines

2014-03-14 Thread Sebastien Vauban
Bastien wrote: I tried Edebugging it, but Edebug does not jump into the execution of the anonymous function... Just give a name to the anonymous function... and you're back on edebugging. :) OK, of course! Thanks for the tip. Back to the problem... The root cause is that, with the

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

2014-03-14 Thread Nick Dokos
Thorsten Jolitz tjol...@gmail.com writes: Nick Dokos ndo...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com 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

Re: [O] Remove redundant tags of headlines

2014-03-14 Thread Nicolas Richard
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org I tried Edebugging it, but Edebug does not jump into the execution of the anonymous function... edebug can only jump to the anonymous function if it knows that it is a function, which means : don't quote the lambda (or quote

Re: [O] usage of org-mouse?

2014-03-14 Thread Nick Dokos
Rainer M Krug rai...@krugs.de writes: Hi is there a worg page about the usage of org-mouse, and what it should be doing? I read on this list that after (require 'org-mouse) (which I did successfully) clicking left-mouse-buttom should fold, but it does not happen. Do I have to configure

Re: [O] fontification of blocks inside blocks

2014-03-14 Thread Alan Schmitt
Bastien b...@gnu.org writes: Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: I've just had to write an org block inside another org block, which looks like this: #+attr_latex: :options {0.5\textwidth} #+begin_column #+begin_src ocaml let o1 = object method m = 0

Re: [O] usage of org-mouse?

2014-03-14 Thread Rainer M Krug
Nick Dokos ndo...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Hi is there a worg page about the usage of org-mouse, and what it should be doing? I read on this list that after (require 'org-mouse) (which I did successfully) clicking left-mouse-buttom should fold, but it does

Re: [O] verbatim/code text and line breaks with auto fill mode

2014-03-14 Thread Alan Schmitt
I'm resending this to the list (somehow it was addressed to gmane instead of the list.) Alan Schmitt alan.schm...@polytechnique.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: Does Org allow newline characters in verbatim objects? If I understand org-emphasis-regexp-components

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

2014-03-14 Thread Thorsten Jolitz
Nick Dokos ndo...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Nick Dokos ndo...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: thank you, so I marked calc, latex, ocaml, and sh as cross-ckecked now, and unmarked R. Unfortunately the table arrives almost

Re: [O] usage of org-mouse?

2014-03-14 Thread Nick Dokos
Rainer M Krug rai...@krugs.de writes: Nick Dokos ndo...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Hi is there a worg page about the usage of org-mouse, and what it should be doing? I read on this list that after (require 'org-mouse) (which I did successfully) clicking

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

2014-03-14 Thread Thorsten Jolitz
Nicolas Richard theonewiththeevill...@yahoo.fr writes: Thorsten Jolitz tjol...@gmail.com 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

Re: [O] usage of org-mouse?

2014-03-14 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Nick Dokos ndo...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Hi is there a worg page about the usage of org-mouse, and what it should be doing? I read on this list that after (require 'org-mouse)

Re: [O] usage of org-mouse?

2014-03-14 Thread Rainer M Krug
Nick Dokos ndo...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Nick Dokos ndo...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Hi is there a worg page about the usage of org-mouse, and what it should be doing? I read on this list that after (require 'org-mouse)

Re: [O] usage of org-mouse?

2014-03-14 Thread Rainer M Krug
Rainer M Krug rai...@krugs.de writes: Nick Dokos ndo...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Nick Dokos ndo...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Hi is there a worg page about the usage of org-mouse, and what it should be doing? I read on

Re: [O] usage of org-mouse?

2014-03-14 Thread Rainer M Krug
Nick Dokos ndo...@gmail.com writes: Nick Dokos ndo...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Nick Dokos ndo...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Hi is there a worg page about the usage of org-mouse, and what it should be doing? I read on this

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-14 Thread zwz
Samuel Wales samolog...@gmail.com writes: how about call lines? to me, they should not run if they are not supposed to be exported. is this a bug? * babel should not export a call line via todo kw *** NEXT to reproduce set org-export-with-tasks to nil *** NEXT

Re: [O] Context of interaction vs. literal syntactic interpretation

2014-03-14 Thread Sebastien Vauban
Matt Lundin wrote: Nicolas is doing amazing work at making org file parsing more systematic, precise, and predictable. (Thank you!) And I agree with him that a function named org-open-link-at-point should, for the sake of precision and consistency, only open a link at the point. I also agree

Re: [O] Screencast of lispy.el with org-mode code base

2014-03-14 Thread Oleh
The package provides a key binding method that can work effectively only for a Lisp-like language: Elisp, Scheme, Common Lisp and Clojure all fit here. I better understand the name then. Looks like quite a big project already. Yes, it's my biggest yet. Each time I tried paredit, I could

Re: [O] [bug] Fontification of bold and italics

2014-03-14 Thread Bastien
Hi Sébastien, can you test this patch against maint for a while and report problems? Thanks! diff --git a/lisp/org.el b/lisp/org.el index 0186674..c4c3199 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -4099,7 +4099,12 @@ After a match, the match groups contain these elements: ;; set this

Re: [O] Remove redundant tags of headlines

2014-03-14 Thread Bastien
Hi Sébastien, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: #(:org:FLAGGED: 1 4 (inherited t)) IOW, FLAGGED is not shown as inherited! Because it is not inherited, it is present in the headline. Am I missing something? Hence, all the mechanics which follows

Re: [O] Remove redundant tags of headlines

2014-03-14 Thread Bastien
Hi Nicolas, Nicolas Richard theonewiththeevill...@yahoo.fr writes: (btw, I noticed that worg says remote: No such file: /home/emacs/git/worg/org-tutorials/../code/awk/ical2org.awk src awk when I push to it. I *guess* it comes from org-tutorials/org-google-sync.org which tries to

Re: [O] Post() evaluates but fails in export

2014-03-14 Thread Nicolas Goaziou
Hello, Jarmo Hurri jarmo.hu...@syk.fi writes: The following code evaluates just fine with C-c C-c, but fails during export. This is with the newest org-mode just pulled and built. How do I fix the issue? # --- Here is a

Re: [O] Screencast of lispy.el with org-mode code base

2014-03-14 Thread Bastien
Oleh ohwoeo...@gmail.com writes: And look at `lispy-flatten` (xf): |(org-defkey org-mode-map [(meta up)]'org-metaup) - |(define-key org-mode-map (org-key [(meta up)]) 'org-metaup) Nifty, right? Indeed -- great, now I feel like I'm just a caveman, used to simply insert

Re: [O] Remove redundant tags of headlines

2014-03-14 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban writes: #(:org:FLAGGED: 1 4 (inherited t)) IOW, FLAGGED is not shown as inherited! Because it is not inherited, it is present in the headline. Am I missing something? From my point of view and the point of that function (IIUC), yes. Look

Re: [O] [bug] Fontification of bold and italics

2014-03-14 Thread Sebastien Vauban
Bastien wrote: can you test this patch against maint for a while and report problems? A little problem (while it's already better than what's currently in master): http://screencast.com/t/55xJRY10UN5 The word show, in sandwich between 2 expressions in bold, is displayed in bold, while it

Re: [O] [bug] Fontification of bold and italics

2014-03-14 Thread Sebastien Vauban
Bastien wrote: can you test this patch against maint for a while and report problems? I'll do. Thanks! Best regards, Seb -- Sebastien Vauban

Re: [O] [bug] Fontification of bold and italics

2014-03-14 Thread Bastien
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: A little problem (while it's already better than what's currently in master): http://screencast.com/t/55xJRY10UN5 The word show, in sandwich between 2 expressions in bold, is displayed in bold, while it shouldn't.

[O] Named latex blocks for inline execution?

2014-03-14 Thread Phil Regier
Hi, all; sorry to pester again, but I haven't been able to find a way to do something I would have thought would be relatively simple. What I want to do is declare a named latex block in Org which I can use to reproduce markup patterns which I reuse very frequently; the usual reasons include

Re: [O] Remove redundant tags of headlines

2014-03-14 Thread Bastien
Hi Sébastien, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: ** TODO Project A :FLAGGED: *** TODO Task 1 :FLAGGED: Of course, FLAGGED is present in the headline but, at the same time,

[O] Error exporting to HTML: Args out of range

2014-03-14 Thread Elasady, Summer
Hello- I have been successfully updating and exporting a project to HTML using emacs/OrgMode for a few months now. I did not change anything in my header or in my configuration file, I ran through all the code and it executes without issue, yet as of yesterday I receive the following error

Re: [O] Error exporting to HTML: Args out of range

2014-03-14 Thread Bastien
Hi Summer, can you tell us what's your version of Org-mode and Emacs? M-x org-version RET M-x emacs-version RET Also, if you can provide a minimal .org file that we can use to reproduce the problem with emacs -q, that would help. Thanks, -- Bastien

Re: [O] [PATCH] Update documentation for :exports (applicable to blocks only, not inline)

2014-03-14 Thread John Hendy
On Thu, Mar 13, 2014 at 3:17 AM, Bastien b...@gnu.org wrote: Hi John, John Hendy jw.he...@gmail.com writes: The trailing whitespace is the result of my texi ignorance. In a previous patch, Nicolas clarified that sentences needed to end in two spaces, and I add them at the end of my last

[O] mark parent element?

2014-03-14 Thread Matt Price
Hi, I'm trying to write a function that will mark the parent of the current element. I think I understand how to do it but for some reason I can get the mark to persist after the funciton is called. I think it's really an elisp problem, not an org problem, but am hoping someone can ehelp me.

Re: [O] [PATCH] Update documentation for :exports (applicable to blocks only, not inline)

2014-03-14 Thread Bastien
Hi John, thanks for the patch -- some comments below. John Hendy jw.he...@gmail.com writes: Header arguments: clarify that `:exports' is only applicable to blocks, not inline code This first line should include org.texi: to tell that the change happens in org.texi. See other commits for

Re: [O] bug#16832: Emacs goes crazy when deleting lines

2014-03-14 Thread Fabrice Niessen
Eli Zaretskii wrote: From: Fabrice Niessen fni-n...@pirilampo.org Cc: 16...@debbugs.gnu.org Date: Wed, 26 Feb 2014 20:42:20 +0100 Eli Zaretskii wrote: From: Fabrice Niessen fni-n...@pirilampo.org Cc: 16...@debbugs.gnu.org Date: Wed, 26 Feb 2014 12:06:24 +0100 Then try F12 (if you

Re: [O] [PATCH] Update documentation for :exports (applicable to blocks only, not inline)

2014-03-14 Thread John Hendy
On Fri, Mar 14, 2014 at 10:51 AM, Bastien b...@altern.org wrote: Hi John, thanks for the patch -- some comments below. John Hendy jw.he...@gmail.com writes: Header arguments: clarify that `:exports' is only applicable to blocks, not inline code This first line should include org.texi: to

[O] Clarification on ChangeLog documentation

2014-03-14 Thread John Hendy
Greetings, I've been getting my feet wet on documentation patches (well, on two of them) recently and didn't think the documentation was *that* clear, in my opinion. If someone can help clarify, I'm happy to patch the documentation on patching :) For reference: -

Re: [O] [PATCH] Update documentation for :exports (applicable to blocks only, not inline)

2014-03-14 Thread Bastien
John Hendy jw.he...@gmail.com writes: No problem. I installed the patch in master, thanks. Last nitpick: I added a space in the change, as sentences in the manual should end with two spaces... sorry to repeat this :) -- Bastien

Re: [O] Remove redundant tags of headlines

2014-03-14 Thread Sebastien Vauban
Hi Bastien, ** TODO Project A :FLAGGED: *** TODO Task 1 :FLAGGED: Of course, FLAGGED is present in the headline but, at the same time, it is inherited. It means Org favors explicit tags over inherited ones when

Re: [O] Using sideways table with :placement in Org 8.0?

2014-03-14 Thread John Hendy
On Mon, Mar 10, 2014 at 7:57 AM, John Hendy jw.he...@gmail.com wrote: On Mar 10, 2014 12:22 AM, Nick Dokos ndo...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: I was just playing around with the new syntax for accessing sidewaystable in Org 8.0, but it doesn't seem to be working.

Re: [O] Using sideways table with :placement in Org 8.0?

2014-03-14 Thread John Hendy
On Mon, Mar 10, 2014 at 7:57 AM, John Hendy jw.he...@gmail.com wrote: On Mar 10, 2014 12:22 AM, Nick Dokos ndo...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: I was just playing around with the new syntax for accessing sidewaystable in Org 8.0, but it doesn't seem to be working.

Re: [O] [PATCH] Update documentation for :exports (applicable to blocks only, not inline)

2014-03-14 Thread John Hendy
On Fri, Mar 14, 2014 at 11:17 AM, Bastien b...@gnu.org wrote: John Hendy jw.he...@gmail.com writes: No problem. I installed the patch in master, thanks. Last nitpick: I added a space in the change, as sentences in the manual should end with two spaces... sorry to repeat this :) I caught

Re: [O] Named latex blocks for inline execution?

2014-03-14 Thread Thomas S. Dye
Aloha Phil, Org mode has its own macros, which might work in this instance. The variable org-babel-inline-result-wrap is set to =%s= by default. Setting it as follows will get rid of the surrounding = symbols: #+begin_src emacs-lisp (setq org-babel-inline-result-wrap %s) #+end_src

Re: [O] mark parent element?

2014-03-14 Thread Thorsten Jolitz
Matt Price mopto...@gmail.com writes: Hi, I'm trying to write a function that will mark the parent of the current element. I think I understand how to do it but for some reason I can get the mark to persist after the funciton is called. I think it's really an elisp problem, not an org

Re: [O] Named latex blocks for inline execution?

2014-03-14 Thread Eric S Fraga
Hello, The following works for me with your example: #+call: Smx[:exports results](Contents=Interesting) :results drawer latex I am not sure why because I don't really understand the semantics of drawer for results and didn't see anything in the docmentation about this option (but also didn't

Re: [O] mark parent element?

2014-03-14 Thread Oleh
Hi Matt, I'm trying to write a function that will mark the parent of the current element. I think I understand how to do it but for some reason I can get the mark to persist after the funciton is called. I think it's really an elisp problem, not an org problem, but am hoping someone can

Re: [O] Named latex blocks for inline execution?

2014-03-14 Thread Phil Regier
Many thanks, Tom; these are all variations I had not thought to try. I will try them out and see what combination works best for me. Phil - Original Message - From: Thomas S. Dye t...@tsdye.com To: Phil Regier preg...@ittc.ku.edu Cc: org mode emacs-orgmode@gnu.org Sent: Friday, March

Re: [O] mark parent element?

2014-03-14 Thread Nicolas Goaziou
Hello, Matt Price mopto...@gmail.com writes: I'm trying to write a function that will mark the parent of the current element. I think I understand how to do it but for some reason I can get the mark to persist after the funciton is called. I think it's really an elisp problem, not an org

Re: [O] Named latex blocks for inline execution?

2014-03-14 Thread Phil Regier
Thanks so much, Eric; during my recent updates/testing I had wiped my drawer export settings and had not attempted to use drawer output. I will be sure to try it out. I'm not sure whether the positive results will carry over to the inline call_Smx() syntax, but this will be enlightening even

Re: [O] [Patch] don't add indent for empty line when exiting, a code edit

2014-03-14 Thread Arun Persaud
On 03/14/2014 02:00 AM, Bastien wrote: Hi Florian, Florian Beck f...@miszellen.de writes: On 13.03.2014 20:46, Bastien wrote: Ok, let me take some fresh air and come back to this later on. How about this: (while (re-search-forward \\(^\\).+ nil t) (replace-match indent nil nil nil

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-14 Thread Samuel Wales
please consider this a bug report. On 3/13/14, Samuel Wales samolog...@gmail.com wrote: how about call lines? to me, they should not run if they are not supposed to be exported. is this a bug? * babel should not export a call line via todo kw *** NEXT to reproduce set

Re: [O] [OT] document scanner with ADF

2014-03-14 Thread Karl Voit
* Samuel Wales samolog...@gmail.com wrote: We had a great discussion about scanners and ADFs here a while back. The Fujitsu ScanSnap 1500 seemed to be a favorite. We also talked about what resolutions to scan at. I own a ScanSnap 1500S and I scanned about 40.000 pages on OS X to get my papers

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-14 Thread Eric Schulte
Sorry for being unclear here. I wanted to propose different behaviour for TAGs (lets say :noexport:) and the COMMENT keyword. I am perfectly fine with :noexport: only prohibiting export but still allowing evaluation. But I propose that COMMENT be more treated like a comment, so more like a

[O] Is there an environment for Org syntax?

2014-03-14 Thread Fletcher Charest
Dear all, I am currently writing a practical tutorial about Org for absolute beginners. In the end, I would like to export it in multiple formats, HTML for sure, but maybe LaTeX too (I am, of course, writing it with org-mode). I am not aware of a functionality, or hack, which would allow me to

Re: [O] Is there an environment for Org syntax?

2014-03-14 Thread Phil Regier
I had thought that '#+begin_src org :exports code' would do just this, though I believe you have to then begin each line with a comma inside the block. For me, the following: #+begin_src org :exports code ,#+begin_src org :exports code ,#+end_src #+end_src produces Org code via the HTML and

Re: [O] Is there an environment for Org syntax?

2014-03-14 Thread Fletcher Charest
Yes, thank you very much, that was it. I was thinking about doing this, but I didn't know how to escape the syntax. This is quite embarrassing since I just noticed that it is explained in the manual, and even more, since the comma is added automatically when you edit the org code by hitting C-c '

Re: [O] Is there an environment for Org syntax?

2014-03-14 Thread Phil Regier
I spent hours trying to figure out recursive org syntax, and only got it working with the help of the list. :) I realized after my last message that Worg uses some limited syntax highlighting on some of the newer pages; I'm not very good with javascript and css, but you might be able to

Re: [O] Is there an environment for Org syntax?

2014-03-14 Thread Fletcher Charest
Thank you, this sounds interesting; I'm not very good either, but I will have a look at this. And I actually have a related question (I hope it's not in the manual this time): is it possible to indent the Org syntax in the HTML export as it is indented in an Emacs buffer when org-indent-modeis

Re: [O] Is there an environment for Org syntax?

2014-03-14 Thread Phil Regier
I'm not sure whether I follow you here, because I'm accustomed to seeing indents passed through. If I export the following: #+begin_src org :exports code ,#+begin_src org :exports code

Re: [O] MobileOrg

2014-03-14 Thread Aric Gregson
Hello, I was wondering if it is possible to export only some of the org files for mobileorg? Like have a list of included or excluded files? Thanks, Aric -- ~O /\_, ###-\ |_ (*) / (*)

Re: [O] MobileOrg

2014-03-14 Thread Sean Escriva
Aric Gregson aorc...@mac.com writes: Hello, I was wondering if it is possible to export only some of the org files for mobileorg? Like have a list of included or excluded files? This definitely could be possible, bu default just the value for org-agenda-files is used. org-mobile.el which

Re: [O] MobileOrg

2014-03-14 Thread Aric Gregson
Sean Escriva sean.escr...@gmail.com writes: org-mobile.el which is responsible for the sync has a custom var defined called 'org-mobile-files-exclude-regexp' which should exlude files that match. Thanks very much. I'll give this a try again. Would be nice to have on the phone once and a

Re: [O] mark parent element?

2014-03-14 Thread Matt Price
On Fri, Mar 14, 2014 at 2:11 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Matt Price mopto...@gmail.com writes: I'm trying to write a function that will mark the parent of the current element. I think I understand how to do it but for some reason I can get the mark to persist

Re: [O] Is there an environment for Org syntax?

2014-03-14 Thread Kyle Meyer
On 03/14/14 18:13, Phil Regier wrote: [...] I think there are syntax highlighting export extensions in the wild (just search the web for something like 'org export syntax highlighting' to see a diverse collection of proposed solutions; Pygments appears to be a common theme, though I know