[O] bug#13254: org-odt: Batch exports creates data loss, deletes original org file

2012-12-22 Thread Jambunathan K
Bastien I have pushed a fix to my private branch (see below). Please merge both `maint' AND `master' branches. `maint' branch - has 2 fixes for org-odt.el `master' branch - above fixes - New exporter changes. , http://repo.or.cz/w/org-mode/org-kjn.git | | URL: git://repo.or.cz/o

Re: [O] including emphasis characters as word characters?

2012-12-22 Thread Eric Abrahamsen
Bastien writes: > Hi Eric, > > Eric Abrahamsen writes: > >> Would it make sense to add the markup characters (ie, the car of every >> item in `org-emphasis-alist') to the list of word characters, so that as >> we're moving/deleting/transposing by word in org, the markup characters >> are include

Re: [O] store-link behavior

2012-12-22 Thread Thomas S. Dye
Hi Bastien, Bastien writes: > Hi Thomas, > > t...@tsdye.com (Thomas S. Dye) writes: > >> A pleasant feature of AucTeX is the context sensitive facility for >> inserting cross references. So, having the cursor at the end of this >> text, "(fig.", and pressing shortcut sequence gets a list of labe

Re: [O] Export of multiply occurring events

2012-12-22 Thread Bastien
Hi Vincent, Vincent Beffara writes: > I could always create sub-events for each occurrence, but then the text > will not be exported, or will have to be duplicated, which feels > sub-optimal. > > Is there something I didn't think of ? Nope -- I'm afraid you'll have to duplicate the text. Best,

Re: [O] Insert TODO Item at Bottom

2012-12-22 Thread Bastien
Hi Esben, Esben Stien writes: > I add a TODO item with M-S-RET, but is there any way to insert the new > TODO item at the bottom of the current node or is there any way to > navigate quickly to the last TODO item of the current node?. >From git master repo, you can now use C-u C-u M-RET or C-u

Re: [O] indentation following yas snippet insert

2012-12-22 Thread Bastien
Hi Tony, tony day writes: > #+begin_src emacs-lisp > (setq yas/also-auto-indent-first-line t) > (setq yas/indent-line t) > #+end_src > > But on insertion, it isnt indented. Until now I've been inserting a space > on the begin_src line then hitting backspace. That tends to kick org in > the

Re: [O] Show more text in Follow mode or Tabbing after search?

2012-12-22 Thread Bastien
Hi Nathan, Nathan Neff writes: > I like the "Follow" mode feature, but is there a way to show more context > around > the text that's shown in the Follow mode? You can use this to show the whole subtree in follow mode: (setq org-agenda-follow-indirect t) -- Bastien

Re: [O] Bug: org-occur with > 1 matches on a line causes 100% cpu lockup when next-line [7.8.11]

2012-12-22 Thread Bastien
Hi Ken, ken restivo writes: > If there are > 1 org-occur matches on a single line, doing next-line > on that line will cause emacs to lock up with 100% cpu usage. I can't reproduce this so I guess it was related to Org 7.8.11. Best, -- Bastien

Re: [O] org-todo does not take into account quasi-todo-keywords

2012-12-22 Thread Bastien
Hi Samuel, Samuel Wales writes: > *** COMMENT MAYBE COMMENT MAYBE COMMENT hi > > If you change the todo keyword on a commented item, it puts in front. > If you comment an item, it puts in front. This is now fixed, thanks. I wonder what behavior is preferrable in this case: just ignore the COMM

Re: [O] [PATCH 2/2] Orgpan: quiet byte-compiler

2012-12-22 Thread Bastien
Hi Jonas, Jonas Bernoulli writes: > * contrib/lisp/org-panel.el: don't setq undefined and otherwise unused > variable orgpan-this-panel-window > * contrib/lisp/org-panel.el (orgpan-check-panel-mode): fix format > string of (error) > * contrib/lisp/org-panel.el: declare variables > viper-em

Re: [O] [PATCH] Re: [PATCH] Add TEXINFO_POST_HEADER slot

2012-12-22 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: > Great, thanks! Attached is a patch, with changelog, that mentions the > new keyword in the comments at the top of the file. I've marked it > TINYCHANGE even though I signed the FSF papers--not sure if this is > correct according to http://orgm

Re: [O] including emphasis characters as word characters?

2012-12-22 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > Would it make sense to add the markup characters (ie, the car of every > item in `org-emphasis-alist') to the list of word characters, so that as > we're moving/deleting/transposing by word in org, the markup characters > are included? I mean with a sentence li

Re: [O] store-link behavior

2012-12-22 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: > A pleasant feature of AucTeX is the context sensitive facility for > inserting cross references. So, having the cursor at the end of this > text, "(fig.", and pressing shortcut sequence gets a list of labeled > figure environments in a document,

Re: [O] Bug: stored link description craziness [7.9.2 (release_7.9.2-609-g853125 @ /Users/dave/.emacs.d/el-get/org-mode/lisp/)]

2012-12-22 Thread Bastien
Hi Dave, Dave Abrahams writes: > Go to the headline in the following org-snippet and do `M-x > org-store-link RET'. Then, anywhere, do `M-x org-insert-link RET RET'. > > The result is a link whose visible description is > "{{org-mode.org}{org-mode}}". IMO, it should be simply "org-mode". >Fro

Re: [O] How to automatic list org files via Elisp and then, import them for an HTML export

2012-12-22 Thread Bastien
Hi, flammable project writes: > I was thinking that giving the more details will eliminated doubts > and misunderstanding. > > So to be clear enough, there was two questions in my previous > message: > > 1/ In E-LISP, how to parse a directory containing Org files and > import them with the "#+IN

Re: [O] Remaining work/progress report: nearly useful, help needed

2012-12-22 Thread Bastien
Hi Myles, Myles English writes: > I have a solution that does everything I need apart from exclude DONE > items from the CLOCKSUM property. Writing it here for posterity. This looks useful. It's a bit big for adding it to org-hacks.org on Worg. If you happen to publish this online (on gitori

Re: [O] subtree-export limitations

2012-12-22 Thread Bastien
Hi, Nicolas Goaziou writes: > :PROPERTIES: > :export_latex_header: header1 > :export_latex_header+: header2 > :END: FWIW I find this very ugly. Why not having: :PROPERTIES: :export_latex_header: header1, header2 :END: And when the comma character is needed as a char componen

Re: [O] Selecting the link type to be created

2012-12-22 Thread Bastien
Hi Jonas, Jonas Bernoulli writes: > Is there a way to specify which `org-store-link-function' or link type > built into `org-store-link' should be used when there are multiple valid > types? E.g. I have loaded `org-elisp-symbol' but would still be able to > link to the library header or a "sect

Re: [O] Bug: Messaging when moving in the agenda [7.9.2 (7.9.2-GNU-Emacs-24-3 @ /usr/share/emacs/24.2.50/lisp/org/)]

2012-12-22 Thread Bastien
Michael Brand writes: > On Wed, Oct 31, 2012 at 5:27 PM, Michael Heerdegen > wrote: >> So, IMHO `org-display-outline-path' should still display its stuff in >> the echo area, but prevent logging in *Messages*. > > I also agree. Until now I assumed that this would not be possible > because I didn

Re: [O] [PATCH 1/2] Orgpan: resize the correct window

2012-12-22 Thread Bastien
Hi Jonas, Jonas Bernoulli writes: > * contrib/lisp/org-panel.el (orgpan-panel): Make sure the panel buffer > is resized to four lines not the document buffer. Applied to master, thanks. -- Bastien

Re: [O] Publishing org project as odt

2012-12-22 Thread Wiskey 5 Alpha
On 12/22/2012 01:11 PM, Jambunathan K wrote: True. The .org file - I believe everything in the work dir - goes in to the ZIP file. So it is in the ZIP file. But when a file is lost, panic ensues and brain stops working. So true. I saw the error message mentioned the file existed, so i dele

Re: [O] Publishing org project as odt

2012-12-22 Thread Jambunathan K
Wiskey 5 Alpha writes: > On 12/22/2012 07:54 AM, Jambunathan K wrote: >> Wiskey 5 Alpha writes: >> >>> Hello, >>> I have a rather large project that I currently export to odt >>> files. I tried the org-export-as-odt-batch command line function but >>> it fails, >> >> Can you tell how it fail

[O] org-odt: Batch exports creates data loss, deletes original org file

2012-12-22 Thread Jambunathan K
> Thank you for your reply. Below you will find a small example to > illustrate the problem. First I have a small test org-mode file in > the directory, =test.org=. It's contents is shown next. I run the > batch process, which causes an error. All files in the directory are > deleted except

[O] org-odt: Batch exports creates data loss, deletes original org file

2012-12-22 Thread Jambunathan K
> Thank you for your reply. Below you will find a small example to > illustrate the problem. First I have a small test org-mode file in > the directory, =test.org=. It's contents is shown next. I run the > batch process, which causes an error. All files in the directory are > deleted except

Re: [O] Publishing org project as odt

2012-12-22 Thread Wiskey 5 Alpha
On 12/22/2012 07:54 AM, Jambunathan K wrote: Wiskey 5 Alpha writes: Hello, I have a rather large project that I currently export to odt files. I tried the org-export-as-odt-batch command line function but it fails, Can you tell how it fails. In your init file (the one used by batch emacs

Re: [O] Publishing org project as odt

2012-12-22 Thread Wiskey 5 Alpha
On 12/22/2012 07:54 AM, Jambunathan K wrote: Wiskey 5 Alpha writes: What i would *really* like is to publish the directory of org files, with a command like =org-publish-org-to-odt=. Is there a way to do this currently ? Currently there is no way to do it. How is your publishing setup l

Re: [O] Publishing org project as odt

2012-12-22 Thread Wiskey 5 Alpha
Thank you for your reply. Below you will find a small example to illustrate the problem. First I have a small test org-mode file in the directory, =test.org=. It's contents is shown next. I run the batch process, which causes an error. All files in the directory are deleted except for the

Re: [O] remote execution in heterogeneous environment

2012-12-22 Thread George
Michael Albinus writes: >> Similar procedure on a mac still yeilds: >> >> Couldn't write region to >> `/scpc:g...@example.com:/var/folders/j6/j6w17khs3vl9s2_yg4rb5zsmgn/T/input- >> 61683xyS', decode using `mimencode -u -b >%s' f\ >> ailed > > Could you, please, show the exact test case? And p

Re: [O] remote execution in heterogeneous environment

2012-12-22 Thread George
Michael Albinus writes: >> Similar procedure on a mac still yeilds: >> >> Couldn't write region to >> `/scpc:g...@example.com:/var/folders/j6/j6w17khs3vl9s2_yg4rb5zsmgn/T/input- >> 61683xyS', decode using `mimencode -u -b >%s' f\ >> ailed > > Could you, please, show the exact test case? And p

Re: [O] Org Mobile and Adroid 2.3.6

2012-12-22 Thread J. David Boyd
Martin Butz writes: > Hi, > > does anyone have a working and fully functional orgmobile installation > on a smartphone with Android 2.3.6 (meine: Samsung Ace)? > > It seems, that mine is not complete. E.g. using the setup wizard I was > prompted to provide a folder for the storage of the org-file

Re: [O] flyspell and code blocks

2012-12-22 Thread Jambunathan K
"Francesco Pizzolante" writes: > Hi, > > Jambunathan K wrote: >> Julian Burgos writes: >> >>> It is possible to make flyspell to ignore (i.e. do not spell check) >>> the text within code blocks (I mean blocks of texts separated by >>> #+begin_src and #+end src)? I did my homework but could not

Re: [O] remote execution in heterogeneous environment

2012-12-22 Thread Michael Albinus
George writes: Hi George, > Make everything works with: > > (setq temporary-file-directory "/tmp/") That's a misunderstanding. I meant the workaround I have proposed yesterday on the org-mode ML, and which has been committed by Bastien. Meanwhile, everything shall work out-of-the box. Does i

Re: [O] Publishing org project as odt

2012-12-22 Thread Jambunathan K
Wiskey 5 Alpha writes: > Hello, >I have a rather large project that I currently export to odt > files. I tried the org-export-as-odt-batch command line function but > it fails, Can you tell how it fails. In your init file (the one used by batch emacs), you can put (setq debug-on-error

[O] Org Mobile and Adroid 2.3.6

2012-12-22 Thread Martin Butz
Hi, does anyone have a working and fully functional orgmobile installation on a smartphone with Android 2.3.6 (meine: Samsung Ace)? It seems, that mine is not complete. E.g. using the setup wizard I was prompted to provide a folder for the storage of the org-files. But I could not set this o