Re: [O] Importing from Oddmuse?

2013-10-30 Thread Marcin Borkowski
Dnia 2013-10-30, o godz. 18:44:53 Peter Davis napisał(a): > On Thu, Oct 31, 2013 at 02:38:48AM +0530, Jambunathan K wrote: > > Peter Davis writes: > > > > > I've used Oddmuse for years to maintain my own personal Wiki, but > > > now I'm looking to move to Org mode. > > > > I am in the process

[O] Setting org-insert-heading-hook while in a minor mode

2013-10-30 Thread Matt Price
Hi everyone, I am trying to write a minor mode that will help me write a little more efficiently. While I'm in that mode, I want to insert a properties drawer every time I create a new heading. So I would like to temporarily change "org-insert-heading-hook" when the minor mode is active. It's n

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

2013-10-30 Thread Samuel Wales
Is anybody familiar enough with the code to have guesses why this bug occurs? On 10/28/13, Samuel Wales wrote: > 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

Re: [O] Only display hours and minutes, not seconds

2013-10-30 Thread Nick Dokos
Cecil Westerhof writes: > I have the following table: > |--| > | Duration | > |--| > | 2@ 15    | > | 2@ 30    | > | 2@ 30    | > | 0@ 45    | > |--| > | 8@ 0' 0" | > |--| > #+TBLFM: @>$1=vsum(@2..@-1) > > I would like the total be displayed like: >     8@ 00' > in

Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-30 Thread Alexander Baier
M writes: > Hi, > > I'd like to set up org-mode in a way to separate my personal data from my > gerenal settings. > > Why? > I'd like to be able to quickly and easily create tutorials or minimal > examples with sample data without having to worry about publishing > private/personal information an

[O] org-odt-export-to-odt, tables bug in OO

2013-10-30 Thread Uwe Brauer
OO and Libre Office have a langstanding bug https://issues.apache.org/ooo/show_bug.cgi?id=7747 The select all function does not work in a document which starts with a table there is a workaround but this workaround does not work for odt files generated by the org converter. Now I generated by

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

2013-10-30 Thread Uwe Brauer
>> "Jambunathan" == Jambunathan K writes: > In LibreOffice, > Right click on the table->Table->Text Direction->Right-to-Left. > Now, does what you see seem right to you? Sorry, my answer was premature. Your solutions, converts the order of all rows, but this is not correct in gen

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

2013-10-30 Thread Uwe Brauer
>> "Jambunathan" == Jambunathan K writes: Strangely enough, I don't see your answer on gmane. > In LibreOffice, > Right click on the table->Table->Text Direction->Right-to-Left. Aha, > Now, does what you see seem right to you? Yes indeed it does!! I fiddled around with a functi

Re: [O] Importing from Oddmuse?

2013-10-30 Thread Peter Davis
On Thu, Oct 31, 2013 at 02:38:48AM +0530, Jambunathan K wrote: > Peter Davis writes: > > > I've used Oddmuse for years to maintain my own personal Wiki, but now > > I'm looking to move to Org mode. > > I am in the process of adding Org-mode markup support to the Oddmuse That would be great. I'd

Re: [O] [RFC] [PATCH] [parser] org-element.el: Handle block parameters

2013-10-30 Thread Aaron Ecay
Hi Nicolas, 2013ko urriak 30an, Nicolas Goaziou-ek idatzi zuen: > IIRC, I already suggested a solution with Babel for this problem. > There's no need to complicate core Org syntax for such a specific > case. And I already said why I disagree that your proposal is a solution. Special blocks are “C

Re: [O] maintaining Org

2013-10-30 Thread Carsten Dominik
Hi David, do you have FSF papers? If so, write to Jason Dunsmore and send him your public key. Thanks you! - Carsten On 30.10.2013, at 12:40, david...@riseup.net wrote: > Hello, > > I would like git permissions to maintain org-license.el and > org-effectiveness.el from org-mode instead of wor

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

2013-10-30 Thread Alexander Baier
Brett Viren writes: > Hi, > > I'm trying to set up a capture template of type "function" in order to > produce a daily log file named after today's date. > > It mostly works. However, after doing the C-cC-c to close the capture > buffer the window is left holding the daily log file which the cap

[O] Only display hours and minutes, not seconds

2013-10-30 Thread Cecil Westerhof
I have the following table: |--| | Duration | |--| | 2@ 15| | 2@ 30| | 2@ 30| | 0@ 45| |--| | 8@ 0' 0" | |--| #+TBLFM: @>$1=vsum(@2..@-1) I would like the total be displayed like: 8@ 00' instead of: 8@ 0' 0" Is this possible? -- Cecil West

Re: [O] [PATCH 2/3] Mark some org-babel variables as safe locals under proper conditions

2013-10-30 Thread Eric Schulte
These look great, I've just applied them. I had to make very minor changes to appease the compiler (see ac9d801). Thanks! Aaron Ecay writes: > Hi Eric, > > Thanks for the feedback. You are right that this could be more > extensible. I’m attaching a new version of patches #2 and 3 to this > e

Re: [O] [PATCH] lisp/ob-C.el (org-babel-C-execute): turn on inhibit-lisp eval

2013-10-30 Thread Eric Schulte
Applied thanks. Oleh writes: > Hi all, > > Here's a patch to turn this: > > #+begin_src C :results output > puts("[1] 2 3 3"); > #+end_src > > #+RESULTS: > : [1] > > into this: > > #+begin_src C :results output > puts("[1] 2 3 3"); > #+end_src > > #+RESULTS: > : [1] 2 3 > > regards, > Oleh > > F

Re: [O] Help on spreadsheet/calc references and improvements

2013-10-30 Thread Michael Brand
Hi Carsten On Fri, Oct 25, 2013 at 3:31 PM, Carsten Dominik wrote: > On 24.10.2013, at 22:47, Michael Brand wrote: >> On Thu, Oct 24, 2013 at 8:18 AM, Carsten Dominik >> wrote: >>> Applied, thanks. >> >> I can not see the commit, is it pushed? >> >>> Michael, would you like to have write access

Re: [O] [Refile] Make agenda-files and current file targets

2013-10-30 Thread Alexander Baier
Hello, it's me again, I figured out, what was wrong with the original code. I had gotten the parentheses of the lambda wrong, which messed all this up. I modified the code and refactored the lambda out into a proper function, as you can see below: --

Re: [O] [PATCH] Longtable continuation strings customizable

2013-10-30 Thread Thomas S. Dye
Nicolas Goaziou writes: >> An example filter? > > (defun my-personal-table-continuation-strings (row backend info) > (when (org-export-derived-backend-p 'latex) > (replace-regexp-in-string >"multicolumn{[0-9]+}{l}{\\(.*\\)}" "String 1" >(replace-regexp-in-string >

Re: [O] make new links show as figures?

2013-10-30 Thread Rick Frankel
On 2013-10-26 08:10, John Kitchin wrote: Other than having to repeat yourself, wouldn't the [[custom:file.ext][file:file.png]] syntax allow for most/all of the use cases mentioned? rick Yes, I think [[custom:file.ext][file:file.png]] would cover all those cases. So it turns out that this is a

Re: [O] [PATCH] Table continuation strings

2013-10-30 Thread Thomas S. Dye
Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> Patch includes table continuation strings for several languages. >> Translations all from the internet. Caveat emptor. > > Applied. Thank you. > >> + ("ja" :utf-8 "前ページから続く") > > [...] > >> + ("ja" :utf-8 "次

[O] [PATCH] hide inline-tasks in 'children visibility state

2013-10-30 Thread Jonas Hörsch
hej, one more patch, which takes care of re-hiding inline-tasks properly. finally it is possible to work with longer inline tasks without them getting always in the way. just bump me, if anything is not to your liking cheers, jonas From 447d528263728ea56f390ae8dfdfa99880d6ccb4 Mon Sep 17 00:00:

Re: [O] [RFC] Slight change to asynchronous export

2013-10-30 Thread Rick Frankel
On 2013-10-30 06:00, Nicolas Goaziou wrote: Helo, For reference, here is the suggested patch. Is there any strong point against it? looks great to me. rick

Re: [O] Query about org-beamer-select-environment

2013-10-30 Thread Rasmus
Hi, Nicolas Goaziou writes: > John Hendy writes: > >> I went to access the BEAMER_act property via C-c C-b and see it's not >> listed in the minibuffer choices (attached) The manual describes this >> function like so:[1] >> >> C-c C-b (org-beamer-select-environment)In org-beamer-mode, thi

Re: [O] [RFC] [export] synctex support for ox-latex

2013-10-30 Thread Rasmus
Hi Aaron, Aaron Ecay writes: >> It doesn't work for me however. Or perhaps I just don't get it. I am >> expecting it to work similarly to AUCTeX-synctex and other non-Emacs >> editors supporting synctex. E.g. a red box usually pops up, >> highlighting the correct line and I'm able to jump bac

[O] [Refile] Make agenda-files and current file targets

2013-10-30 Thread Alexander Baier
Hello, I am trying to configure my refiling targets in a way, that allows me to refile to any of the files in org-agenda-files, as well as to the file displayed by the current buffer, if it is not included in org-agenda-files. Additionally, I want the headings in agenda-files to be included up to

Re: [O] [RFC] Simple cache mechanism for `org-element-at-point'

2013-10-30 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Nicolas Goaziou writes: > >> Here is a slight change to the second one, which will correctly reset >> cache when some variables are customized or when a buffer is refreshed >> (C-c C-c on a keyword). > > By the way, almost a month has passed since the first message in t

Re: [O] maintaining Org

2013-10-30 Thread davidam9
Hello, I would like git permissions to maintain org-license.el and org-effectiveness.el from org-mode instead of worg. Thanks in advance. > Dear org community members, > > I am sure you have noticed that I am not really able to put in > a lot of time as the maintainer of Org. This is not good,

Re: [O] [PATCH] Table continuation strings

2013-10-30 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > Patch includes table continuation strings for several languages. > Translations all from the internet. Caveat emptor. Applied. Thank you. > + ("ja" :utf-8 "前ページから続く") [...] > + ("ja" :utf-8 "次ページに続く") These will not be very helpful, th

Re: [O] [RFC] Simple cache mechanism for `org-element-at-point'

2013-10-30 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Here is a slight change to the second one, which will correctly reset > cache when some variables are customized or when a buffer is refreshed > (C-c C-c on a keyword). By the way, almost a month has passed since the first message in this thread. Is someone still testin

Re: [O] [RFC] Slight change to asynchronous export

2013-10-30 Thread Nicolas Goaziou
Helo, Rick Frankel writes: > On 2013-10-29 04:35, Nicolas Goaziou wrote: >> Achim Gratz writes: >> >> Nicolas Goaziou writes: >> At the moment, by default, external emacs process for asynchronous >> export is called with: >> >> /path/to/emacs -Q --batch -l org-export-async-init-file ... export

Re: [O] [PATCH 1/3] Mark ox-latex variables safe locals under proper conditions

2013-10-30 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > 2013ko urriak 29an, Nicolas Goaziou-ek idatzi zuen: >> Out of curiosity, why did you skip other variables (e.g. >> org-latex-footnote-separator)? > > Because these variables insert arbitrary latex code into the export > output, they could be put to nefarious purposes

Re: [O] [PATCH] Table continuation strings

2013-10-30 Thread Michael Strey
Hi Tom, t...@tsdye.com writes: > Patch includes table continuation strings for several languages. > Translations all from the internet. Caveat emptor. The German strings are fine. Best regards -- Michael Strey http://www.strey.biz

Re: [O] [RFC] Slight change to asynchronous export

2013-10-30 Thread Sebastien Vauban
Rick Frankel wrote: > For Aaron and others concerned about e.g, `server-start', it's easy to > check if emacs is not running in batch or, in the case of server > start, if emacs is running in a multi-window environment. The "server-start" thing was a question of mine, trying to see if using emacsc

Re: [O] Query about org-beamer-select-environment

2013-10-30 Thread Nicolas Goaziou
Hello, John Hendy writes: > I went to access the BEAMER_act property via C-c C-b and see it's not > listed in the minibuffer choices (attached) The manual describes this > function like so:[1] > > C-c C-b (org-beamer-select-environment)In org-beamer-mode, this > key offers fast selection of

[O] [PATCH] lisp/ob-C.el (org-babel-C-execute): turn on inhibit-lisp eval

2013-10-30 Thread Oleh
Hi all, Here's a patch to turn this: #+begin_src C :results output puts("[1] 2 3 3"); #+end_src #+RESULTS: : [1] into this: #+begin_src C :results output puts("[1] 2 3 3"); #+end_src #+RESULTS: : [1] 2 3 regards, Oleh From 3cde8ae1316762e106c2229a1661b31de56bc3f9 Mon Sep 17 00:00:00 2001 Fro

Re: [O] [RFC] [PATCH] [parser] org-element.el: Handle block parameters

2013-10-30 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > I have several export filters which translate special blocks into latex > code (doing some tedious string munging in elisp, such that a simple > latex block is not warranted; I also have the eventual goal of making > them cross-backend, which will involve a different

[O] maintaining Org

2013-10-30 Thread Carsten Dominik
Dear org community members, I am sure you have noticed that I am not really able to put in a lot of time as the maintainer of Org. This is not good, but right now we do not have another candidate who would be willing to take over and do a better job. Unfortunately my time constrains only allow a