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
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
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
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,
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
> 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
> 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
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
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
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
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
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
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
"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
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
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
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
34 matches
Mail list logo