[O] Break a line in org-mode

2013-07-02 Thread Søren Mikkelsen
I usually have some #+LaTeX_HEADER: entries in my org-mode files where some of them are macros. These lines can be rather long so I have to type in #+LaTeX_HEADER: multiple times for breaking the line to a decent level. Is there a way of breaking a line when it is export options (or a regular comm

Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.

2013-07-02 Thread Feng Shu
Suvayu Ali writes: > On Wed, Jul 03, 2013 at 07:09:35AM +0800, feng shu wrote: >> Customize `org-latex-pdf-process isn't very convenient. >> Is it possible add a feature like: #+LATEX_PDF_PROCESS: latexmk >> or add #OPTIONS: ;latex_pdf_process latexmk > > If you don't mind my chiming in, th

Re: [O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-02 Thread Jambunathan K
James Harkins writes: > Famous last words: "It should work" :) Sure. As magical as running and talking at the same time.

Re: [O] possible org-insert-heading bug?

2013-07-02 Thread Carsten Dominik
Hi, yes, org-insert-heading is broken - nad I am trying to find time to rewrite it. My top Org priority. - Carsten On 3.7.2013, at 00:11, John Hendy wrote: > Hi Erik, > > > Glad to see you around :) > > These all may be quite related. I haven't seen activity on those > threads suggesting w

Re: [O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-02 Thread James Harkins
At Tue, 02 Jul 2013 20:40:40 +0530, Jambunathan K wrote: > Works here for simple files. > > M-: (org-odt-convert "file.ods" "csv") > > Executing libreoffice4.0 --headless --convert-to csv --outdir > /home/kjambunathan/ /home/kjambunathan/file.ods > convert /home/kjambunathan/file.ods ->

[O] refile cache and auto-save files

2013-07-02 Thread Samuel Wales
It is probably common to refresh the refile cache at times when one is not watching. This has the effect of loading files that are refile targets. If there is auto-save data in one of those files, the message will likely often go unnoticed. I don't know the best solution. Samuel -- The Kafka

Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.

2013-07-02 Thread Suvayu Ali
On Wed, Jul 03, 2013 at 07:09:35AM +0800, feng shu wrote: > Customize `org-latex-pdf-process isn't very convenient. > Is it possible add a feature like: #+LATEX_PDF_PROCESS: latexmk > or add #OPTIONS: ;latex_pdf_process latexmk If you don't mind my chiming in, the standard way to customise E

Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.

2013-07-02 Thread feng shu
Customize `org-latex-pdf-process isn't very convenient. Is it possible add a feature like: #+LATEX_PDF_PROCESS: latexmk or add #OPTIONS: ;latex_pdf_process latexmk Feng On Wed, Jul 3, 2013 at 12:54 AM, Nicolas Goaziou wrote: > Hello, > > feng shu writes: > > > From 63eba2e491a0c410b3841c

[O] org-mode no longer picking up scheduled tasks when upgraded to 8.0.3

2013-07-02 Thread Paul Whipp
I use org-mode all the time and find it invaluable. I recently upgraded my ubuntu environment to 13.04 and emacs 24.2.1 came with it. org-mode was working fine within it out of the box except it failed with "Symbol's function definition is void: org-defvaralias" when I restarted the machine this mo

Re: [O] possible org-insert-heading bug?

2013-07-02 Thread John Hendy
Hi Erik, Glad to see you around :) These all may be quite related. I haven't seen activity on those threads suggesting whether a) the documentation is, in fact, right or wrong or b) whether anyone has taken action to fix or adjust the behavior of M-RET or C-RET based on the complaints/counter-in

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Jambunathan K
Rasmus writes: > Nicolas Goaziou writes: > >> Even though it is a defconst, you can still change it. You are not >> forced to anything. But you're on your own. > > I agree, but it being a defconst, it comes with the message > > "This declares that neither programs nor users should ever change

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Simon Thum
Hi, I use git-sync against my own server, and replicate mobileOrg to a webdav directory from there. https://github.com/simonthum/git-sync git-sync is intended for people who are git-savy, though. Cheers, Simon On 07/01/2013 02:06 PM, Xebar Saram wrote: Hi all I have been using dropbox

Re: [O] Standalone hyperlinked images in HTML export

2013-07-02 Thread Nicolas Goaziou
Hello, Kodi Arfer writes: > On 2013 Jul 01 Mon 5:01:46 PM -0400, Nicolas Goaziou > wrote: > I tried it with captions, :html5-fancy, and paths to images as well as > path to non-images. All looks good. You're awesome. > > I see your patch also affects math export somehow, but I haven't > teste

[O] possible org-insert-heading bug?

2013-07-02 Thread Erik Iverson
Hello, I am using a current git pull (Org-mode version 8.0.3, release_8.0.3-345-g239aa7) and noticed behavior that's easiest to show with a small example. If you save and visit the following org file, https://dl.dropboxusercontent.com/u/7514404/test.org you will see the behavior described and do

Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.

2013-07-02 Thread Jambunathan K
> AFAIU, `other' means "whatever your answer is, always do the same", > which is not what we want. > > If you want "give whatever you want and we'll use it", it should be > a `string' type. But can't `function', which is already implemented, do > the same anyway? Well the OP can change the defaul

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Rasmus
Nicolas Goaziou writes: > Even though it is a defconst, you can still change it. You are not > forced to anything. But you're on your own. I agree, but it being a defconst, it comes with the message "This declares that neither programs nor users should ever change the value." > By the way

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Jambunathan K
Nicolas Goaziou writes: > Of course. Patch welcome. The conversation is taking a humorous turn.

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Nicolas Goaziou
Jambunathan K writes: > Nicolas Goaziou writes: > >> Even though it is a defconst, you can still change it. You are not >> forced to anything. But you're on your own. >> >> By the way, it is a defconst because of the keys, which shouldn't be >> altered, not the values. > > It /may/ be converted

Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.

2013-07-02 Thread Nicolas Goaziou
Hello, Jambunathan K writes: > Nicolas Goaziou writes: > >> Hello, >> >> feng shu writes: >> >>> From 63eba2e491a0c410b3841cbad2dd1a9f80416bca Mon Sep 17 00:00:00 2001 >>> From: Feng Shu >>> Date: Tue, 2 Jul 2013 11:52:10 +0800 >>> Subject: [PATCH] Let =`make'= be an option to =`org-latex-pdf

Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.

2013-07-02 Thread Jambunathan K
Nicolas Goaziou writes: > Hello, > > feng shu writes: > >> From 63eba2e491a0c410b3841cbad2dd1a9f80416bca Mon Sep 17 00:00:00 2001 >> From: Feng Shu >> Date: Tue, 2 Jul 2013 11:52:10 +0800 >> Subject: [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=. >> >> * ox-latex.el (org-latex-

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Juan G .
Xebar Saram gmail.com> writes: > Alan, a unison guide focused on org would be great as some of the guys mentioned. As an example, I use the following ~/.unison/Org.prf file to sync files between Org folders on a Debian Linux laptop and an Android phone: # Unison preferences label = Org-mode roo

Re: [O] fill paragraph: math and latex environments

2013-07-02 Thread Nicolas Goaziou
Hello, Paul Stansell writes: > Nicolas Goaziou gmail.com> writes: >> Making \[...\] an element would mean that \[...\] cannot exist anymore >> within a paragraph. I'm not sure it's worth it. >> >> Also, I think it's good, in this case, to have both an inlined and >> a non-inlined version for

Re: [O] scrum with emacs org-mode

2013-07-02 Thread OSiUX
El mar, 02 jul 2013, thk...@koch.ro decía: > Hi, > > has anybody some success stories to share how to use org-mode in > scrum projects? Googling for scrum and org-mode already showed some > interesting things: > > * https://github.com/ianxm/emacs-scrum > * http://www.agilesoc.com/2011/08/08/emac

Re: [O] [PATCH] (update) Add :caption attribute to #+ATTR_LATEX property

2013-07-02 Thread Nicolas Goaziou
Hello, feng shu writes: > Thanks all the people! This is V5! Applied. Thank you! Regards, -- Nicolas Goaziou

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Jambunathan K
Nicolas Goaziou writes: > Even though it is a defconst, you can still change it. You are not > forced to anything. But you're on your own. > > By the way, it is a defconst because of the keys, which shouldn't be > altered, not the values. It /may/ be converted to a defcustom. Lots of people see

Re: [O] [PATCH] (V3) ox: add Simplified Chinese translations for `org-export-dictionary'

2013-07-02 Thread Nicolas Goaziou
Hello, feng shu writes: > * lisp/ox.el: (org-export-dictionary): Add Simplified Chinese translations for > `org-export-dictionary' Applied. Thank you! Regards, -- Nicolas Goaziou

Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.

2013-07-02 Thread Nicolas Goaziou
Hello, feng shu writes: > From 63eba2e491a0c410b3841cbad2dd1a9f80416bca Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Tue, 2 Jul 2013 11:52:10 +0800 > Subject: [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=. > > * ox-latex.el (org-latex-pdf-process): let =`make'= be a > pr

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Suvayu Ali
On Tue, Jul 02, 2013 at 06:11:14PM +0200, David Engster wrote: > Suvayu Ali writes: > > That said, I think you might be right. Possibly it could be resolved by > > just changing the algorithm, I don't know why I never tried that though. > > You might want to try setting diff.algorithm to 'patienc

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Nicolas Goaziou
Hello, Rasmus writes: >> Because it is not meant to be changed by the user nor let-bound. IOW, >> it's a constant. > > But perhaps it should not be. > > Consider org-export-smart-quotes-alist. > In Danish, according to the 'official' guidance, all of the following > are appropriate > > (*)

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Jambunathan K
Nicolas Goaziou writes: > Hello, > > Jambunathan K writes: > >> Nicolas Goaziou writes: >> >>> +(defconst org-export-dictionary >> >> >> >> Why? > > Because it is not meant to be changed by the user nor let-bound. IOW, > it's a constant. Lately, users ARE modifying it

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Nicolas Goaziou
Hello, Rasmus writes: > Should the ox-latex language-code to babel list also be included in an > ox-int'l file? The reason is that I found some "bugs" in this list > and perhaps further language related bugs would be easier to detect if > they were in the same file. I don't think so. Bugs in h

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Rasmus
Hello, >>> +(defconst org-export-dictionary >> >> >> >> Why? > > Because it is not meant to be changed by the user nor let-bound. IOW, > it's a constant. But perhaps it should not be. Consider org-export-smart-quotes-alist. In Danish, according to the 'official' guidan

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread David Engster
Suvayu Ali writes: > That said, I think you might be right. Possibly it could be resolved by > just changing the algorithm, I don't know why I never tried that though. You might want to try setting diff.algorithm to 'patience' and maybe also raise diff.context to something like 6 or so if that do

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Suvayu Ali
Hi David, On Tue, Jul 02, 2013 at 05:59:36PM +0200, David Engster wrote: > Suvayu Ali writes: > > I have noticed that git *always* conflicts with TODO state changes. It > > seems changes to a headline is not easy to resolve. > > You mean you change state in a file and git fails to merge this on

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Suvayu Ali
On Tue, Jul 02, 2013 at 04:27:27PM +0200, Alan Schmitt wrote: > > If someone can show me how to launch ediff from the command line, I can > explain how to set up Unison for it (I found this old question > http://superuser.com/questions/81958/how-to-make-emacsclient-wait-when-using-the-eval-option

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread David Engster
Suvayu Ali writes: > I have noticed that git *always* conflicts with TODO state changes. It > seems changes to a headline is not easy to resolve. You mean you change state in a file and git fails to merge this on the other side, although you didn't change the same line there? I've never seen such

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Brett Viren
Alan Schmitt writes: > Well, what would be there? If there is (and there may be) an external > tool that knows how to merge org files (it can be a 3-way merge, if it > makes things simpler), I could try to devise the magical incantation to > use it. It is not org-specific, but meld [1] is a Free

Re: [O] Date format when exporting to LaTeX?

2013-07-02 Thread Nicolas Goaziou
Hello, Richard Hansen writes: > Unfortunately this does not work quite right with org-mode 7.8.03, so > I'll have to make sure everyone I collaborate with upgrades their > org-mode. :( There are (hopefully few) incompatibilities between Org 7 and Org 8, indeed. Be cautious about it. > * org

Re: [O] HTML export and info: links

2013-07-02 Thread Sebastian Wiesner
2013/6/30 Bastien : > Hi Sebastian, > > Sebastian Wiesner writes: > >> how can I customize "info:" links in HTML output? > > Look at org-info.el in the source code. > > You can extend > > (org-add-link-type "info" 'org-info-open) > > into > > (org-add-link-type "info" 'org-info-open org-info-e

Re: [O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-02 Thread Jambunathan K
James Harkins writes: > At Tue, 02 Jul 2013 19:49:43 +0530, > Jambunathan K wrote: >> M-x org-odt-convert RET >> >> or >> >> (org-odt-convert ..) > > Is this valid for .ods, or only .odt? The file is from LibreOffice Calc, not > Writer. > > I made a quick test and got only "failed." From t

[O] scrum with emacs org-mode

2013-07-02 Thread thkoch
Hi, has anybody some success stories to share how to use org-mode in scrum projects? Googling for scrum and org-mode already showed some interesting things: * https://github.com/ianxm/emacs-scrum * http://www.agilesoc.com/2011/08/08/emacs-org-mode-kanban-pomodoro-oh-my * http://odisworld.blog

Re: [O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-02 Thread Jambunathan K
M-x org-odt-convert RET or (org-odt-convert ..) James Harkins writes: > Just wondering if anyone out there has some magic code snippets that > will automatically bring in data from a LibreOffice spreadsheet during > HTML export. > > I think I could save, by hand, the required worksheets

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Nicolas Goaziou
Hello, Jambunathan K writes: > Nicolas Goaziou writes: > >> +(defconst org-export-dictionary > > > > Why? Because it is not meant to be changed by the user nor let-bound. IOW, it's a constant. Regards, -- Nicolas Goaziou

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Alan Schmitt
ras...@gmx.us writes: > Alan Schmitt writes: > >>> Alan, how about a short how-to on Worg about Unison and Org-mode >>> methods? >> >> Well, what would be there? If there is (and there may be) an external >> tool that knows how to merge org files (it can be a 3-way merge, if it >> makes things si

Re: [O] [BUG] :colnames not applied to #+call input

2013-07-02 Thread Rick Frankel
On 2013-06-30 19:21, Eric Schulte wrote: Rick Frankel writes: it seems that the :colnames header is not being respected on parsing the input to a `#+call:' line containing arguments, but is being applied to the output! For example: #+BEGIN_SRC org * Identity #+name: table | a | b | c | |---

Re: [O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-02 Thread James Harkins
At Tue, 02 Jul 2013 19:49:43 +0530, Jambunathan K wrote: > M-x org-odt-convert RET > > or > > (org-odt-convert ..) Is this valid for .ods, or only .odt? The file is from LibreOffice Calc, not Writer. I made a quick test and got only "failed." From the Messages, I can see it's using a head

[O] Use babel to import table data from OpenDocument spreadsheets?

2013-07-02 Thread James Harkins
Just wondering if anyone out there has some magic code snippets that will automatically bring in data from a LibreOffice spreadsheet during HTML export. I think I could save, by hand, the required worksheets out of the ods file into separate CSVs, and then write an emacs-lisp Babel block to impo

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Rasmus
Alan Schmitt writes: >> Alan, how about a short how-to on Worg about Unison and Org-mode >> methods? > > Well, what would be there? If there is (and there may be) an external > tool that knows how to merge org files (it can be a 3-way merge, if it > makes things simpler), I could try to devise th

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Alan Schmitt
Hello Karl, devn...@karl-voit.at writes: > Alan, how about a short how-to on Worg about Unison and Org-mode > methods? Well, what would be there? If there is (and there may be) an external tool that knows how to merge org files (it can be a 3-way merge, if it makes things simpler), I could try t

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Rasmus
Nicolas Goaziou writes: > I would like to move every variable and function related to > internationalization (i.e smart quotes and translations) in a dedicated > file ("ox-i18n.el") instead of "ox.el". > > Considering "ox.el" is 6k lines long, I think it can be a bit tedious to > locate and modif

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Xebar Saram
Wow thx guys, so many great tips ill slowly start looking into them. as i said i am a neewb (and not to technical :)). Alan, a unison guide focused on org would be great as some of the guys mentioned. best to all and thx alot for the info its truly helpful take care -Itai On Tue, Jul 2, 2013

Re: [O] [question] What does "list of listing" mean?

2013-07-02 Thread Jambunathan K
feng shu writes: > "List of listing" = "list of figure" ? "List of listing" => "List of src blocks"

Re: [O] [RFC] Introduce ox-i18n.el

2013-07-02 Thread Jambunathan K
Nicolas Goaziou writes: > +(defconst org-export-dictionary Why?

Re: [O] Weekly clock reports for the previous or current week, with a per-day&project breakdown?

2013-07-02 Thread Steinar Bang
> l.stelm...@samsung.com (Łukasz Stelmach): > How about > + entering the agenda: C-c a > + choosing week view: v w Hm... I get "invalid key" when pressing 'v' after doing 'C-c a'... am I missing some key binding or other setting?

Re: [O] finding a parent node

2013-07-02 Thread Thorsten Jolitz
l.stelm...@samsung.com (Łukasz Stelmach) writes: > It was <2013-07-02 wto 13:06>, when Thorsten Jolitz wrote: >> l.stelm...@samsung.com (Łukasz Stelmach) writes: > This might be enough for me as I get the tree in the exporting > code. However, this way is far from efficient. If only there was a w

Re: [O] Weekly clock reports for the previous or current week, with a per-day&project breakdown?

2013-07-02 Thread Łukasz Stelmach
It was <2013-07-02 wto 13:10>, when Steinar Bang wrote: > Is it possible to get a clock report for the previous week (and the > current week), with a breakdown of project and day? (this is how I need > it to fill out my time sheets) > > Using Bernt Hansens instructions[1], I have been able to get t

Re: [O] finding a parent node

2013-07-02 Thread Łukasz Stelmach
It was <2013-07-02 wto 13:06>, when Thorsten Jolitz wrote: > l.stelm...@samsung.com (Łukasz Stelmach) writes: > > Hello Lukasz, > > assume my simple-test.org with a :TASK: tag: > > #+begin_src org > * header 1 > :PROPERTIES: > :CUSTOM_ID: XYZ22 > :END: > * header 2

Re: [O] [PATCH] (V3) ox: add Simplified Chinese translations for `org-export-dictionary'

2013-07-02 Thread Feng Shu
Please include this V3 patch to master. Thanks! Feng

[O] [PATCH] (V3) ox: add Simplified Chinese translations for `org-export-dictionary'

2013-07-02 Thread feng shu
0001-ox-add-Simplified-Chinese-translations-for-org-expor.patch Description: Binary data

[O] Weekly clock reports for the previous or current week, with a per-day&project breakdown?

2013-07-02 Thread Steinar Bang
Is it possible to get a clock report for the previous week (and the current week), with a breakdown of project and day? (this is how I need it to fill out my time sheets) Using Bernt Hansens instructions[1], I have been able to get the hours for the current month: C-c a < a v m b R (in the clock t

Re: [O] finding a parent node

2013-07-02 Thread Thorsten Jolitz
l.stelm...@samsung.com (Łukasz Stelmach) writes: Hello Lukasz, assume my simple-test.org with a :TASK: tag: #+begin_src org * header 1 :PROPERTIES: :CUSTOM_ID: XYZ22 :END: * header 2 :TASK: [2013-06-28 Fr 11:01] ** subheader 1 Some text ** subheader 2 More t

[O] How to apply longtable onto a clocktable?

2013-07-02 Thread Sebastien Vauban
Hello, For time-reporting purpose, I need to use `longtable' for my work table, as it becomes way too long (over one page). However, #+attr_latex: :environment longtable :float nil seems completely ignored in that case. Hence, the results is a `tabular' inside a `table' float... Here an ECM

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Suvayu Ali
Hello, On Mon, Jul 01, 2013 at 01:25:26PM -0300, Tomas Grigera wrote: > On Mon, Jul 1, 2013 at 1:10 PM, Brian van den Broek < > brian.van.den.br...@gmail.com> wrote: > > > > bzr and hg are (superficially?) easier and git is pretty dominant. [...chomp...chomp...chomp...] > But I agree with Brian

Re: [O] finding a parent node

2013-07-02 Thread Thorsten Jolitz
l.stelm...@samsung.com (Łukasz Stelmach) writes: Hello, > What is the best way to iterate over ((great)*grand)?parent headlines of > the current one (at point), that meets some criteria. not an answer to your question, but rather a related question I wanted to post anyway, so I do it in this thr

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Myles English
Hi, Rasmus writes: > Another option is Git Annex. In my experience, it takes some effort > to get used to it, but perhaps less so if you're used to git. One can > configure it to use regular git for e.g. text files. It's build with > Haskell (and success of building it is more or less random)

Re: [O] [PATCH] ox-latex.el: Wrap table into figure environment

2013-07-02 Thread Rasmus
Xavier, > Since I did not find another way to do it, I would like to submit the > following patch Great! > diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el > index 09928a4..3da2dd5 100644 > --- a/lisp/ox-latex.el > +++ b/lisp/ox-latex.el > @@ -2333,6 +2333,7 @@ This function assumes TABLE has `o

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Rasmus
Hi, Nice discussion. I hope it makes it into a Worg page eventually :) Karl Voit writes: > * Alan Schmitt wrote: >> Just to clarify what I think Karl is saying: one can plug in >> external tools to handle merge into unison, these tools can be >> specialized depending on the file name (for inst

Re: [O] [question] What does "list of listing" mean?

2013-07-02 Thread Sebastien Vauban
Hello Feng, > "List of listing" = "list of figure" ? No. A listing is a code block, printed (in LaTeX) via Listings or via Minted. Best regards, Seb -- Sebastien Vauban

Re: [O] Broken Link on worg (org-contribute)

2013-07-02 Thread Bastien
Hi Josiah, Josiah Schwab writes: > The link to the emacs elisp coding conventions on the page > http://orgmode.org/worg/org-contribute.html > was incorrect. > > I have attached a patch which fixes the link. Applied, thanks. Please send me your public key if you want to fix these yourself next

[O] finding a parent node

2013-07-02 Thread Łukasz Stelmach
Hello All. What is the best way to iterate over ((great)*grand)?parent headlines of the current one (at point), that meets some criteria. --8<---cut here---start->8--- * Projects I am working on. ** Project for Mondays *** tasks *** resources ** Project f

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Karl Voit
* Alan Schmitt wrote: > devn...@karl-voit.at writes: > >> Unison does not offer any merge functionality. However, you can >> easily use third party tools to handle merge conflicts (Emacs, vim, >> ...). > > (Disclaimer, I participate in Unison's development). Jay! \o/ > Just to clarify what I th

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Alan Schmitt
devn...@karl-voit.at writes: > Unison does not offer any merge functionality. However, you can > easily use third party tools to handle merge conflicts (Emacs, vim, > ...). (Disclaimer, I participate in Unison's development). Just to clarify what I think Karl is saying: one can plug in external t

Re: [O] Refiling list items

2013-07-02 Thread Bastien
Samuel Wales writes: > Now there is a new bug. When the region is not active, I expect an > ordinary refile. > > What happens instead is that the entire entry gets copied to the > target location and the line point is on gets deleted. Argh, should be fixed now. Thanks for reporting! -- Bast