[O] how to 'add capture item' in agenda view

2014-05-20 Thread David Belohrad
Dear All, when I run org-agenda with 'a' (agenda for current week or day), my agenda is displayed. Now if I'm on a specific day, I'd like to quickly enter a note using org-capture such, that it will automatically enter into the captured template a time, which corresponds to the time/date i'm

Re: [O] how to 'add capture item' in agenda view

2014-05-20 Thread Bernhard Pröll
There is an org-capture-use-agenda-date variable that seems to do what you're looking for. bernhard David Belohrad da...@belohrad.ch schrieb am Tue, 20. May 08:09: Dear All, when I run org-agenda with 'a' (agenda for current week or day), my agenda is displayed. Now if I'm on a specific day,

Re: [O] still seeing semi-regular lockups

2014-05-20 Thread Eric Abrahamsen
On 05/19/14 23:21 PM, Daimrod wrote: Daimrod daim...@gmail.com writes: I have also semi-regular lockup with org-mode. I have opened a bug on debbugs and here is what Stefan told me to try to debug this: You can try `debug-on-event'. There's jit-lock-debug-mode but it doesn't disable

Re: [O] Org based websites w/o export

2014-05-20 Thread Rasmus
Ken Mankoff mank...@gmail.com writes: I've just come across an interesting website generator that I think has potential for making Org websites. I have no affiliation with this project, but thought it might interest this community. I have an interest in an org-based website, but none of the

Re: [O] [PATCH] Improve usage of odt content templates

2014-05-20 Thread Eric Abrahamsen
Rasmus ras...@gmx.us writes: Nicolas Goaziou n.goaz...@gmail.com writes: I think this is a more general issue: should we implement an #+OPTIONS: title:nil feature? I think it makes some sense since we already have date:nil and author:nil. In any case, keywords are not meant to be used

Re: [O] how to 'add capture item' in agenda view

2014-05-20 Thread Eric Abrahamsen
David Belohrad da...@belohrad.ch writes: Dear All, when I run org-agenda with 'a' (agenda for current week or day), my agenda is displayed. Now if I'm on a specific day, I'd like to quickly enter a note using org-capture such, that it will automatically enter into the captured template a

Re: [O] still seeing semi-regular lockups

2014-05-20 Thread Daimrod
Eric Abrahamsen e...@ericabrahamsen.net writes: On 05/19/14 23:21 PM, Daimrod wrote: Daimrod daim...@gmail.com writes: I have also semi-regular lockup with org-mode. I have opened a bug on debbugs and here is what Stefan told me to try to debug this: You can try `debug-on-event'.

Re: [O] Referring to results rather than code block

2014-05-20 Thread Loris Bennett
Hi Nick, Nick Dokos ndo...@gmail.com writes: Loris Bennett loris.benn...@fu-berlin.de writes: Hi, I have a code block like this #+NAME: users_per_month #+HEADER: :results append #+BEGIN_SRC sh :dir /root@sadmin: sacct=/cm/shared/apps/slurm/current/bin/sacct for y in {2014..2014}; do

Re: [O] [PATCH] Improve usage of odt content templates

2014-05-20 Thread Christian Kellermann
Rasmus ras...@gmx.us writes: That's nicer than a blank title (#+TITLE: ). I prefer the earlier ox-behavior where no title would be printed if title was missing, rather than using the file-name. The file name is never interesting in my work flow. If introducing a title option it would be

Re: [O] [PATCH] Improve usage of odt content templates

2014-05-20 Thread Detlef Steuer
Am Tue, 20 May 2014 16:37:45 +0800 schrieb Eric Abrahamsen e...@ericabrahamsen.net: Rasmus ras...@gmx.us writes: Nicolas Goaziou n.goaz...@gmail.com writes: I think this is a more general issue: should we implement an #+OPTIONS: title:nil feature? I think it makes some sense

Re: [O] still seeing semi-regular lockups

2014-05-20 Thread Eric Abrahamsen
Daimrod daim...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: On 05/19/14 23:21 PM, Daimrod wrote: Daimrod daim...@gmail.com writes: I have also semi-regular lockup with org-mode. I have opened a bug on debbugs and here is what Stefan told me to try to debug this: You

[O] org-babel-demarcate-block should preserve case of block declaration

2014-05-20 Thread Alexander Baier
Hello, consider the following code block with point at X: #+BEGIN_SRC emacs-lisp (defun test () nil) X (defun another-test () nil) #+END_SRC Calling org-babel-demarcate-block (C-c C-v C-d normally) will produce the following: #+BEGIN_SRC emacs-lisp (defun test () nil) #+end_src X

Re: [O] Org based websites w/o export

2014-05-20 Thread Bernd Haug
On 19 May 2014 19:58, Ken Mankoff mank...@gmail.com wrote: Jr works by having javascript render the markdown to HTML. That is, you write markdown, upload markdown w/o running a generator, and the generator runs in the browser of the viewer. This is efficient for the server (simpler pages) and

[O] org-mode regression(?): can't C-c C-o can't parse links that contain [/] AND [%]

2014-05-20 Thread Nicolas Bercher
Hi, I use to have first level Org entries like this: * name [/] [%] But since I upgraded to Debian Wheezy Org-mode 7.8.11, these targets are no more reachable using org-links I used for years. As a result, only [/] OR [%] seems supported. This simple org file below illustrates the issue. Is

[O] [bug] Commented DEADLINE line still referenced

2014-05-20 Thread Sebastien Vauban
Hello, Having such lines in one Org file (where the DEADLINE line is commented): --8---cut here---start-8--- ** TODO Aspirer les filtres de ventilation D350 # DEADLINE: 2014-04-09 Wed .+1m -0d Les filtres peuvent être nettoyés avec un aspirateur, pas avec

Re: [O] org-table-copy-down incrementor

2014-05-20 Thread Bastien
Hi Michael, Michael Brand michael.ch.br...@gmail.com writes: For me it would be already enough and preferred when the increment would be the same as in the two fields above point. I pushed a change in master for this -- can you please check it works as expected for you? Thanks for this

Re: [O] [bug] Commented DEADLINE line still referenced

2014-05-20 Thread Bastien
Hi Sébastien, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Having such lines in one Org file (where the DEADLINE line is commented): ** TODO Aspirer les filtres de ventilation D350 # DEADLINE: 2014-04-09 Wed .+1m -0d Les filtres peuvent être nettoyés avec

Re: [O] org-review-schedule

2014-05-20 Thread Alan Schmitt
Hi Bastien, On 2014-05-15 12:07, Bastien b...@gnu.org writes: Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: I need to learn how to do this. In the meantime, I've put the code on github: https://github.com/brabalan/org-review Since the big secret plan to move contrib/ files

[O] agenda window shift

2014-05-20 Thread Fred Hansen
I recently rebuilt my computer, and after reinstalling emacs and orgmode the agenda window has a new, undesirable, behavior. After making any change, the window moves to place the previously edited location at the top of the window. For instance, if I complete a task on line 5, the window

Re: [O] [PATCH] Improve usage of odt content templates

2014-05-20 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: I think this is a more general issue: should we implement an #+OPTIONS: title:nil feature? I think it makes some sense since we already have date:nil and author:nil. In any case, keywords are not meant to be used for booleans. This

Re: [O] C-c C-e h h (export to html)

2014-05-20 Thread Bastien
Hi Dave, Dave Pawson dave.paw...@gmail.com writes: Emacs 24.3.1 (Org mode 8.2.6) Please report the full Org version with M-x org-version RET Scenario: Launch emacs. Open file in org-mode. Convert to html once - no problem. Repeat the conversion. Messages buffer shows I can't reproduce

Re: [O] Two letter combinations agenda and org-agenda-files variable

2014-05-20 Thread Bastien
Hi Igor, Igor Sosa Mayor joseleopoldo1...@gmail.com writes: if I define a org-agenda-custom-command in which I have a (so-called?) two-letter combination agenda like this: (setq org-agenda-custom-commands '((x agenda) (h . HOME+Name tags searches) ; description for

Re: [O] Insert calc vector directly into spreadsheet cells?

2014-05-20 Thread Bastien
Hi Steven, Steven Adrian sadr...@acumeniacal.com writes: #+TBLFM: @1$1..@1$10=index(10) Table formulas apply to individual fields, not to a range of fields. But the formula above just puts the whole vector in each cell. Can anyone tell me how to put the vector values in individual cells?

Re: [O] Two letter combinations agenda and org-agenda-files variable

2014-05-20 Thread Igor Sosa Mayor
Bastien b...@gnu.org writes: No, you need to set variables to the custom commands definitions themselves. I see... thanks for your answer!

Re: [O] agenda window shift

2014-05-20 Thread Bastien
Hi Fred, Fred Hansen f.hanse...@yahoo.com writes: I recently rebuilt my computer, and after reinstalling emacs and orgmode the agenda window has a new, undesirable, behavior. After making any change, the window moves to place the previously edited location at the top of the window. For

Re: [O] org-babel-demarcate-block should preserve case of block declaration

2014-05-20 Thread Bastien
Hi Alexander, Alexander Baier alexander.ba...@mailbox.org writes: Thus preserving the case of BEGIN/END_SRC. Is there any reason this is always in lower case? No. From master, C-c C-v C-d now preserves the case, thanks for reporting this. -- Bastien

Re: [O] C-c C-e h h (export to html)

2014-05-20 Thread Bastien
Dave Pawson dave.paw...@gmail.com writes: I'll try a smaller one. Yes, please. 'recipe'? Sequence was open emacs. open the xxx.org file convert to html once, OK convert to html a second time, fails with the above message? Is that what you mean? Yes -- I assume you used `C-c C-e h h'

Re: [O] org-babel-demarcate-block should preserve case of block declaration

2014-05-20 Thread Alexander Baier
On 2014-05-20 17:40 Bastien wrote: Hi Alexander, Alexander Baier alexander.ba...@mailbox.org writes: Thus preserving the case of BEGIN/END_SRC. Is there any reason this is always in lower case? No. From master, C-c C-v C-d now preserves the case, thanks for reporting this. Thanks! Do

Re: [O] C-c C-e h h (export to html)

2014-05-20 Thread Dave Pawson
On 20 May 2014 16:43, Bastien b...@altern.org wrote: Dave Pawson dave.paw...@gmail.com writes: I'll try a smaller one. Fails with #+STARTUP:showall #+TITLE: No limit Hold 'Em Poker * Introduction Texas Hold'em is a community card poker game, with game play focused as much on the betting

Re: [O] org-babel-demarcate-block should preserve case of block declaration

2014-05-20 Thread Bastien
Alexander Baier alexander.ba...@mailbox.org writes: Thanks! Do you know when this change will be released? Yes and no -- it will be release with Org 8.3, which is not far from a near future, but quite close to a semi-distant future. IOW: we don't have a date for 8.3, but you can use git to

Re: [O] org-mode regression(?): can't C-c C-o can't parse links that contain [/] AND [%]

2014-05-20 Thread Bastien
Hi Nicolas, Nicolas Bercher nberc...@yahoo.fr writes: But since I upgraded to Debian Wheezy Org-mode 7.8.11, these targets are no more reachable using org-links I used for years. As a result, only [/] OR [%] seems supported. This is fixed in our maint branch, which you can use by installing

Re: [O] C-c C-e h h (export to html)

2014-05-20 Thread Bastien
Dave Pawson dave.paw...@gmail.com writes: Fails with #+STARTUP:showall #+TITLE: No limit Hold 'Em Poker * Introduction Texas Hold'em is a community card poker game, with game play focused as much on the betting as on the cards being played. I can't reproduce this. My concern is that I

Re: [O] org-babel-demarcate-block should preserve case of block declaration

2014-05-20 Thread Alexander Baier
On 2014-05-20 18:01 Bastien wrote: Alexander Baier alexander.ba...@mailbox.org writes: Thanks! Do you know when this change will be released? Yes and no -- it will be release with Org 8.3, which is not far from a near future, but quite close to a semi-distant future. IOW: we don't have a

Re: [O] Can I create an agenda sorted manually keeping its order at refresh?

2014-05-20 Thread Bastien
Hi Martin, Martin Beck elwood...@web.de writes: I'd like to create an agenda view which is sorted manually so that I can put the things on the agenda in the order like I want to act on them and preserve this order even if the agenda is rebuilt or closed and created again. Is that

Re: [O] C-c C-e h h (export to html)

2014-05-20 Thread Dave Pawson
On 20 May 2014 16:13, Bastien b...@gnu.org wrote: Hi Dave, Dave Pawson dave.paw...@gmail.com writes: Emacs 24.3.1 (Org mode 8.2.6) Please report the full Org version with M-x org-version RET Org-mode version 8.2.6 (8.2.6-18-gaaae4a-elpa Scenario: Launch emacs. Open file in org-mode.

Re: [O] Tag setting mode creates two additional windows

2014-05-20 Thread Dmitry Gorbik
Hello Bastien, Do you think this can be committed to the trunk? Thanks, Dima On May 15, 2014, at 4:18 AM, Dmitry Gorbik dgor...@me.com wrote: This one didn’t work, I modified it like this to make it work: tags-split-windows.patch Dima On May 15, 2014, at 3:37 AM, Bastien

Re: [O] org-table-copy-down incrementor

2014-05-20 Thread Michael Brand
Hi Bastien On Tue, May 20, 2014 at 4:11 PM, Bastien b...@gnu.org wrote: Michael Brand michael.ch.br...@gmail.com writes: For me it would be already enough and preferred when the increment would be the same as in the two fields above point. I pushed a change in master for this -- Thank you

Re: [O] Org + Elpy Python + IPython

2014-05-20 Thread Ken Mankoff
Addendum to this old thread: On 2014-05-07 at 22:52, Ken Mankoff mank...@gmail.com wrote: FYI Org + Elpy + IPython all play nicely now. There have been some previous posts about people (me included) having trouble using the full IPython stack in Org Mode. Some of those problems were limited

Re: [O] org-babel-demarcate-block should preserve case of block declaration

2014-05-20 Thread Bastien
Hi Alexander, Alexander Baier alexander.ba...@mailbox.org writes: Org 8.3 is also the version to be included into Emacs 24.4, isn't it? No: Emacs 24.4 will include the latest stable release, which is released from the maint branch and will be 8.2.x. -- Bastien

Re: [O] Tag setting mode creates two additional windows

2014-05-20 Thread Bastien
Hi Dmitry, Dmitry Gorbik dgor...@me.com writes: Do you think this can be committed to the trunk? I'd rather clearly understand what's going on, I don't think the patch is the final one. Thanks, PS: I'm handling past emails when I have some time like now, so don't worry, the patch does not

[O] Bug: Formula `vcount' fails to count values in date format [8.2.6 (8.2.6-dist @ d:/opt/emacs/site-lisp/org/)]

2014-05-20 Thread Gang Chen
Emacs : GNU Emacs 24.3.1 (i386-mingw-nt5.1.2600) of 2013-03-18 on MARVIN Package: Org-mode version 8.2.6 (8.2.6-dist @ d:/opt/emacs/site-lisp/org/) Hello, I have a problem when using `vcount' in table. As the following table: #+BEGIN_SRC | | date | |---+| | * | 2014-01-01

[O] Bug: R code block fails on one-dimensional variable [8.2.6 (8.2.6-dist @ /Users/dmirylenka/src/org-8.2.6/lisp/)]

2014-05-20 Thread Daniil Mirylenka
I am execute the following code block, (in an empty scratch buffer, by running 'M-x org-babel-execute-src-block'): #+BEGIN_SRC R :var x='(1 2 3) x #+END_SRC What I expect is: #+RESULTS: | 1 | 2 | 3 | Instead, I get no output, and the following error message: Wrong number of arguments: max,

[O] M-RET does not work as described in the manual

2014-05-20 Thread Kevin Van Horn
Section 2.5 of the online manual states that If [M-RET] is used at the beginning of a headline the new headline is created before the current line. This is not what happens. If I have * Foo ** Bar *** Baz with the cursor at the beginning of headline Bar, and use M-RET, I get * Foo ** Bar **

[O] org-mode regression(?): can't C-c C-o can't parse links that contain [/] AND [%]

2014-05-20 Thread Nicolas Bercher
Hi, I use to have first level Org entries like this: * name [/] [%] But since I upgraded to Debian Wheezy Org-mode 7.8.11, these targets are no more reachable using org-links I used for years. As a result, only [/] OR [%] seems supported. This simple org file below illustrates the issue. Is

Re: [O] M-RET does not work as described in the manual

2014-05-20 Thread Igor Sosa Mayor
Kevin Van Horn kevin.vanh...@themodellers.com writes: Section 2.5 of the online manual states that If [M-RET] is used at the beginning of a headline the new headline is created before the current line. [...] That is, I get a blank headline AFTER the current headline, and it becomes the new

Re: [O] C-c C-e h h (export to html)

2014-05-20 Thread Dave Pawson
On 20 May 2014 17:03, Bastien b...@gnu.org wrote: Dave Pawson dave.paw...@gmail.com writes: Fails with #+STARTUP:showall #+TITLE: No limit Hold 'Em Poker * Introduction Texas Hold'em is a community card poker game, with game play focused as much on the betting as on the cards being

Re: [O] org-table-copy-down incrementor

2014-05-20 Thread Bastien
Hi Michael, Michael Brand michael.ch.br...@gmail.com writes: As I see only now the use case | 1.1 | | -0.5 | does not seem easy to increment by -1.6 due to the formatting of the result, so I don't expect it to be implemented. (number-to-string is not enough because of the

Re: [O] C-c C-e h h (export to html)

2014-05-20 Thread Bastien
Hi Dave, Dave Pawson dave.paw...@gmail.com writes: C-c C-e hreports HTML export done, pushed to kill ring and clipboard. Repeatable, no error. I thought I needed h h to get the html export? Yes, you need `C-c C-e h h' with Org 8.0. Or `C-c C-e h h' to export in a buffer and display

Re: [O] Bug: Formula `vcount' fails to count values in date format [8.2.6 (8.2.6-dist @ d:/opt/emacs/site-lisp/org/)]

2014-05-20 Thread Bastien
Hi Gang, Gang Chen gon...@gmail.com writes: I found line 2715 of file org-table.el: #+BEGIN_SRC (setq form (replace-regexp-in-string org-ts-regexp3 \\1 form)) #+END_SRC change the value of `form' from `vcount([2014-01-01,2014-01-03]' to `vcount(2014-01-01,)'. Is this the expected

Re: [O] Archive subtree with parent structure

2014-05-20 Thread Bastien
Hi Florian, Florian Lindner mailingli...@xgm.de writes: Do you know what is the appropriate place to file such an feature as a whishlist item? M-x org-submit-bug-report RET ? The right way is to use [FR] in your subject line and send the feature request to this list -- I won't have time to

Re: [O] Tag setting mode creates two additional windows

2014-05-20 Thread Bastien
Hi Dmitry, Dmitry Gorbik dgor...@me.com writes: This one didn’t work, I modified it like this to make it work: Okay, double-checked and applied in maint, thanks. -- Bastien

Re: [O] Org + Elpy Python + IPython

2014-05-20 Thread Ken Mankoff
And with a bit more work (and help from others) I have it working. IPython, Org, Elpy, session or no-session. Still cannot set (elpy-use-ipython) which makes the IPython sessions a bit less awesome (no popup help, for example). But everything else appears to work. (setq org-babel-python-command

Re: [O] Can I create an agenda sorted manually keeping its order at refresh?

2014-05-20 Thread Samuel Wales
you can use, for example, priorities to indicate the order you want, and then refresh the agenda. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY can get it. Denmark: free Karina Hansen NOW.

Re: [O] [PATCH] org.el (org-offer-links-in-entry): Reuse global variable

2014-05-20 Thread Bastien
Hi Albert, Albert Krewinkel tar...@moltkeplatz.de writes: * org.el (org-offer-links-in-entry): Use global variable `org-any-link-re' instead of defining a string-equal local variable. The `re' variable defined in function `org-offer-links-in-entry' is string-equal to `org-any-link-re' and

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-20 Thread Ian Kelling
From 9191e4a364e251119cf8b7c72e41f6c0d09583f2 Mon Sep 17 00:00:00 2001 Message-ID: 87ha5aqa93@treetowl.lan MIME-Version: 1.0 Content-Type: text/plain *lisp/org.el: Advise commands which jump to the mark --- There are several non-org commands that jump to a location and would be

Re: [O] (org-insert-headline '(4)) should insert new headline before point

2014-05-20 Thread Bastien
Hi Leonard, I followed your directions and added another fix. Things should be okay now, let me know if not. Thanks, -- Bastien

Re: [O] C-c C-e h h (export to html)

2014-05-20 Thread Nick Dokos
Bastien b...@gnu.org writes: Hi Dave, Dave Pawson dave.paw...@gmail.com writes: C-c C-e hreports HTML export done, pushed to kill ring and clipboard. Repeatable, no error. I thought I needed h h to get the html export? Yes, you need `C-c C-e h h' with Org 8.0. Or `C-c C-e h h'

Re: [O] M-RET does not work as described in the manual

2014-05-20 Thread Bastien
Hi Kevin, There used to be such a problem but it has been fixed. When you report a bug, please first check it's not here anymore with the latest stable version, or at least provide the version string of Org. Thanks, -- Bastien

Re: [O] Preview tikz in org-mode (reduce margins of produced images)

2014-05-20 Thread Bastien
Nick Dokos ndo...@gmail.com writes: Unfortunately, you seem to have attached it as text/enriched and it is messed up. Can you please attach it as text/plain? I attach it just in case. test.org Description: Lotus Organizer -- Bastien

Re: [O] Bug: R code block fails on one-dimensional variable [8.2.6 (8.2.6-dist @ /Users/dmirylenka/src/org-8.2.6/lisp/)]

2014-05-20 Thread Bastien
Hi Daniil, Daniil Mirylenka dmiryle...@disi.unitn.it writes: I am execute the following code block, (in an empty scratch buffer, by running 'M-x org-babel-execute-src-block'): #+BEGIN_SRC R :var x='(1 2 3) x #+END_SRC What I expect is: #+RESULTS: | 1 | 2 | 3 | Instead, I get no

Re: [O] export to org, header args disappear

2014-05-20 Thread Bastien
Hi Brady, Brady Trainor algeb...@uw.edu writes: I have code blocks such as #+BEGIN_SRC emacs-lisp :tangle no ... #+END_SRC and when I export the file to org, it becomes #+BEGIN_SRC emacs-lisp ... #+END_SRC Is there an option to include the header args on export? Not to my knowledge

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-20 Thread Bastien
Hi Thomas, Thomas Morgan t...@ziiuu.com writes: Here is a recipe for what might be another manifestation of this bug. Yes -- something tricky, but I really want to fix this for the next maintainance release. Thanks for the heads up, -- Bastien

Re: [O] Set tags in region

2014-05-20 Thread Bastien
As I don't see it mentioned in this thread: (setq org-loop-over-headlines-in-active-region t) will do wonders for several commands. If someone has a good idea where to put this in the manual, I'm all ears! -- Bastien

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-20 Thread Bastien
Hi Gregor, Gregor Zattler telegr...@gmx.net writes: I wish for a #+BEGIN_FLUSH_RIGHT (#+BEGIN_RIGHT_ALIGNED) directive in order to render text right flushed (right aligned) in export backends. Just out of curiosity, what backend do you need this for? Cheers, -- Bastien

Re: [O] Org-hide face leaking out to org-columns view

2014-05-20 Thread Bastien
Hi Nikolai, Nikolai Weibull n...@disu.se writes: It seems that if you use #+STARTUP: indent the org-hide face used for the hidden stars will remain when using the org-columns view, resulting on, in my case, white on gray. To clarify, this leaks out over the whole item, not just the

Re: [O] Bug with subscripts and superscripts

2014-05-20 Thread Bastien
Hi Hugo, Hugo M ham1...@gmail.com writes: I'm using org-mode 8.2.3a. You are referring to the online documentation of Emacs, which documents Org 7.9.3f. Please read the Org documentation matching your Org version. -- Bastien

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-20 Thread Bastien
Hi Ian, Ian Kelling i...@iankelling.org writes: I posted this patch in September. It seems it was forgotten. I missed it as the time. I posted it again on April 30th, nothing yet. I also have another patch thats been sitting on the list for a few weeks now after having a discussion and a

Re: [O] current task being worked in agenda time grid

2014-05-20 Thread Bastien
Eric S Fraga e.fr...@ucl.ac.uk writes: Of course, you *could* change the mode line so that clocking information comes earlier in the line... but playing with the mode line can be a real time sink, and I speak from experience! My mode line bears little resemblance to the default and the

Re: [O] Problems with org-capture

2014-05-20 Thread Bastien
Hi Josef, Josef Wolf j...@raven.inka.de writes: Any ideas on that problem? I'll take a look later on -- in the meantime, can you tell what version of Emacs and Org you are using? M-x emacs-version RET M-x org-version RET Thanks, -- Bastien

[O] latex export beginner

2014-05-20 Thread Steven Arntson
I'm taking my first baby steps at exporting an org file to LaTex. I know a little about org-mode, and almost nothing about LaTex. I type C-c C-e l o A file named file.tex is produced, but the process halts with an error: org-latex-compile: PDF file ./plm.pdf wasn't produced: [LaTeX error] A

Re: [O] Tag setting mode creates two additional windows

2014-05-20 Thread Dmitry Gorbik
Awesome, thanks a lot! Dima On May 20, 2014, at 1:21 PM, Bastien b...@gnu.org wrote: Hi Dmitry, Dmitry Gorbik dgor...@me.com writes: This one didn’t work, I modified it like this to make it work: Okay, double-checked and applied in maint, thanks. -- Bastien

Re: [O] latex export beginner

2014-05-20 Thread Nick Dokos
Steven Arntson ste...@stevenarntson.com writes: I'm taking my first baby steps at exporting an org file to LaTex. I know a little about org-mode, and almost nothing about LaTex. I type C-c C-e l o A file named file.tex is produced, but the process halts with an error: org-latex-compile:

Re: [O] Preview tikz in org-mode (reduce margins of produced images)

2014-05-20 Thread Nick Dokos
Bastien b...@gnu.org writes: Nick Dokos ndo...@gmail.com writes: Unfortunately, you seem to have attached it as text/enriched and it is messed up. Can you please attach it as text/plain? I attach it just in case. Didn't know about enriched-mode - thanks! But back to the original question:

[O] Quoting functions with ' vs #'

2014-05-20 Thread Aaron Ecay
Hello, Commit a5686d87 (link[1]) changes several uses of #' to '. Is this org “house style”? It disables a compile-time warning about potentially undefined functions: #+begin_src elisp (defun i-give-a-warning () (mapc #'doesnt-exist '(1 2 3))) (defun i-do-not () (mapc 'doesnt-exist2 '(1 2