[O] bug#14374: bug#14374: Possibly incorrect custom :types

2013-05-10 Thread Carsten Dominik
Thank you. I have already fixed the ones you sent - most were indeed issues. Regards - Carsten On 10.5.2013, at 03:26, Glenn Morris r...@gnu.org wrote: Carsten Dominik wrote: I would like to leave things in Emacs as they are and fix this with the following sync, is that acceptable?

Re: [O] [PATCH] Do not indent option keywords

2013-05-10 Thread Carsten Dominik
Hi Achim, by decoration you mean font-lock support? Maybe this would be a better fix: Modified lisp/org.el diff --git a/lisp/org.el b/lisp/org.el index 745fb82..43df094 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -5867,7 +5867,8 @@ by a #. ((or (equal dc1 +results)

Re: [O] Change title and export filename based on code value?

2013-05-10 Thread Carsten Dominik
On 8.5.2013, at 20:06, Gary Oberbrunner ga...@oberbrunner.com wrote: I'd like to change the title of my report, and the exported pdf filename, based on a value I can change in the org-mode source. I have a source block like this: #+NAME: reporttype #+BEGIN_SRC elisp :results value

Re: [O] Unexpected relative reference behaviour

2013-05-10 Thread Carsten Dominik
Hi Guido, @I references are unfortunately not yet supported on the left hand side of a formula. I hope that some day they will, but currently this is not the case. - Carsten On 9.5.2013, at 11:04, Guido Van Hoecke gui...@gmail.com wrote: Hi, Using this table | Grand total | 19.55

Re: [O] org-search-view skips over commented subtrees

2013-05-10 Thread Carsten Dominik
On 8.5.2013, at 00:14, Samuel Wales samolog...@gmail.com wrote: Hi Bastien, On 5/7/13, Bastien b...@gnu.org wrote: IMHO this would be too much, since the let-binding solution is there already. I won't object to whatever decision is made, but it made me curious: is it not there for

Re: [O] M-RET inside the first second-level heading of the first first-level heading

2013-05-10 Thread Carsten Dominik
On 7.5.2013, at 23:34, John Hendy jw.he...@gmail.com wrote: On Tue, May 7, 2013 at 4:54 AM, Bastien b...@gnu.org wrote: Hi John, John Hendy jw.he...@gmail.com writes: On Fri, Apr 26, 2013 at 1:54 AM, Bastien b...@gnu.org wrote: Hi Jisang, Jisang Yoo jisang.yoo.ac+...@gmail.com

Re: [O] [PATCH] Do not indent option keywords

2013-05-10 Thread Achim Gratz
Carsten Dominik writes: by decoration you mean font-lock support? Yes, but I also don't think these should ever become indented in the first place. That's debatable of course, the syntax as defined by org-element does not require this IIRC. Maybe this would be a better fix: Modified

Re: [O] bug#14346: 24.3; beginning-of-visual-line jumps to previous line in org-mode

2013-05-10 Thread Carsten Dominik
On 7.5.2013, at 03:34, E Sabof esa...@gmail.com wrote: Even if the behavior doesn't change (soon), could the equivalent of the following be implemented in org-mode? It's the only place where this has been problematic for me. (defadvice org-beginning-of-line (after smart-point-adjustment

[O] bug#14379: Several Org source files cannot be loaded in isolation

2013-05-10 Thread Glenn Morris
Package: org-mode (This report refers to the version of Org in the Emacs trunk.) Several Org files cannot be loaded in isolation, by which I mean that eg emacs -batch -l ob-C fails. This may have no practical consequences, but seems like bad form (eg it causes problems for automated testing).

Re: [O] [Exporter] Export of property drawers

2013-05-10 Thread Nicolas Goaziou
Hello, Christian Moe m...@christianmoe.com writes: Nicolas, do I understand correctly that the contents of a property drawer will not export? Correct Back before I switched to the new exporter, all I had to do to export properties was to add #+OPTIONS: d:t but I notice this doesn't

Re: [O] Problem with Google Calendar Synchronization

2013-05-10 Thread Guido Van Hoecke
Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: Guido Van Hoecke gui...@gmail.com writes: [...] I have attached the corrected patch. I don't know whether I have access to Worg. Would you mind updating it? Okay; I'll try to do this early next week. Hang on, I am still looking into the

Re: [O] Unexpected relative reference behaviour

2013-05-10 Thread Guido Van Hoecke
Hi Carsten, @I references are unfortunately not yet supported on the left hand side of a formula. I hope that some day they will, but currently this is not the case. Thanks for the info. Guido -- Those who cannot remember the past are condemned to repeat it. -- George

Re: [O] Extending ODT export

2013-05-10 Thread Julian M. Burgos
Thanks Takaaki! That did the trick. Now things work as they should. :) Takaaki ISHIKAWA writes: Dear Julian, Sorry, the code is an old setting for the previous org. Please try org-odt-preferred-output-format. #+BEGIN_SRC emacs-lisp (setq org-odt-preferred-output-format pdf) (setq

Re: [O] odt export not working

2013-05-10 Thread Julian M. Burgos
Nick, I meant to include (setq org-export-backends '(odt)) in my .emacs file. I did that, and now I get the odt exporter as an option when I do C-c C-e. I usually try no to use things that make changes to my .emacs file direcly because I generate my .emacs file from an .org file (through

Re: [O] Bibliography

2013-05-10 Thread Vikas Rawal
Note for Mac OSX users:. I am using Ubuntu Precise, not OSX, and TeXlive 2012, not 2010, and I got the Executing bibtex2html failed when testing this also (even without limit:t). The only way I can imagine to work around was to first run the recommended 'export TMPDIR=.' in a terminal, and

Re: [O] [Exporter] Export of property drawers

2013-05-10 Thread Alexander Baier
Hello Nicolas, thank you for the clarification and examples, they helped a lot and I got it working as I wanted it. Regards, Alex Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Alexander Baier lexi.ba...@gmail.com writes: i want to export property drawers of an org-file to ASCII. How

Re: [O] [Exporter] Export of property drawers

2013-05-10 Thread Christian Moe
Thanks, Nicolas, That's very useful to know. And although d:t was a lot simpler, I understand the point that people will want to customize how they want to export their databases anyway. Your information below is enough to get me started and may save me days of work. Yours, Christian Nicolas

Re: [O] Problem with Google Calendar Synchronization

2013-05-10 Thread Eric S Fraga
Guido Van Hoecke gui...@gmail.com writes: [...] Hang on, I am still looking into the UTC aspect. Right now the offset is dependent upon the execution time rather than upon the date being converted. Yes, if by execution time you mean by the time zone of the computer running the script. This

[O] org-babel and compilation log

2013-05-10 Thread Mohamed
Dear all, I'm managing my dotEmacs in an org file which is tangled and byte-compiled using a small function -- (defun mh-generate-dot-and-byte-comp () (interactive) Tangle current buffer and generate the dot emacs which is byte compiled (with-current-buffer

Re: [O] org-babel and compilation log

2013-05-10 Thread Eric Schulte
Mohamed mohamed.hi...@gmail.com writes: Dear all, I'm managing my dotEmacs in an org file which is tangled and byte-compiled using a small function -- (defun mh-generate-dot-and-byte-comp () (interactive) Tangle current buffer and generate the dot emacs which

Re: [O] require a feature: merge many contacts which have the same name.

2013-05-10 Thread Daimrod
Feng Shu tuma...@gmail.com writes: I think org-contacts.el shoule have the feature which can merge many contacts which have the same name into one, for example: #+begin_example * name :PROPERTIES: :EMAIL: [[mailto:a...@a.com]] [[mailto:b...@b.com]] :PHONE: [[tel:123456789]] :ALIAS:

Re: [O] org-babel and compilation log

2013-05-10 Thread Mohamed
Eric Schulte schulte.eric at gmail.com writes: You may want to use `org-babel-load-file', unless you prefer to run this manually. Hello Eric, Thank you for this swift reply. I didn't know this before. But my point here is to byte compile my .emacs.el for the next session. (I have

Re: [O] org-babel and compilation log

2013-05-10 Thread Eric Schulte
I didn't know this before. But my point here is to byte compile my .emacs.el for the next session. (I have dotEmacs.org - .emacs.elc) `org-babel-load-file' does support an optional compile argument. , | org-babel-load-file is an interactive autoloaded compiled Lisp | function in

[O] Problem with docview

2013-05-10 Thread Marvin Doyley
I am trying to link to a specific page in a pdf file using org-docview. For example, I have a org file with the following header ** [[docview:~/Desktop/2013_test.pdf::3][Digital modulation notes]] However, when I double click on the link I get the following error Invalid image file name `nil'

[O] unexpected appearance of x^2 in pdf file

2013-05-10 Thread Paul Stansell
Dear list, I may be under a misapprehension, but I expected the pdf output (created by C-c C-e l p) from the attached org file to show similar results for both lines. Instead, however, the simple x^2 outside of the verbatim environment puts the caret above the 2 even though I have set

Re: [O] [PATCH] Do not indent option keywords

2013-05-10 Thread Carsten Dominik
On 10.5.2013, at 08:39, Achim Gratz strom...@nexgo.de wrote: Carsten Dominik writes: by decoration you mean font-lock support? Yes, but I also don't think these should ever become indented in the first place. That's debatable of course, the syntax as defined by org-element does not

Re: [O] [PATCH] Do not indent option keywords

2013-05-10 Thread Achim Gratz
Carsten Dominik writes: Well, which are the ones you think should never become indented? OPTIONS, TITLE, of maybe you mean the whole suite of keywords? OPTIONS, TITLE, PROPERTY for sure. But as I said, someone else may actually want them to indent, so making sure they don't drop their

Re: [O] Problem with docview

2013-05-10 Thread Nick Dokos
Marvin Doyley marvin...@gmail.com writes: I am trying to link to a specific page in a pdf file using org-docview.  For example, I have a org file with the following header ** [[docview:~/Desktop/2013_test.pdf::3][Digital modulation notes]] However, when I double click on the link I get the

Re: [O] unexpected appearance of x^2 in pdf file

2013-05-10 Thread Nick Dokos
Paul Stansell paulstans...@gmail.com writes: I may be under a misapprehension, but I expected the pdf output (created by C-c C-e l p) from the attached org file to show similar results for both lines. Instead, however, the simple x^2 Try =x^2= or ~x^2~ instead? outside of the

Re: [O] Babel blocks not indented

2013-05-10 Thread Leo Alekseyev
On Thu, May 9, 2013 at 8:32 PM, J. David Boyd da...@adboyd.com wrote: Julien Cubizolles j.cubizol...@free.fr writes: Eric Schulte schulte.e...@gmail.com writes: Julien Cubizolles j.cubizol...@free.fr writes: I'm new to babel and I'm experiencing a strange problem. A src_block

Re: [O] Problem with Google Calendar Synchronization

2013-05-10 Thread Guido Van Hoecke
Hi Eric, Guido Van Hoecke gui...@gmail.com writes: [...] Hang on, I am still looking into the UTC aspect. Right now the offset is dependent upon the execution time rather than upon the date being converted. Yes, if by execution time you mean by the time zone of the computer running the

Re: [O] Babel blocks not indented

2013-05-10 Thread Nick Dokos
Leo Alekseyev dnqu...@gmail.com writes: I've brought this up before, but I think there's value in SRC blocks /not/ being indented, and in fact, I would love it if there were a way to make the contents of the SRC blocks / not/ be indented (as opposed to the default 2 space offset).  

[O] filter included files

2013-05-10 Thread Oliver Večerník
Hi, I like to include files from the network to document their status at the time of publication e.g.: #+INCLUDE: /host:/etc/iptables/iptables.rules example But sometimes I'd like to do some more filtering (sed, whatever), to remove passwords or other sensible information from the output. Is