Re: [O] Show TODO item in table of contents

2013-11-06 Thread Rainer Stengele
Am 05.11.2013 17:33, schrieb Bastien: > Hi Rainser, > > Rainer Stengele writes: > >> I have that one set to t. >> What I want is to see the todo state words in the table of contents. >> I see them in the contents but not in the table of contents. > > Mhh... then I think you can't, sorry. > Hi

Re: [O] how to make relative file links?

2013-11-06 Thread paul
David Belohrad writes: > ups, second test. it really works. I have messed up settings on two > computers... I use Dropbox (there are alternatives) for an elisp file with all my emacs settings so that I always loading the same settings. A minimal .emacs.d/init.el loads this file on each machine,

Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-11-06 Thread James Harkins
On Tuesday, October 29, 2013 4:06:29 PM HKT, Nicolas Goaziou wrote: It should clean them up. Though, the "-2" suffix implies that a regexp is needed to find temporary files. Does the following patch work? It seems not to have any effect. Here's what I did to try it: 1. cd ~/share/org-mode.git

Re: [O] Show TODO item in table of contents

2013-11-06 Thread Bastien
Rainer Stengele writes: > Anybody else would find this useful? FWIW I would! -- Bastien

Re: [O] org-agenda-prefix-format %s returns null string

2013-11-06 Thread Bastien
Hi Samuel, Samuel Wales writes: > My understanding is that %s is supposed to show scheduling > information? Do people typically use %(org-get-property > \"SCHEDULED\") and similar instead? > > Thanks. > > === > `(("i" . "views -- agenda, next") > ("iu" "upcoming scheduled and

Re: [O] Bug: *bold* text isn't fontified unless text is changed on the same line [8.1 (release_8.1-3-ga005db)]

2013-11-06 Thread Bastien
Hi Oleh, Oleh writes: > The font-lock works fine as I type, but when I re-open the file, > or call `revert-buffer', the *bold* text loses its fontification. > Note that all others, like /italic/ or =code=, work fine. > Only *bold* is affected. I confirm this issue but I don't know how to fix it

[O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
I am trying a LaTeX export, but I get the following error: org-babel-exp processing... executing Dot code block... Wrote /tmp/babel-18129i9i/ob-input-18129Nzr Code block evaluation complete. Saving file /home/cecil/Documents/shell-scripting.tex... Wrote /home/cecil/Documents/shell-scripting.tex Pro

Re: [O] Can org-capture-templates be made more flexible?

2013-11-06 Thread Bastien
Hi Leo, Leo Liu writes: > I use https://github.com/leoliu/applescripts/blob/master/Notes.el to > pull notes from Notes.app on OS X into an org buffer. > > Naturally I also want to hook something into org-capture to create new > notes. However, it seems org-capture-templates requires a file-locat

Re: [O] I cannot follow <<>> links

2013-11-06 Thread Bastien
Hi Daniel, Daniel Clemente writes: > I think this in enough to correct it: I can't find the confirmation on the list, but I see this has been applied. Just to close this bug report. Thanks, -- Bastien

Re: [O] [Bug] Removing scheduled/deadline shows "Entry repeats:..." which is not true

2013-11-06 Thread Bastien
Hi Marcin, Marcin Borkowski writes: > Just a few seconds ago I experienced something similar (I was changing > the TODO state, and there was *no* SCHEDULED keyword anywhere (!) in > the file). I diffed the only buffer that changed (the current one) to > the saved version, and found nothing susp

Re: [O] (no subject)

2013-11-06 Thread Bastien
Hi Cecil, Cecil Westerhof writes: > Is that possible? Well, I'd simply not use a "Hours spent" headline, which seems redundant. -- Bastien

Re: [O] (no subject)

2013-11-06 Thread Bastien
Cecil Westerhof writes: > Is that possible? -- Bastien

Re: [O] Org-Capture template overwriting headlines!?

2013-11-06 Thread Bastien
Hi Juan, Juan Alberto Sanchez writes: > I recently wrote a few org-capture template for myself and I just > notice a strange issue with the captures. when I record a capturer if > there was already something of the same level where the file+headline > is inserting it overwrites the previews entr

Re: [O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof > > I am trying a LaTeX export, but I get the following error: > org-babel-exp processing... > executing Dot code block... > Wrote /tmp/babel-18129i9i/ob-input-18129Nzr > Code block evaluation complete. > Saving file /home/cecil/Documents/shell-scripting.tex... > Wrote /

Re: [O] Arbitrary lisp functions in column-attributes

2013-11-06 Thread Bastien
Hi Mark, Mark Edgington writes: > Wouldn't the output of a function be something mutually exclusive with > summary types? In other words, a column can be defined to use a > summary type, or it could be defined (with the proposed idea) as the > output of a function, but not both at the same time

Re: [O] [BUG] hline references on left side of table formula

2013-11-06 Thread Bastien
Hi, lom...@voila.fr writes: > I was interested to use hline references on the left side. However I found > out that it > is not completely unsupported. > When the left side consist of: > * single cells references, it does not work > * ranged cells, it works for me (org 8.0.3) (I'm not sure I fu

Re: [O] Errors trying to add properties to clocktable

2013-11-06 Thread Bastien
Hi Pete, Pete Ley writes: > Per section 8.4.2 of the manual, I'm trying to add a :properties column > to the clocktable. Here are my block settings: > > #+BEGIN: clocktable :maxlevel 2 :scope agenda :block thisweek :properties > "CATEGORY" :inherit-props > > Now, my goal is to add a "work commi

Re: [O] Latex export does not work

2013-11-06 Thread Nick Dokos
Cecil Westerhof writes: > I am trying a LaTeX export, but I get the following error: > org-babel-exp processing... > executing Dot code block... > Wrote /tmp/babel-18129i9i/ob-input-18129Nzr > Code block evaluation complete. > Saving file /home/cecil/Documents/shell-scripting.tex... > Wrote /home

Re: [O] Using Multiple TODO Keywords

2013-11-06 Thread Bastien
Hi Kenneth, Kenneth Jacker writes: > When I use `t' or "C-c C-t", the keywords change from TODO, to PENDING, > to CANCELED, and then repeat *only those three states*. > > Shouldn't I be able to use the above to mark the this week's task as DONE? If you use fast TODO selection like this #+SEQ_T

Re: [O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof > I am only getting a message: > ! Package inputenc Error: Unicode char \u8:- not set up for use with > LaTeX. > > But that should be solvable. > I solved that by changing in my .tex file: \usepackage[utf8]{inputenc} to: \usepackage[utf8x]{inputenc} and run

Re: [O] org-tree-to-indirect-buffer: multiple buffers; buffer name containing ID

2013-11-06 Thread Bastien
Hi Karl, Karl Voit writes: > How about using IDs of the sub-tree headings (if found) in order to > name the buffer? In case someone is using custom IDs (like me), the > list would look like: > > - myorgmode.org-1 (-> no ID found for this sub-heading) > - myorgmode.org-project-foobar

Re: [O] How to use the file+function capture template?

2013-11-06 Thread Bastien
Hi Marcin, Marcin Borkowski writes: > I'd like to configure my capture template so that I can select the > target automatically based on the thing captured (use case: I use > capture instead of Firefox bookmarks to store interesting links. I'd > like to store links to youtube videos I'd like to

Re: [O] Having trouble with hidestars this morning

2013-11-06 Thread Bastien
Hi Susan, Susan Cragin writes: > But after compiling both emacs and org-mode from git this morning, > and re-installing, my outlines show all the stars, and the stars > cannot be turned off. I do see the same problem -- Nicolas, do you know what may have caused this? -- Bastien

Re: [O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof > 2013/11/6 Cecil Westerhof > >> I am only getting a message: >> ! Package inputenc Error: Unicode char \u8:- not set up for use with >> LaTeX. >> >> But that should be solvable. >> > > I solved that by changing in my .tex file: > \usepackage[utf8]{inputenc} > t

Re: [O] [BUG] `org-agenda-sorting-strategy' does not work in `tags-todo'

2013-11-06 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: >> Calendar for today >> 2013-09-12 Thu >> 5 d ago TODO 1Buy dog food >> 4 d ago TODO 2Check weekend hours at the gym >> 3 d ago TODO 3Do jogging >> Deadline TODO 4Mail package to S

Re: [O] capture template property :kill-buffer does not let me refile

2013-11-06 Thread Bastien
Hi Rodrigo, Rodrigo Amestica writes: > based on 'printf' type logging I have found one solution that looks to me > like a > bug fix in org-capture-refile. But I'm obviously far from guessing any side > effect that I could be missing. > > In org-capture-refile if I move org-capture-finalize afte

Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-11-06 Thread Nicolas Goaziou
Hello, James Harkins writes: > On Tuesday, October 29, 2013 4:06:29 PM HKT, Nicolas Goaziou wrote: >> It should clean them up. Though, the "-2" suffix implies that a regexp >> is needed to find temporary files. >> >> Does the following patch work? > > It seems not to have any effect. Here's what

Re: [O] Latex export does not work

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof > I am only getting a message: > ! Package inputenc Error: Unicode char \u8:- not set up for use with > LaTeX. > > But that should be solvable. > With some trial and error and od I found that there was a strange combination of character codes (226, 136, 146) where t

Re: [O] Capture templates with "function" type

2013-11-06 Thread Bastien
Hi Brett, Brett Viren writes: > Can someone say how I might get this behavior for the "function" capture > type as well? I'm still investigating this bug, but in the meantime you may want to try using file+function, which does not have the bug. -- Bastien

Re: [O] Show TODO item in table of contents

2013-11-06 Thread Nicolas Goaziou
Hello, Rainer Stengele writes: > In html export include todo state words in table of contents. Would the following patch do the job? Regards, -- Nicolas Goaziou >From 7b85dbbc22e73766ac92295d2b37ae692b20d289 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 6 Nov 2013 15:26:53 +010

Re: [O] How to deal with 'contents' in (derived) exporter backend

2013-11-06 Thread Thorsten Jolitz
Hello, Nicolas Goaziou writes: > Thorsten Jolitz writes: > >> But when I use something like this in the headline transcode function >> >> #+begin_src emacs-lisp >> (format "(headline %S %s) " >> [... return headline string ...] >> contents) >> #+end_src >> >> I get the pa

Re: [O] function?

2013-11-06 Thread Uwe Brauer
>> "Bastien" == Bastien writes: Hi Bastien, > Hi Uwe, > Uwe Brauer writes: > Don't forget to add such useful functions to > http://orgmode.org/worg/org-hacks.html I came to the conclusion, that the function is not useful, so I don't think I will post it. However I think that the

Re: [O] RLT (hebrew) tables and org-odt-export-to-odt problems

2013-11-06 Thread Uwe Brauer
>> "Jambunathan" == Jambunathan K writes: > Uwe >> r2ltableorg.org is the org file and displays the text as >> intended. However not all of the text was written in logical order by >> GNU emacs, but copied from some other sources. > I am venturing in to the wild here and it will

Re: [O] Capture templates with "function" type

2013-11-06 Thread Bastien
Hi Brett, Bastien writes: > I'm still investigating this bug, but in the meantime you may want to > try using file+function, which does not have the bug. Capture templates using `function' should now return back to the correct window location. Thanks for raising this, -- Bastien

Re: [O] function?

2013-11-06 Thread Bastien
Hi Uwe, Uwe Brauer writes: > I never used this site you mentioned, how can I copy the code? Simply send me your public key and I'll give you access to the Worg git repository. Then you'll be able to clone like this: ~$ git clone w...@orgmode.org:worg.git and push changes that will be publ

Re: [O] Show TODO item in table of contents

2013-11-06 Thread Bastien
Nicolas Goaziou writes: >> In html export include todo state words in table of contents. > > Would the following patch do the job? It does for me! Thanks -- Bastien

Re: [O] Show TODO item in table of contents

2013-11-06 Thread Nicolas Goaziou
Hello, Bastien writes: > Nicolas Goaziou writes: > >>> In html export include todo state words in table of contents. >> >> Would the following patch do the job? > > It does for me! Thanks Applied then. Regards, -- Nicolas Goaziou

Re: [O] capture template property :kill-buffer does not let me refile

2013-11-06 Thread Rodrigo Amestica
At Wed, 06 Nov 2013 14:42:25 +0100, Bastien wrote: > > [1 ] > Hi Rodrigo, > > Rodrigo Amestica writes: > > > based on 'printf' type logging I have found one solution that looks to me > > like a > > bug fix in org-capture-refile. But I'm obviously far from guessing any side > > effect that I c

Re: [O] org-mode in the wild

2013-11-06 Thread Karl Voit
* Julian M. Burgos wrote: > Thank you very much John!!! Your document contains a wealth of information on > how to > use org-mode for reproducible research! I really like the idea of > embedding the supporting documents (bibliography, additional analysis) into > the > document. Very nice. A ag

Re: [O] capture template property :kill-buffer does not let me refile

2013-11-06 Thread Bastien
Rodrigo Amestica writes: > yes, that's what I did and it works as I expected. Applied, thanks for confirming! -- Bastien

Re: [O] Help, I need to paste raw image from clipboard into emacs/orgmode

2013-11-06 Thread Alexander Vorobiev
Hi Klaus, I found the function very useful so I expanded it a little to have more flexible image file names. First, I use the base name of the file in the current buffer as a prefix to the image file name. Then I added an integer buffer-local variable to be the image file name's suffix (preceded b

Re: [O] org-agenda moves point in all org agenda buffers

2013-11-06 Thread Bastien
Hi Samuel, Samuel Wales writes: > Point is moved to beginning of buffer in every agenda file when I run > the agenda. > > emacs -Q with a minimal test case and (setq org-agenda-window-setup > 'current-window) has the bug. This is fixed now, thanks. -- Bastien

Re: [O] function?

2013-11-06 Thread Uwe Brauer
>> "Bastien" == Bastien writes: > Hi Uwe, > Uwe Brauer writes: >> I never used this site you mentioned, how can I copy the code? > Simply send me your public key and I'll give you access to the Worg > git repository. s/mime or (gnu)pgp? My pgp key is 14 years old (1024).

Re: [O] function?

2013-11-06 Thread Bastien
Uwe Brauer writes: > s/mime or (gnu)pgp? My pgp key is 14 years old (1024). ~/.ssh/id_rsa.pub or ~/.ssh/id_dsa.pub should do -- no problem for the age of the key. Thanks, -- Bastien

Re: [O] Can org-capture-templates be made more flexible?

2013-11-06 Thread Leo Liu
On 2013-11-06 16:15 +0800, Bastien wrote: > I'm not sure I understand your use-case clearly: you need to invoke > org-capture with no target file? > > Thanks for further explanations Exactly. I need the ability to send the org buffer created by capture to the Notes.app directly. The Notes.app hand

Re: [O] Show TODO item in table of contents

2013-11-06 Thread Rainer Stengele
Am 06.11.2013 16:13, schrieb Nicolas Goaziou: > Hello, > > Bastien writes: > >> Nicolas Goaziou writes: >> In html export include todo state words in table of contents. >>> >>> Would the following patch do the job? >> >> It does for me! Thanks > > Applied then. > > > Regards, > Wonder

Re: [O] Capture templates with "function" type

2013-11-06 Thread Brett Viren
Bastien writes: > Capture templates using `function' should now return back to the > correct window location. Thanks for raising this, Thanks so much for putting time in it! Regards, -Brett. pgpgYsSYgPjri.pgp Description: PGP signature

Re: [O] Can org-capture-templates be made more flexible?

2013-11-06 Thread Bastien
Hi Leo, Leo Liu writes: > On 2013-11-06 16:15 +0800, Bastien wrote: >> I'm not sure I understand your use-case clearly: you need to invoke >> org-capture with no target file? >> >> Thanks for further explanations > > Exactly. I need the ability to send the org buffer created by capture to > the

Re: [O] org-tree-to-indirect-buffer: multiple buffers; buffer name containing ID

2013-11-06 Thread Adam Porter
Bastien gnu.org> writes: > The attached patch does name indirect buffers after the current tree > heading -- thanks for this idea. > > Would anyone else find this useful? Yes, please. :)

Re: [O] Mobile org - add new items to org file

2013-11-06 Thread Adam Porter
Chris Henderson gmail.com> writes: > Is there any way to make the new entries go to my gtd.org file instead? Also: would it be possible to define where in gtd.org file the new entries should go, like some new entries should go under Tasks and some should go under Projects. There is an option in

[O] [bug] ox-org.el subtree export appears broken

2013-11-06 Thread Eric Schulte
Specifically, the title is not taken from the current heading, and subheadings are not promoted to the top level. Export the "Example Subtree" heading in the attached example file using the "subtree" option to demonstrate. Thanks, #+Title: Subtree Export Example * Top ** Problem I think subtree

Re: [O] [ANN] Improved Flyspell check

2013-11-06 Thread Eric Schulte
I've been using this since it was sent, and I haven't noticed any bad behavior. Cheers, Nicolas Goaziou writes: > Nicolas Goaziou writes: > > Updated patch. > > > -- > Nicolas Goaziou > > From 13f68648a0ff468385668f6b141748607d3f8103 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: S

Re: [O] Having trouble with hidestars this morning

2013-11-06 Thread Aaron Ecay
2013ko azaroak 6an, Bastien-ek idatzi zuen: > > Hi Susan, > > Susan Cragin writes: > >> But after compiling both emacs and org-mode from git this morning, >> and re-installing, my outlines show all the stars, and the stars >> cannot be turned off. > > I do see the same problem -- Nicolas, do y

Re: [O] [bug] ox-org.el subtree export appears broken

2013-11-06 Thread Nicolas Goaziou
Hello, Eric Schulte writes: > Specifically, the title is not taken from the current heading, and > subheadings are not promoted to the top level. I partly fixed this: subheadings should now get correct level. OTOH, "ox-org" back-end doesn't insert any keyword (DATE, AUTHOR, TITLE), subtree exp

Re: [O] (no subject)

2013-11-06 Thread Cecil Westerhof
2013/11/6 Cecil Westerhof > > I would like to keep things in the three "Hours Today". Is there a > >> > way to get something like: >> > | Headline | Time | >> > |---+| >> > | *Total time* | *6:35* | >> > |

Re: [O] [BUG] hline references on left side of table formula

2013-11-06 Thread Rick Frankel
On 2013-11-06 03:23, Bastien wrote: lom...@voila.fr writes: I was interested to use hline references on the left side. However I found out that it is not completely unsupported. When the left side consist of: * single cells references, it does not work * ranged cells, it works for me (org 8.0.

Re: [O] [BUG] hline references on left side of table formula

2013-11-06 Thread Achim Gratz
Rick Frankel writes: > What he is saying, is that references like =@II$2=, or =@II+1$2= do not > work correctly on the left-hand side of a table format (verified by > carsten in a previous thread) which is why i created the patch to > disallow hline-relative references on th LHS. They are working,

Re: [O] [BUG] hline references on left side of table formula

2013-11-06 Thread Achim Gratz
Achim Gratz writes: [...] > with these formulas: > #+TBLFM: $=vsum(@-II..@-I) whoops, press C-c C-c in the wrong buffer. I meant these formulas: #+TBLFM: @$=vsum(@-II..@-I) #+TBLFM: @II=vsum(@-II..@-I) #+TBLFM: @III=vsum(@-II..@-I) #+TBLFM: @=vsum(@-II..@-I) #+TBLFM: @II..$2=vsum(@-II..@-I)

Re: [O] [bug] ox-org.el subtree export appears broken

2013-11-06 Thread Eric Schulte
Nicolas Goaziou writes: > Hello, > > Eric Schulte writes: > >> Specifically, the title is not taken from the current heading, and >> subheadings are not promoted to the top level. > > I partly fixed this: subheadings should now get correct level. > Confirmed, thanks. > > OTOH, "ox-org" back-en

[O] Timestamp repeaters

2013-11-06 Thread Samuel W. Flint
I've been looking through the manual about timestamp repeaters, and I see no way of specifying it repeating only a certain number of times. Is there a way to do this? Sam -- Sam Flint swfl...@flintfam.org freenode: swflint (402) 517-8468 http://flintfam.org/~swflint BAFBF3FF

Re: [O] [bug] ox-org.el subtree export appears broken

2013-11-06 Thread Nicolas Goaziou
Eric Schulte writes: > My initial thoughts are that inserting keywords *with* values while not > inserting empty keywords would be the most intuitive. TITLE always have a value. When not specified, it defaults to buffer's name. Also, what keywords? Document keywords (DATE, AUTHOR, TITLE)? Or ot

Re: [O] [ANN] Improved Flyspell check

2013-11-06 Thread Nicolas Goaziou
Hello, Eric Schulte writes: > I've been using this since it was sent, and I haven't noticed any bad > behavior. Thanks for the feedback. BTW, I tried to add `org-self-insert-command' to `flyspell-delayed-commands', since `self-insert-command' belongs to `flyspell-default-delayed-commands', but

Re: [O] Temp files are not deleted after beamer export with source code blocks

2013-11-06 Thread James Harkins
On Wednesday, November 6, 2013 10:15:44 PM HKT, Nicolas Goaziou wrote: No ***-**.vrb files were deleted. Out of curiosity: in my case vrb files follow the template "***.**.vrb" not "***-**.vrb". Are you sure about the hyphen? Hm, you're right -- I was sure they are hyphens, but I just looked

Re: [O] Can org-capture-templates be made more flexible?

2013-11-06 Thread Leo Liu
On 2013-11-07 00:25 +0800, Bastien wrote: > In that case, using a target like (function ...) could do -- did you > try this? thanks for the pointer. I glanced at this option while reading the org-capture-templates' doc. >From org-capture-set-target-location: ((eq (car target) 'function) (

Re: [O] [BUG] hline references on left side of table formula

2013-11-06 Thread Michael Brand
Hi Rick On Wed, Nov 6, 2013 at 7:50 PM, Rick Frankel wrote: > + (not (string-match "\.\.@" (car x This would be the same as > + (not (string-match "..@" (car x but you meant > + (not (string-match "\\.\\.@" (car x Michael

Re: [O] Latex export does not work

2013-11-06 Thread Vladimir Lomov
Hello, ** Cecil Westerhof [2013-11-06 14:23:15 +0100]: > 2013/11/6 Cecil Westerhof >> 2013/11/6 Cecil Westerhof >>> I am only getting a message: >>> ! Package inputenc Error: Unicode char \u8:- not set up for use with >>> LaTeX. >>> But that should be solvable. >> I solved that by chang

[O] bug#15815: 24.3.50; distant-foreground face attribute and org-hide face

2013-11-06 Thread Paul Eggert
For what it's worth, I backed out the integer-related face changes (trunk bzr 114993, 2013-11-06 00:14:56 UTC) and the bug was still there. This tends to confirm the guess that the bug is in the :distant-foreground-related changes (circa trunk bzr 114895, 2013-11-01 15:47:10 UTC).