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

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 s

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

2014-03-14 Thread Andreas Leha
Hi Eric, Eric Schulte writes: > Andreas Leha writes: > >> Hi Eric, >> >> Eric Schulte 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 half way through here, >> >> Thanks f

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

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

2014-03-14 Thread Bastien
Brett Viren 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 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 solution. Than

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 (; means >> cross-ckecked): >> > > It

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 alist between both >> names. >> > > The `

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

2014-03-14 Thread Eric S Fraga
Eric Schulte 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 any idea of the scale.

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

2014-03-14 Thread Bastien
Hi Jarmo, Jarmo Hurri 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 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. After a make it wo

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 ha

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 con

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 /

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

2014-03-14 Thread Bastien
Hi Oleh, Oleh 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 paredit, I could not

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 f

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

2014-03-14 Thread Nick Dokos
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 arrives almost unreadable here, >>> so I rather post the current state of the association list (;

Re: [O] Remove redundant tags of headlines

2014-03-14 Thread Nicolas Richard
Sebastien Vauban > 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 using #'). I fixed it on worg. (btw, I noticed t

Re: [O] usage of org-mouse?

2014-03-14 Thread Nick Dokos
Rainer M Krug 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 somet

Re: [O] fontification of blocks inside blocks

2014-03-14 Thread Alan Schmitt
Bastien writes: > Hi Alan, > > Alan Schmitt 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 >> method p = "foo" >>

Re: [O] usage of org-mouse?

2014-03-14 Thread Rainer M Krug
Nick Dokos writes: > Rainer M Krug 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.

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 writes: > Nicolas Goaziou writes: > >> Does Org allow newline characters in verbatim objects? > > If I understand org-emphasis-regexp-components correctly, it explicitly > allows newlines (the d

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 arrives almost unreadable here, so I rather post the current st

Re: [O] usage of org-mouse?

2014-03-14 Thread Nick Dokos
Rainer M Krug writes: > Nick Dokos writes: > >> Rainer M Krug 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 shou

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 commands (i.e. those > a user c

Re: [O] usage of org-mouse?

2014-03-14 Thread Nick Dokos
Nick Dokos writes: > Rainer M Krug writes: > >> Nick Dokos writes: >> >>> Rainer M Krug 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 successful

Re: [O] usage of org-mouse?

2014-03-14 Thread Rainer M Krug
Nick Dokos writes: > Rainer M Krug writes: > >> Nick Dokos writes: >> >>> Rainer M Krug 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 successful

Re: [O] usage of org-mouse?

2014-03-14 Thread Rainer M Krug
Rainer M Krug writes: > Nick Dokos writes: > >> Rainer M Krug writes: >> >>> Nick Dokos writes: >>> Rainer M Krug 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 '

Re: [O] usage of org-mouse?

2014-03-14 Thread Rainer M Krug
Nick Dokos writes: > Nick Dokos writes: > >> Rainer M Krug writes: >> >>> Nick Dokos writes: >>> Rainer M Krug 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

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

2014-03-14 Thread zwz
Samuel Wales 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 this should n

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

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

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 option

Re: [O] Remove redundant tags of headlines

2014-03-14 Thread Bastien
Hi Sébastien, 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? > Hence, all the mechanics which follows never removes it! You mean the mechanic

Re: [O] Remove redundant tags of headlines

2014-03-14 Thread Bastien
Hi Nicolas, Nicolas Richard 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 #+INCLUDE the above, > but I'm

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

2014-03-14 Thread Nicolas Goaziou
Hello, Jarmo Hurri 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 function I want

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

2014-03-14 Thread Bastien
Oleh 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 character afte

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

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 s

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 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. For that you need to remove the " chara

[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

Re: [O] Remove redundant tags of headlines

2014-03-14 Thread Bastien
Hi Sébastien, Sebastien Vauban writes: > ** 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 expl

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

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 wrote: > Hi John, > > John Hendy 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 sentence thinking they >

[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. He

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 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 examples. > * doc

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

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

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 wrote: > Hi John, > > thanks for the patch -- some comments below. > > John Hendy 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 chang

[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: - http://orgmode.org/worg/org-contr

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

2014-03-14 Thread Bastien
John Hendy 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 inheri

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 wrote: > > On Mar 10, 2014 12:22 AM, "Nick Dokos" wrote: >> >> John Hendy 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. The >> > manual /seems/ pretty strai

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 wrote: > > On Mar 10, 2014 12:22 AM, "Nick Dokos" wrote: >> >> John Hendy 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. The >> > manual /seems/ pretty strai

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 wrote: > John Hendy 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 it too, after I submitt

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 Alterna

Re: [O] mark parent element?

2014-03-14 Thread Thorsten Jolitz
Matt Price 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 problem, but am

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'

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 ca

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" To: "Phil Regier" Cc: "org mode" Sent: Friday, March 14, 2014 11:54:04 AM Subject: Re: Named latex bloc

Re: [O] mark parent element?

2014-03-14 Thread Nicolas Goaziou
Hello, Matt Price 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 problem, but am

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 i

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

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 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 org-export-with

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

2014-03-14 Thread Karl Voit
* Samuel Wales 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 into PDFs (with O

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 >

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

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 L

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 borrow

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 acti

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

Re: [O] MobileOrg

2014-03-14 Thread Aric Gregson
Sean Escriva 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 while. For computer synci

Re: [O] mark parent element?

2014-03-14 Thread Matt Price
On Fri, Mar 14, 2014 at 2:11 PM, Nicolas Goaziou wrote: > Hello, > > Matt Price 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

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 no

Re: [O] Clarification on ChangeLog documentation

2014-03-14 Thread Bastien
Hi John, I tried to clarify the org-contribute.org again. Let me know if this addresses the issues you were reporting. Thanks, -- Bastien

Re: [O] Bug: Problems with sub/super-script when using: org-cdlatex + org-pretty-entities + org-catch-invisible-edits

2014-03-14 Thread Bastien
Hi, you want to set (setq org-pretty-entities-include-sub-superscripts nil) before using `org-cdlatex-mode'. HTH, -- Bastien

Re: [O] Org not preserving Python indent levels on LaTex export due to tabs

2014-03-14 Thread Bastien
Hi, Nicolas Goaziou writes: > Indeed. It doesn't appear in the manual. > > I don't use it. Maybe Someone using it can provide a patch for it. I added one sentence about -i in the manual. Thanks, -- Bastien