Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-09-25 Thread Loris Bennett
Achim Gratz writes: > Loris Bennett writes: >> How do I avoid the mixed installation problem when testing with a clone >> of the org repository? My version is >> >> , >> | Org-mode version 7.9.1 (release_7.9.1-git @ mixed installat

Re: [O] org-date-toggle-inactive

2012-09-25 Thread Bastien
Bastien writes: > Or simply M- on the angle/bracket of the time-stamp. Er.. that's S- of course. -- Bastien

Re: [O] Help! problem with org-capture-templates

2012-09-25 Thread Bastien
Hi Bill, Bill Day writes: > Thanks for your reply.  I tried that and I got this: > > When done with this frame, type C-x 5 0 > Template key: > OVERVIEW > Restoring clock data > Loading /home/billday/.emacs.d/org-clock-save.el (source)...done > OVERVIEW > Loading vc-git...done > OVERVIEW [3 times

[O] bug#9536: bug#9536: 24.0.50; org-capture do not work together org-crypt.el

2012-09-25 Thread Bastien
Hi Mike, Mike McLean writes: > I don't use org-crypt. After updating Org to this patch level, I get > the following error on every attempt to capture. > > org-capture-set-target-location: Symbol's function definition is void: > org-at-encrypted-entry-p Fixed, thanks. -- Bastien

Re: [O] Help! problem with org-capture-templates

2012-09-25 Thread Bill Day
Thanks for your reply. I tried that and I got this: When done with this frame, type C-x 5 0 Template key: OVERVIEW Restoring clock data Loading /home/billday/.emacs.d/org-clock-save.el (source)...done OVERVIEW Loading vc-git...done OVERVIEW [3 times] byte-code: Before first headline at position 1

Re: [O] Help! problem with org-capture-templates

2012-09-25 Thread Nick Dokos
Bill Day wrote: > release_7.9.1-348-gea7baa emacs 24.2.1 > ... > Error: > > Debugger entered--Lisp error: (void-function org-at-encrypted-entry-p) >   org-at-encrypted-entry-p() >   org-capture-set-target-location() >   org-capture(nil) >   call-interactively(org-capture nil nil) > Probably a

[O] Bug?: Table spreadsheet: Inactive dates

2012-09-25 Thread Daniel E . Doherty
All, I notice that in a table, I can use active timestamps, do arithmetic with them, and get meaningful results. However, if I use inactive timestamps, I get different results. I prefer the way active timestamps work, since I can easily do date arithmetic with them. The problem with active tim

Re: [O] Bug: R source block list export not working properly [7.8.11]

2012-09-25 Thread Greg Tucker-Kellogg
Hi Tom, I didn't realize. Thanks for the info; I'll look into it. Greg On Sep 25, 2012, at 11:28 PM, Thomas S. Dye wrote: > Hi Greg, > > The problem is that no one is maintaining ob-r.el. The author, Dan > Davison, has moved on to other things. > > Eric Schulte will apply patches to ob-r.e

[O] bug#9536: bug#9536: 24.0.50; org-capture do not work together org-crypt.el

2012-09-25 Thread Mike McLean
On Sep 25, 2012, at 10:33 AM, Bastien wrote: > Hi Guilherme, > > Guilherme Gondim writes: > >> I would use `org-capture' to add a entry in a subtree encrypted using >> `org-encrypt'. >> >> `org-capture' currently do not identify and decrypt a encrypted subtree >> before save the entry. > >

[O] Help! problem with org-capture-templates

2012-09-25 Thread Bill Day
release_7.9.1-348-gea7baa emacs 24.2.1 When trying to apply a capture template, org-mode gives the error void-function org-at-encypted-entry-p Org templates: (setq org-capture-templates (quote (("t" "todo" entry (file "~/git/org-mode/org/refile.org") "* TODO %^{Task} %^G %?

[O] Turn off orgmode link syntax in babel src blocks

2012-09-25 Thread John Hendy
I have a babel block containing a bash script using double square brackets. This gets converted to an org-mode style link. Copying/pasting will still work fine, but the appearance is still a bit bothersome. Is there a way to turn off link fontification/transformation when inside a babel block? Min

Re: [O] [PATCH] Lookup functions, take two

2012-09-25 Thread Bastien
Achim Gratz writes: > You could ask on the Emacs devel list if that'd be OK. I suggest using this code: (defun org-lookup (val s-list r-list lastp &optional predicate) "Look for VAL in S-LIST and return the corresponding element in R-LIST. If LASTP, ignore all matching VAL in SEARCH-LIST exce

Re: [O] Table export and alignment

2012-09-25 Thread Bastien
Hi Erich, Erich Neuwirth writes: > Section 3.2 of the manual describes the use of '' '' and 'c' for > overruling the alignment of columns. > Should it be instead of c? Fixed, thanks. > And In noticed that these tags are respected by html export, > but not by LaTeX export. > Will LaTeX export

[O] Table export and alignment

2012-09-25 Thread Erich Neuwirth
Section 3.2 of the manual describes the use of '' '' and 'c' for overruling the alignment of columns. Should it be instead of c? And In noticed that these tags are respected by html export, but not by LaTeX export. Will LaTeX export learn this?

Re: [O] org-date-toggle-inactive

2012-09-25 Thread Bastien
Jonathan Leech-Pepin writes: > You should be able to just use =org-toggle-timestamp-type= > instead of your snippet.  It performs the check and will toggle > back and forth between active and inactive timestamps. > > (add-hook 'org-ctrl-c-ctrl-c-hook >   'org-toggle-timestamp-type) >   O

Re: [O] Publishing using the new exporter

2012-09-25 Thread Nicolas Goaziou
Hello, Robert Klein writes: > when the :html-preamble function is just: > #+begin_src elisp > (defun s2-preamble () >"alpha-mark") > #+end_src > > the text "alpha-mark" also doesn't get inserted, though simply setting > #+begin_src elisp > :html-preamble "alpha-mark" > #+end_src > works

Re: [O] Breadcrumbs?

2012-09-25 Thread François Pinard
"Sebastien Vauban" writes: > SPC in column 0 does already do that, doesn't it? Wow! I did not know that! Thanks! :-) François

Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-09-25 Thread Achim Gratz
Loris Bennett writes: > How do I avoid the mixed installation problem when testing with a clone > of the org repository? My version is > > , > | Org-mode version 7.9.1 (release_7.9.1-git @ mixed installation! > | /usr/local/share/ema

Re: [O] [PATCH] Lookup functions, take two

2012-09-25 Thread Achim Gratz
Jarmo Hurri writes: > Also made org-table.el (require 'cl) in general, not only compile time, > because there was a warning of it being required at runtime, but there > is still a warning at compile time. Seemed like a reasonable thing to > do, although given the discussion on possible namespace cl

Re: [O] [org-e-beamer-export-] Feature request: obey org-inlinetask-export

2012-09-25 Thread Nicolas Goaziou
Hello, "Myles English" writes: > It would be nice to be able to exclude inline tasks from (the new) > beamer export using: > > #+BEGIN_SRC elisp > (setq org-inlinetask-export nil) > #+END_SRC `org-inlinetask-export' support is dropped on purpose in the new exporter: org-export.el should be the

Re: [O] Differences between MobileOrg and MobileOrgNG

2012-09-25 Thread Henning Weiss
Hi, On Wed, Sep 19, 2012 at 12:53 AM, wrote: > Henning Weiss wrote: > > >> On Mon, Sep 17, 2012 at 9:20 PM, Robert Eckl wrote: > > >> If i Push the org-files under Windows with MobileOrg the different > >> org-files are not synced, but with MobileOrgNG they are. If i push the > >> org-files unde

Re: [O] orgmode + evernote, anyone using it? Use cases?

2012-09-25 Thread Eden Cardim
> "Marcelo" == Marcelo de Moraes Serpa writes: Marcelo> I used to use Emacs for a lot of other stuff before, but Marcelo> decided to be more pragmatic and enjoy apps outside it as Marcelo> well. "Using apps outside" isn't synonymous with "being pragmatic". Having everything inside

Re: [O] org-date-toggle-inactive

2012-09-25 Thread Jonathan Leech-Pepin
Hello Johan, On 25 September 2012 14:09, Johan Sandblom wrote: > I wrote the following which allows me ctrl-c-ctrl-c on a date in an org > file and thereby toggle the inactive state of the date. I find it useful > when applying to courses that I am later [not] admitted to. Perhaps it is > useful

[O] org-date-toggle-inactive

2012-09-25 Thread Johan Sandblom
I wrote the following which allows me ctrl-c-ctrl-c on a date in an org file and thereby toggle the inactive state of the date. I find it useful when applying to courses that I am later [not] admitted to. Perhaps it is useful to someone else. Perhaps also there are obvious improvements to the c

Re: [O] Breadcrumbs?

2012-09-25 Thread Bastien
Hi Nick, Nick Dokos writes: > I must have missed some context: where does SPC in column 0 run > org-display-outline-path? If you have (setq org-use-speed-commands t) HTH, -- Bastien

Re: [O] auto-fill non-op, fill-paragraph error

2012-09-25 Thread Jörn Gersdorf
Hi Bastien, thank you - the bug is resolved as of release_7.9.1-337-g4512f8. Best regards, Jörn On Tue, Sep 25, 2012 at 3:32 PM, Bastien wrote: > Hi Jörn, > > Jörn Gersdorf writes: > > > No problem, I see that it's quite interesting after the "@" ;-) since > > I'm running emacs under cygwin >

Re: [O] Breadcrumbs?

2012-09-25 Thread Ken Williams
Very nice, thanks. I like to see the top-level heading too, so I removed the (rest ...) call near the beginning. -Ken From: Anthony Lander [mailto:anth...@landerfamily.ca] Sent: Monday, September 24, 2012 7:45 PM To: Ken Williams Cc: emacs-orgmode@gnu.org Subject: Re: [O] Breadcrumbs? Hi Ken

Re: [O] orgmode + evernote, anyone using it? Use cases?

2012-09-25 Thread Marcelo de Moraes Serpa
You make some very good points, Eden. Dragging is what bothers me. I used to use Emacs for a lot of other stuff before, but decided to be more pragmatic and enjoy apps outside it as well. I don't currently live inside Emacs (in fact, I've ended up switching to MacVim for most of my coding tasks,

Re: [O] orgmode + evernote, anyone using it? Use cases?

2012-09-25 Thread Eden Cardim
> "Marcelo" == Marcelo de Moraes Serpa writes: Marcelo> Hello everyone, As much as I love orgmode, I can't deny Marcelo> that Evernote looks slick. I would not replace org by Marcelo> Evernote per se, but Evernote does have more polished Marcelo> capture tools than orgmode has

[O] bug#9536: 24.0.50; org-capture do not work together org-crypt.el

2012-09-25 Thread Guilherme Gondim
Bastien writes: > Hi Guilherme, > > Guilherme Gondim writes: > >> I would use `org-capture' to add a entry in a subtree encrypted using >> `org-encrypt'. >> >> `org-capture' currently do not identify and decrypt a encrypted subtree >> before save the entry. > > This is now fixed in Org's git rep

[O] bug#9536: 24.0.50; org-capture do not work together org-crypt.el

2012-09-25 Thread Bastien
Hi Guilherme, Guilherme Gondim writes: > I would use `org-capture' to add a entry in a subtree encrypted using > `org-encrypt'. > > `org-capture' currently do not identify and decrypt a encrypted subtree > before save the entry. This is now fixed in Org's git repository. It will be part of Org

Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-09-25 Thread Memnon Anon
"Loris Bennett" writes: > How do I avoid the mixed installation problem when testing with a clone > of the org repository? ,[ http://orgmode.org/worg/org-faq.html#mixed-install ] | Among the most common reasons is Orgmode gets loaded before the | load-path variable is updated to include the

[O] agenda timeline filtered by date range

2012-09-25 Thread Johan Sandblom
Hello. Since a year or so I am using org-mode ever more intensively. Among other things, I use it to track my training in pediatric medicine. I keep a sort of combined diary and planner of events, courses and work schedules in a file called arbete.org, which tracks the four years since I star

Re: [O] Bug: R source block list export not working properly [7.8.11]

2012-09-25 Thread Thomas S. Dye
Greg Tucker-Kellogg writes: > I reported this on the mailing list as a question, but it appears to be an > actual bug, so I thought I should file it formally. The following MWE > shows the problem when trying to export an R character vector: > > #+begin_src R :exports results :results value list

Re: [O] Breadcrumbs?

2012-09-25 Thread Bastien
"Sebastien Vauban" writes: > Could we imagine the displayed outline path to be separated by " / " instead > of by "/", that is: >From current master, try this out: (org-display-outline-path nil t " - ") HTH, -- Bastien

Re: [O] Breadcrumbs?

2012-09-25 Thread Memnon Anon
Bastien writes: > Indeed! I've updated `org-display-outline-path' so that it can return a > string: > > (org-display-outline-path nil t t) > > So you can now hook it like this: > > (add-hook 'org-mode-hook > (lambda() (add-to-list 'mode-line-format >

Re: [O] Breadcrumbs?

2012-09-25 Thread Nick Dokos
Sebastien Vauban wrote: > Hi, > > Anthony Lander wrote: > > On 12-Sep-24, at 5:36 PM, Ken Williams wrote: > > > >> Has anyone ever tried implementing a “breadcrumbs”-type feature in > >> org-mode? > >> By that I mean something that would quickly tell you the headings up the > >> whole path to t

Re: [O] [org-e-beamer-export-to-latex] howto put intra-frame latex?

2012-09-25 Thread Myles English
Hi Suvayu, Suvayu Ali writes: > On Tue, Sep 25, 2012 at 02:59:55PM +0100, Myles English wrote: >> >> Hello again, >> >> Does anyone have a solution to this? I am attempting to give one slide >> only a background image. >> >> I can set the background image but can't unset it because the late

Re: [O] [org-e-beamer-export-to-latex] howto put intra-frame latex?

2012-09-25 Thread Myles English
Well reading the manual/src helped, of course, and I have altered the example below if any one else is wondering. Because I have H:2 in the #+OPTIONS line, a level 1 heading does not make a frame and can be used sneak in some latex. Myles English writes: > Does anyone have a solution to this?

Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-09-25 Thread Loris Bennett
Bastien writes: > Hi Loris, > > "Loris Bennett" writes: > >> I have updated from 7.8.something to 7.9.1 and evaluating the following >> source block: >> >> ,-- >> | #+header: :cache no :eval query >> | #+name: sacct-

Re: [O] [org-e-beamer-export-to-latex] howto put intra-frame latex?

2012-09-25 Thread Suvayu Ali
On Tue, Sep 25, 2012 at 02:59:55PM +0100, Myles English wrote: > > Hello again, > > Does anyone have a solution to this? I am attempting to give one slide > only a background image. > > I can set the background image but can't unset it because the latex > directive needs to come after the \end{

Re: [O] [PATCH v3 00/11] Taskjuggler exporter improvements

2012-09-25 Thread Christian Egli
Hi Yann Bastien writes: > I have now applied those patches to master. I guess we should update the tutorial on worg (http://orgmode.org/worg/org-tutorials/org-taskjuggler.html). Would you have time to have a stab at this? Thanks Christian -- Christian Egli Swiss Library for the Blind, Visua

[O] [org-e-beamer-export-to-latex] howto put intra-frame latex?

2012-09-25 Thread Myles English
Hello again, Does anyone have a solution to this? I am attempting to give one slide only a background image. I can set the background image but can't unset it because the latex directive needs to come after the \end{frame} of the slide with the background and before the \begin{frame} of the sli

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-25 Thread Christian Egli
Yann Hodique writes: > At the moment I'm kinda contemplating doing a major rewrite of the TJ > exporter to use the org-export framework That might be a good idea. The currect tj exporter doesn't use any of the exporting framework. OTOH it is not really a classic exporter in the sense that it exp

Re: [O] [org-e-beamer-export-] Feature request: obey org-inlinetask-export

2012-09-25 Thread Myles English
Hi Seb, Sebastien Vauban writes: > Hi Myles, > > "Myles English" wrote: >> It would be nice to be able to exclude inline tasks from (the new) >> beamer export using: >> >> #+BEGIN_SRC elisp >> (setq org-inlinetask-export nil) >> #+END_SRC >> >> After that, it would also be nice to be able to tog

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-25 Thread Christian Egli
Buddy Butterfly writes: > thanks for info. I will give this a try when I'll find the time. > At the moment, because of the scrambled handling of task_ids it > is not really usable. What exactly is the problem with the handling of task_ids? Thanks Christian -- Christian Egli Swiss Library for

Re: [O] [org-e-beamer-export-] Feature request: obey org-inlinetask-export

2012-09-25 Thread Sebastien Vauban
Hi Myles, "Myles English" wrote: > It would be nice to be able to exclude inline tasks from (the new) > beamer export using: > > #+BEGIN_SRC elisp > (setq org-inlinetask-export nil) > #+END_SRC > > After that, it would also be nice to be able to toggle the var using an > #+OPTION. +1 for the last

Re: [O] Breadcrumbs?

2012-09-25 Thread Sebastien Vauban
Bastien, Bastien wrote: > "Sebastien Vauban" writes: >>> You can bind this to a speed command. >> >> SPC in column 0 does already do that, doesn't it? > > Yes. And here a small extension to your function, in order to add a more visible color to the displayed path: #+begin_src emacs-lisp (add-hoo

[O] [org-e-beamer-export-] Feature request: obey org-inlinetask-export

2012-09-25 Thread Myles English
Hi, It would be nice to be able to exclude inline tasks from (the new) beamer export using: #+BEGIN_SRC elisp (setq org-inlinetask-export nil) #+END_SRC After that, it would also be nice to be able to toggle the var using an #+OPTION. Thanks, Myles

Re: [O] [org-e-beamer-export-to-pdf] Slide with two columns?

2012-09-25 Thread Myles English
Nicolas Goaziou writes: > You can have a look at the following example: > > --8<---cut here---start->8--- > #+TITLE: Two columns > #+LaTeX_CLASS: beamer > #+BEAMER_THEME: Rochester [height=20pt] > #+BEAMER_COLOR_THEME: spruce > > * Frame title > > Some text b

Re: [O] Publishing using the new exporter

2012-09-25 Thread Nicolas Goaziou
Hello, Robert Klein writes: > If i set :html-preable to either s2-preamble or 's2-preamble nothing > gets inserted. > > I studied the code in org-e-html (excerpt below), but i don't see what I > did wrong. > > #+begin_src elisp :file contrib/lisp/org-e-html.el :firstline 1329 > (defun org-e-ht

Re: [O] Feature request: setq org-agenda-follow-indirect 'parent

2012-09-25 Thread Nicolas Girard
>>> >>> In this example, in order to work on, or even decide anything about >>> "Todo item 1", chances are that I'd also need to see the contents of >>> the "References" and "Notes" items ; so the tree I'd need to see in >>> the indirect buffer should have the *parent* of "Todo item 1" as root, >>>

Re: [O] Breadcrumbs?

2012-09-25 Thread Bastien
"Sebastien Vauban" writes: >> You can bind this to a speed command. > > SPC in column 0 does already do that, doesn't it? Yes. -- Bastien

Re: [O] [PATCH] Lookup functions, take two

2012-09-25 Thread Bastien
Jarmo Hurri writes: > So if it does not fit the core, where should I add it so that the users > will still find it? I think that in general it is a very good idea to > have powerful tables in org. Right? Right :) > Many users in the land of spreadsheet programs have gotten used to these > funct

Re: [O] [PATCH] Lookup functions, take two

2012-09-25 Thread Bastien
Hi Carsten, "Dominik, Carsten" writes: > since you copied me, I guess you want my comment? yes, sorry for requesting this implicitely. > I think this is very useful functionality and I would vote for putting > it into the core. Okay, thanks. > The documentation should be kept as compact as p

Re: [O] [PATCH] Give possibility to start gnus with gnus-no-server

2012-09-25 Thread Bastien
Hi Jarmo, Jarmo Hurri writes: > You probably mean > > (defalias 'gnus 'gnus-no-server) Er.. yes. > which, to my ashtonishment, did not do it. I don't know why. It did not > matter whether I defined the alias before or after requiring org. This looks like a Gnus bug. Please report it to the G

Re: [O] Breadcrumbs?

2012-09-25 Thread Sebastien Vauban
Hi, Anthony Lander wrote: > On 12-Sep-24, at 5:36 PM, Ken Williams wrote: > >> Has anyone ever tried implementing a “breadcrumbs”-type feature in org-mode? >> By that I mean something that would quickly tell you the headings up the >> whole path to the root, to quickly orient yourself when you’re

Re: [O] [PATCH] Lookup functions, take two

2012-09-25 Thread Dominik, Carsten
Hi Bastien, since you copied me, I guess you want my comment? I think this is very useful functionality and I would vote for putting it into the core. The documentation should be kept as compact as possible, I think without an example, just describe the functionality. Maybe Jarmo can write a l

Re: [O] Emacs lisp code export difference between `org-export-region-as-html' and `org-export-as-html'

2012-09-25 Thread Bastien
Hi, thorne writes: > On Mon, Sep 24, 2012 at 3:53 PM, thorne wrote: >> (defun render-one (file) >>(with-temp-buffer >> (insert-file file) >> (org-export-as-html nil nil nil 'string t))) > > Well, I still don't know why it behaves the way I've described, but it > w

Re: [O] new exporter: exporting subtree as beamer

2012-09-25 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > [ test_beamer.org ] * Test Beamer :PROPERTIES: :EXPORT_LaTeX_CLASS: beamer :EXPORT_LaTeX_CLASS_OPTIONS: [presentation] :EXPORT_FILE_NAME: presentation.pdf :COLUMNS: %45ITEM %10BEAM

Re: [O] Publishing using the new exporter

2012-09-25 Thread Robert Klein
On 09/24/2012 07:27 PM, Robert Klein wrote: On 09/24/2012 12:25 PM, Nicolas Goaziou wrote: Hello, Robert Klein writes: I'm trying to use the new exporter for publishing a project. For some reason all .org files get exported to zero length .html files. Did you (require 'org-e-html) first?

[O] Bug: R source block list export not working properly [7.8.11]

2012-09-25 Thread Greg Tucker-Kellogg
I reported this on the mailing list as a question, but it appears to be an actual bug, so I thought I should file it formally. The following MWE shows the problem when trying to export an R character vector: #+begin_src R :exports results :results value list c("x","y","z") #+end_src #+RESULTS: -