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 myself by hand what > > ,--

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

2014-03-12 Thread Thorsten Jolitz
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. To avoid checking myself by hand what ,--- | M-: major-mode R

[O] Octave/Matlab Code Export Issue?

2014-03-12 Thread Phil Regier
I'm having trouble with Octave export, and I am not quite sure where to look. In an Org file I have the following: #+BEGIN_SRC octave a = [1;3;5;7;9] b = [2;4;6;8] ans=a; #+END_SRC octave When exporting to LaTeX I get the following: \#+BEGIN\_SRC octave a = [1;3;5;7;9]

[O] Creation and conservation of computer files (C3F)

2014-03-12 Thread Grant Rettke
Wanting to learn literate programming in org-mode I figured that my Emacs configuration would be the simplest place to start. In that regard I was right, it just took a lot more work then I had expected, and that is OK. It was a non-trivial effort and I learned a lot. In my mind, the door is now wi

Re: [O] Strange newline characters in org-export-as-html

2014-03-12 Thread Grant Rettke
Nick, thanks for looking. After upgrading to the latest Org release 8.2.5h I did narrow it down to fci-mode being activated in lisp mode manifesting the issue. https://github.com/alpaker/Fill-Column-Indicator On Mon, Mar 10, 2014 at 12:14 AM, Nick Dokos wrote: > Grant Rettke writes: > >> This

Re: [O] [PATCH] Support for links to Ebib's entries

2014-03-12 Thread Daimrod
Bastien writes: > Hi Greg, > > Daimrod writes: > >> I've attached a small patch to support links (opening and storing) to >> Ebib's[1] entries. >> >> Can I integrate it? > > Sure, please go ahead, thanks! Done. Best, -- Daimrod/Greg

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

2014-03-12 Thread John Hendy
Whoops, completely glossed over the ChangeLog bit of the patch submission guide. Sorry about that; I'll resubmit shortly. 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 l

Re: [O] Export problem with #+BEGIN_EXAMPLE block

2014-03-12 Thread Christian Wittern
Hi Bastien, On 2014-03-13, 00:22, Bastien wrote: Weird, I can export this well with Emacs 24.3/Org 7.9.3e and latest Emacs/Org. Please try to reproduce the problem with a bare emacs -q and by just loading your Org config. Thank you for your help. Now I can report that I succeeded getting the

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

2014-03-12 Thread Charles Berry
Bastien gnu.org> writes: > > Hi Arun, > > Arun Persaud lbl.gov> writes: > > > I tried to fix this in org. It seems to work over here, but my elisp as > > well as my understanding of org-mode is not perfect ;) Let me know if it > > needs more work. > > Applied, thanks! > Bastien, This see

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

2014-03-12 Thread Andreas Leha
Hi zwz, zwz writes: > Ken Mankoff writes: > >> Hi Andreas, >> >> On 2014-03-11 at 09:41, Andreas Leha wrote: >>> Hi Ken, >>> >>> Ken Mankoff writes: >>> On 2014-03-11 at 08:47, zwz wrote: > In my setup, there is > (setq org-export-exclude-tags '("private" "exclude") > > a

Re: [O] Google + org-mode agenda? can it be done?

2014-03-12 Thread Dror Atariah
It seems like the function "org-export-icalendar-combine-agenda-files" (as discussed in the first link provided by @Matt) has to be replace with "org-icalendar-combine-agenda-files" when working with a new version of org. Am I right? Cheers, Dror On Mar 5, 2014, at 22:50 PM, Matt Lundin wrote:

Re: [O] Org Bash Utils

2014-03-12 Thread Esben Stien
OSiUX writes: > Try: org-clock | org-timeline > > https://github.com/osiris/org-bash-utils Yeah, that's wicked coolness;) Thanks for thanks. -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0

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

2014-03-12 Thread Ilya Shlyakhter
On 3/12/14 2:14 PM, Joost Helberg wrote: back in the time when me and my friend created and sold the Snow Linux Distribution, we donated all excess money to the FSF. If people wanted to give to the FSF, they would have done it directly. I've donated to Org in the past not to defray expenses but

Re: [O] Insert TODO Item at Bottom

2014-03-12 Thread Esben Stien
Bastien writes: > When point is on foo, > C-c C-_ C-u C-u S-M-RET I wonder if my terminal blocks the shift: M-x describe-key S-M-RET ..gives me: C-M-j runs the command org-insert-todo-heading, which is an interactive compiled Lisp function in `org.el'. I'm running emacs -nw -q in terminal i

Re: [O] Single Search Hit and Quick Jump

2014-03-12 Thread Esben Stien
Bastien writes: > You can have a custom agenda command like this one: > > (setq org-agenda-custom-commands >'(("c" "Level 3 courge" tags "+LEVEL=3" > ((org-agenda-regexp-filter-preset '("+corge")) Yeah, that works nicely;), but it's a hardcoded search string. How would

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

2014-03-12 Thread William Denton
How much money is coming in? Might there be something that could be paid for that would be helpful, such as getting professionally done subtitles/captions on one of the videos? Or something else that's in the class of tasks that someone could volunteer to do but if it's possible to spend a bit

Re: [O] data tables produced by shell source block

2014-03-12 Thread Thomas S. Dye
Aloha Ken, Running emacs -Q, initialized to point to an up-to-date Org mode, this works for me. I evaluate this source code block so babel recognizes shell source code blocks: #+BEGIN_SRC emacs-lisp (org-babel-do-load-languages 'org-babel-load-languages '((sh . t))) #+END_SRC #+RESULTS: | (sh

Re: [O] [bug] #+constants line has to be at column 0

2014-03-12 Thread Nicolas Goaziou
Bastien writes: > Agreed, please go ahead, Done. Regards, -- Nicolas Goaziou

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

2014-03-12 Thread Xebar Saram
+1 for Bastien for what its worth (im a relatively neewb but Bastien has been truly epic in helping new users) best Z On Wed, Mar 12, 2014 at 9:32 PM, Sebastien Vauban wrote: > Hello Carsten, > > > I am still receiving donations for Org-mode, even though right now I am > > only formally the ma

Re: [O] data tables produced by shell source block

2014-03-12 Thread Ken Mankoff
Ohp. Nevermind. Sorry for the noise. I have a default of ":results output", and when I set ":results value" it works. -k. On 2014-03-12 at 16:08, Ken Mankoff wrote: > The babel sh example here: > http://orgmode.org/worg/org-contrib/babel/intro.html#source-code-execution > > says (and shows)

[O] data tables produced by shell source block

2014-03-12 Thread Ken Mankoff
The babel sh example here: http://orgmode.org/worg/org-contrib/babel/intro.html#source-code-execution says (and shows), "Babel automatically converts the output into an Org-mode table.". When I run that same code #+name: directories #+begin_src sh :results replace cd ~ && du -sc * |grep -v t

[O] How do I make org-mode columnview show all file results?

2014-03-12 Thread Bill Harris
I'm trying to create a set of files that describe project data and have a column view block in a summary file, but the columnview is only picking up one project, and I need it to pick up all. P1.org and P2.org are two sample project files, and MasterP.org is the summary file. P1.org: #+COLUMNS:

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

2014-03-12 Thread Sebastien Vauban
Hello Carsten, > I am still receiving donations for Org-mode, even though right now I am > only formally the maintainer of Org (it is very difficult to make time free > for me, currently). I would like to pass donations on to someone here who > has expenses related to Org, because this does not f

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-03-12 Thread Bastien
"R. Michael Weylandt " writes: > I've tried this with Org 7.9.3 and 8.2.5h to the same result: > > <--> > #+TITLE: Test > * One > Here is a [[http://google.com/search?q=orgmode][link]] > <--> > > Exporting to HTML doesn't transform the link but exporting to

Re: [O] org-table can't narrow

2014-03-12 Thread Bastien
Hi Rasmus, Rasmus writes: > Is it a feature that the second column doesn't narrow? I don't > recognize it as a feature from > > http://orgmode.org/org.html#Column-width-and-alignment > > On the other hand it could be a technical limitation. Yes, it is a technical limitation. I may have a

Re: [O] Bug: shift-enter in org tables leaves cursor in wrong position [8.2.5h (8.2.5h-6-g8e1386-elpa @ /cygdrive/c/Users/jason/.emacs.d/elpa/org-20140203/)]

2014-03-12 Thread Bastien
Hi Michael, Michael Brand writes: > On Sat, Mar 1, 2014 at 12:13 PM, Bastien wrote: >> I see. The following patch fixes it but it's just a quick try, >> I need to review possible side-effects more carefully. In the >> meantime, if you can confirm it works for you, that'd help. > > The patch w

Re: [O] `org-attach-file-list' doesn't allow dotfiles

2014-03-12 Thread Bastien
Hi Oleh, Oleh writes: > I wanted to store this file as an attachment in an org document, so I > don't forget about it, but this attachment can't be opened due > to `org-attach-file-list` ignoring all files that start with a dot. I'm copying John to this email, to see if there is any reason why

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

2014-03-12 Thread Bastien
Hi Carsten and all, Achim Gratz writes: > That's an interesting problem to have... :-) FWIW I support Joost proposal to donate to the FSF. But I'd be interested to know if Emacs maintainers accept donations. If they do, I'd split donations between FSF and Emacs maintainers. > Since Org certai

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

2014-03-12 Thread Achim Gratz
Carsten Dominik writes: > I am still receiving donations for Org-mode, even though right now I > am only formally the maintainer of Org (it is very difficult to make > time free for me, currently). I would like to pass donations on to > someone here who has expenses related to Org, because this doe

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

2014-03-12 Thread Thorsten Jolitz
Joost Helberg writes: > back in the time when me and my friend created and sold the Snow Linux > Distribution, we donated all excess money to the FSF. > > This was 20 years ago, but I think the FSF serves as much a purpose > then as it does nowadays. Wouldn't it be a better idea to compensate th

Re: [O] org-edit-special cannot tell ditaa from table

2014-03-12 Thread Bastien
Hi, zwz writes: > When I hit C-c ', the minibuffer says "Recognizing tables...done", > and the org src scratch buffer does not turn picture-mode on. This should be fixed now, thanks for reporting this. -- Bastien

Re: [O] [PATCH] org.el (org-delete-property): Remove bogus properties

2014-03-12 Thread Bastien
Hi Oleh, Oleh writes: > Can someone have a look at this patch and check it in? I applied a different patch, things are a bit more complicate: (org-get-category) always returns a non-empty string (at least after `org-refresh-category-properties' as been called once), while (org-entry-get (point)

Re: [O] [bug] #+constants line has to be at column 0

2014-03-12 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > I think we should remove this historical limitation, as there is no > reason to keep it any longer. The benefit is that such a change will be > backward compatible. Agreed, please go ahead, -- Bastien

Re: [O] [bug] #+constants line has to be at column 0

2014-03-12 Thread Nicolas Goaziou
Hello, Bastien writes: > This is the same behavior than all #+ directives except these four: > > #+TITLE: > #+AUTHOR: > #+DATE: > #+EMAIL: > > Fontification should tell you in all cases. Most user-defined keywords ignore indentation (e.g., #+LATEX_HEADER:, #+MACRO: ...). I think we should r

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' itself a command by >> adding (interactive) and ca

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

2014-03-12 Thread Joost Helberg
Carsten, back in the time when me and my friend created and sold the Snow Linux Distribution, we donated all excess money to the FSF. This was 20 years ago, but I think the FSF serves as much a purpose then as it does nowadays. regards, Joost Helberg > "Carsten" == Carsten Dominik writes:

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

2014-03-12 Thread Bastien
Hi Arun, Arun Persaud writes: > I tried to fix this in org. It seems to work over here, but my elisp as > well as my understanding of org-mode is not perfect ;) Let me know if it > needs more work. Applied, thanks! -- Bastien

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-12 Thread John Hendy
On Wed, Mar 12, 2014 at 11:14 AM, Bastien wrote: > John Hendy writes: > >> I thought requiring org wasn't required anymore? > > Yes, it is not required, but better than (load "org"). Great -- just making sure I'm not goofing my own setup. Looks like he actually has both: #+begin_quote (require

Re: [O] [bug] #+constants line has to be at column 0

2014-03-12 Thread Bastien
Hi Eric, Eric S Fraga writes: > Unlike some other #+ directives, the #+constants: one has to be at > column 0 or else it is not understood/parsed by org. This is the same behavior than all #+ directives except these four: #+TITLE: #+AUTHOR: #+DATE: #+EMAIL: Fontification should tell you in

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

2014-03-12 Thread Carsten Dominik
Dear all, I am still receiving donations for Org-mode, even though right now I am only formally the maintainer of Org (it is very difficult to make time free for me, currently). I would like to pass donations on to someone here who has expenses related to Org, because this does not feel right any

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

2014-03-12 Thread Bastien
Thorsten Jolitz writes: > ,- > | M-: (callOrgDisplay) > `- > > with point on the second level headline shows that internal string > representation. Only if I make `callOrgDisplay' itself a command by > adding (interactive) and call it with M-x, the string w

Re: [O] [PATCH] Support for links to Ebib's entries

2014-03-12 Thread Bastien
Hi Greg, Daimrod writes: > I've attached a small patch to support links (opening and storing) to > Ebib's[1] entries. > > Can I integrate it? Sure, please go ahead, thanks! -- Bastien

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)) >> `-- >> >> while using M-x shows the string "1st Level

Re: [O] Insert TODO Item at Bottom

2014-03-12 Thread Bastien
Hi Esben, Esben Stien writes: > ** foo > *** TODO 1 > *** TODO 2 > *** TODO 3 > > If I stand on "foo" and hit a key combination, I want to insert a new > TODO at the bottom of the current node, so that it becomes "TODO 4" When point is on foo, C-c C-_ C-u C-u S-M-RET will do i

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

2014-03-12 Thread Thorsten Jolitz
Hi List, by adding a soft-dependency to outorg.el and a generic function `outshine-use-outorg', it is now possible to call all kinds of Org-mode functionality from an outshine buffer (i.e. a source-code buffer with outline-minor-mode and outshine extensions enabled). Its a first version, so not

Re: [O] Single Search Hit and Quick Jump

2014-03-12 Thread Bastien
Hi Esben, Esben Stien writes: > Now, If I f.ex do C-c a s corge, I get multiple hits, but I really only > search for level 3 items always. Is there any way to restrict the search > to only level 3 items? You can have a custom agenda command like this one: (setq org-agenda-custom-commands

[O] [PATCH] org.el (org-delete-property): Remove bogus properties

2014-03-12 Thread Oleh
Hi all, Can someone have a look at this patch and check it in? It fixes `org-delete-property` offering to delete "CATEGORY" property although it's not present. Also skip completion when there's only one candidate. regards, Oleh From ad4415a4cbf67955c636b8a3384f3163cac61462 Mon Sep 17 00:00:00 20

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-12 Thread Jambunathan K
M writes: > have to load my settings file manually (open, eval-buffer, close) at > each startup... By hand, do M-x load-file RET path-to-file RET Now after you have done this, do M-x list-command-history RET And copy-paste the relevant portion to your .emacs. That is all. No need to m

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-12 Thread Bastien
John Hendy writes: > I thought requiring org wasn't required anymore? Yes, it is not required, but better than (load "org"). -- Bastien

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

2014-03-12 Thread Bastien
Thorsten Jolitz writes: > both print this in the message buffer > > ,-- > | byte-code: End of buffer > | #("1st level" 0 9 (face org-level-1)) > `-- > > while using M-x shows the string "1st Level" as expected. There is no p

Re: [O] can I fill-paragraph some org data from the command line?

2014-03-12 Thread Bastien
Alan Schmitt writes: > Here is the code, if it's helpful to others. Thanks for sharing this! -- Bastien

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 think you miss the fact that it displays a pa

Re: [O] can I fill-paragraph some org data from the command line?

2014-03-12 Thread Alan Schmitt
Bastien writes: > Hi Alan, > > Alan Schmitt writes: > >> Do you have tools or an approach using emacs (as a command line tool) to >> suggest? > > I would call emacs in batch mode, applying some Elisp code to fill > each element. See `org-forward-element' and `org-fill-paragraph'. Thanks a lot

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-12 Thread John Hendy
On Mar 12, 2014 10:17 AM, "Bastien" wrote: > > M writes: > > > (load "org") > > Replace this with (require 'org) > > And make sure (1) you have been running ~$ make (or ~$ make autoloads) > in your Org directory. > I thought requiring org wasn't required anymore? John > If this does not work,

Re: [O] Bug -- Tag with space

2014-03-12 Thread Bastien
Hi David, David Masterson writes: > Had that suspicion which is why I didn't file it as an official bug. I > ran across this when setting up org-toodledo which will sync Org tasks > with Toodledo tasks. Org-toodledo treats Toodledo Contexts as Org Tags > (with a prepended '@') and Toodledo all

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

2014-03-12 Thread Bastien
Hi John, John Hendy writes: > Feel free to counter my changes with suggestions/improvements and I'll > re-submit. Looks good, except for the trailing whitespaces on a line. Can you resubmit this with a proper ChangeLog entry? Thanks! -- Bastien

Re: [O] Export problem with #+BEGIN_EXAMPLE block

2014-03-12 Thread Bastien
Hi Christian, Christian Wittern writes: > The following minimal example shows a problem I have with export (tested > with 8.25 from git and the one bundled in Emacs 24.3.1): Can you run M-x org-version RET just to give the full version number? This helps spotting possible installation problems

Re: [O] mark parent of current heading

2014-03-12 Thread Bastien
Matt Price writes: > is it possible to mark, not the current subtree, but one level up from > the current subtree? Interactively, this would be C-c C-^ M-h if point is on the headline, C-c C-^ C-c C-^ M-h if point is within the subtree. HTH, -- Bastien

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

2014-03-12 Thread Bastien
Rainer Stengele writes: > Org-mode version N/A-fixup (N/A-fixup !!check installation!! @ mixed ^^ Did you run ~$ make or ~$ make autoloads? -- Bastien

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-12 Thread Bastien
M writes: > (load "org") Replace this with (require 'org) And make sure (1) you have been running ~$ make (or ~$ make autoloads) in your Org directory. If this does not work, please use M-x org-version RET and report the exact version number. Thanks, -- Bastien

Re: [O] can I fill-paragraph some org data from the command line?

2014-03-12 Thread Bastien
Hi Alan, Alan Schmitt writes: > Do you have tools or an approach using emacs (as a command line tool) to > suggest? I would call emacs in batch mode, applying some Elisp code to fill each element. See `org-forward-element' and `org-fill-paragraph'. HTH, -- Bastien

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

2014-03-12 Thread Bastien
Hi Thorsten, 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 think you miss the fact that it displays a path only if the headline is

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

2014-03-12 Thread John Hendy
> In my example, I did not set the header argument session, and variable > org-babel-default-header-args has the value: > (:results . "replace") > (:exports . "code") > (:cache . "no") > (:noweb . "no") > (:hlines . "no") > (:tangle . "no")) > However, the block still runs. I wanted to try a

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

2014-03-12 Thread Thorsten Jolitz
Hi List, while ,- | M-x org-display-outline-path `- works as expected for me, neither ,--- | M-: (org-display-outline-path) `--- nor ,---

Re: [O] tabs inserted in code blocks

2014-03-12 Thread John Hendy
On Mar 11, 2014 11:21 PM, "Nick Dokos" wrote: > > "Stephen J. Barr" writes: > > > Hello, > > > > I have the following code block in an org-mode file: > > > > > > > > #+CAPTION: Matlab Dynamic Programming Solution > >

[O] can I fill-paragraph some org data from the command line?

2014-03-12 Thread Alan Schmitt
Hello, I'm playing with manipulating some data in org-mode format from the command line (OK, I admit that I'm playing with acme). I'm wondering if there is a tool, or a way to call emacs, to do the following: - get some data in org-mode format from stdin - nicely format the text - spit the resul

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

2014-03-12 Thread zwz
Rainer M Krug writes: > Ken Mankoff writes: > >> On 2014-03-11 at 08:47, zwz wrote: >>> In my setup, there is >>> (setq org-export-exclude-tags '("private" "exclude") >>> >>> and In my test.org: >>> >>> * test >>> >>> ** Not exported:exclude: >>>#+BEGIN_SRC ditaa :file test.

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

2014-03-12 Thread zwz
Ken Mankoff writes: > Hi Andreas, > > On 2014-03-11 at 09:41, Andreas Leha wrote: >> Hi Ken, >> >> Ken Mankoff writes: >> >>> On 2014-03-11 at 08:47, zwz wrote: In my setup, there is (setq org-export-exclude-tags '("private" "exclude") and In my test.org: * test >>

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

2014-03-12 Thread zwz
Sebastien Vauban writes: > Rainer M Krug wrote: >> Ken Mankoff writes: >>> On 2014-03-11 at 08:47, zwz wrote: In my setup, there is (setq org-export-exclude-tags '("private" "exclude") and In my test.org: * test ** Not exported:exclude: >>

Re: [O] org-edit-special cannot tell ditaa from table

2014-03-12 Thread zwz
Thomas Holst writes: > Hi, > > zwz wrote: > >> Here is an example: >> >> * test >> #+BEGIN_SRC ditaa >> ++ +-+ >> || | | >> || | | >> ++ +-+ >> #+END_SRC >> When I hit C-c ', the minibuffer says "Recognizing tables...done", >> and the org src scratch

Re: [O] org-edit-special cannot tell ditaa from table

2014-03-12 Thread zwz
Thomas Holst writes: > Hi, > > zwz wrote: > >> Here is an example: >> >> * test >> #+BEGIN_SRC ditaa >> ++ +-+ >> || | | >> || | | >> ++ +-+ >> #+END_SRC >> When I hit C-c ', the minibuffer says "Recognizing tables...done", >> and the org src scratch

[O] Can I use an already defined agenda view in another agenda command?

2014-03-12 Thread M
Hi, Is there a way to first create an agenda command with basic settings and then reuse and extend those settings in another agenda? Example: first create a weekly agenda "overview-10d", which can be invoked e. g. with C-c a a, that shows all deadlines for the next 10 days then create another ag

[O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-12 Thread M
Sorry for asking again, but this issue is still a big problem for me, as I have to load my settings file manually (open, eval-buffer, close) at each startup... I'm trying to use a custom setup for `org-mode 8.2` on `Windows 7`, but it does not work as expected. Sorry for pushing that, but is ve

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

2014-03-12 Thread Sebastien Vauban
Rainer M Krug wrote: > Ken Mankoff writes: >> On 2014-03-11 at 08:47, zwz wrote: >>> In my setup, there is >>> (setq org-export-exclude-tags '("private" "exclude") >>> >>> and In my test.org: >>> >>> * test >>> >>> ** Not exported:exclude: >>>#+BEGIN_SRC ditaa :file test.png :

Re: [O] mark parent of current heading

2014-03-12 Thread Thorsten Jolitz
Matt Price writes: > is it possible to mark, not the current subtree, but one level up from > the current subtree? I would like to add that level to the org > bindings for expand-region, > > https://github.com/magnars/expand-region.el/blob/master/the-org-mode-expansions.el you are probably look

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

2014-03-12 Thread Rainer Stengele
All, I not more can calculate a clocktable with :scope agenda-with-archives I try to create this clocktable #+BEGIN: clocktable :maxlevel 0 :fileskip0 t :scope agenda-with-archives :block 2014-03 #+END: Error message is: setq: Symbol's function definition is void: org-add-archive-files I ru

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

2014-03-12 Thread Detlef Steuer
Am Tue, 11 Mar 2014 17:59:59 -0700 schrieb Samuel Wales : > 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. > > What's the current status of document scanners for Linux?

Re: [O] [PATCH] Change to org-src-preserve-indentation documentation

2014-03-12 Thread Nicolas Goaziou
Hello, John Hendy writes: > Let me know if you have further suggestions on the change. It looks good. Applied. Thank you. Regards, -- Nicolas Goaziou