Hi Jarmo,
Jarmo Hurri writes:
> Or, if you are a git newbie like me, and fail to read the relevant part
> of the org page on contributing, and make your changes in the original
> master, you can also create patches from the original master branch
> using the HEAD identifier.
You should try to a
Thanks Carsten and Bastien!
On 22 September 2012 11:03, Carsten Dominik wrote:
> GReat, thanks!
>
> - Carsten
>
> On 22.9.2012, at 11:02, Bastien wrote:
>
>> Hi Carsten,
>>
>> Carsten Dominik writes:
>>
>>> I agree that this would be a good default, but not with a hard-coded 6.
>>>
>>> (add-hook
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> A document that exported nicely with the new LaTeX exporter on 9/18 now
> fails with a more recent pull from git. I've included a portion of the
> backtrace and the section of the org file that triggers the error.
I have pushed a fix related to thi
Hi Arun,
Arun Persaud writes:
> I'm using org-capture together with org-refile to organize my
> todo-items. I also have my notes distributed over several org-files, so
> I have set org-refile-use-outline-path to file. There are two things
> that I wished org-refile could do, but don't know how t
Hello,
Trevor Vartanoff writes:
> I suppose people who only write and handle text with Internet-style
> line breaks between paragraphs won't notice any change. Those who
> don't will either get "cannot" messages, or they will be quite
> surprised when org scans down, down, down for the next line
Hello,
Bastien writes:
> Hi Anthony,
>
> Anthony Lander writes:
>
>> I use the M-up/dn behaviour a lot to move property lines up and down.
>
> Maybe each property line could be a new element recognized as such by
> org-element.el. This way org-metaup/down on a property line would move
> it up/
Hello,
Carsten Dominik writes:
> On 22.9.2012, at 10:52, Nicolas Goaziou wrote:
>> If the LaTeX command doesn't require an argument, you can always add it
>> to `org-entities-user'.
>
> Yes, even though this is not very clean by itself.
This is debatable. Entities are perfectly integrated into
Vitalie Spinu writes:
> This is a custom variable in ESS and is by default t. If org is loaded
> before ESS the variable is set to a wrong value.
Thanks for the report, I've pushed up a fix.
> Package: Org-mode version 7.8.03 (release_7.9.1.301.g1fea5)
You really should at least create the autol
Hi Nicolas,
Nicolas Goaziou writes:
> How would that new element be named? `headline-property'? `property'?
`property' is fine, unless it is semantically too close to other
elements and/or objects.
> Also, do we want this change in 7.9.3? In that case, it may be wise to
> delay its release by
On 23.9.2012, at 10:30, Nicolas Goaziou wrote:
> Hello,
>
> Carsten Dominik writes:
>
>> On 22.9.2012, at 10:52, Nicolas Goaziou wrote:
>>> If the LaTeX command doesn't require an argument, you can always add it
>>> to `org-entities-user'.
>>
>> Yes, even though this is not very clean by itse
On 23.9.2012, at 10:25, Nicolas Goaziou wrote:
> Hello,
>
> Bastien writes:
>
>> Hi Anthony,
>>
>> Anthony Lander writes:
>>
>>> I use the M-up/dn behaviour a lot to move property lines up and down.
>>
>> Maybe each property line could be a new element recognized as such by
>> org-element.
Hi James,
sorry to come back late on this.
I understand what feels wrong: you store links normally (not using ids),
then a library loads org-id.el behind your back, then suddenly storing
links is based on ids, not on text, just because the default value for
`org-link-to-org-use-id' is 'create-if-
Hi Richard,
this is now fixed, thanks!
--
Bastien-more-than-one-year-later
Hi Kalev,
Kalev Takkis writes:
> Is it possible to take a note in org-capture and to specify one or
> several files to put the message into only after the note is written?
You can refile a note from the capture buffer with C-c C-w.
I added a command to /copy/ the note instead of refiling it: C
Greetings.
I am getting a bunch of make errors (20 failed files) when trying to
make the newest git version. This is from a clean git clone. The errors
are all of the same form; two examples below:
Compiling /home/jarmo/src/org/org-mode/lisp/org-ascii.el...
In toplevel form:
org-ascii.el:29:1:Er
Jarmo Hurri writes:
> Any ideas of what might be going wrong?
Bastien committed a merge conflict in org-agenda. I've pushed up a fix,
but it should probably be reviewed again.
For further reports, please say what branch and commit you're on.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neur
Achim Gratz writes:
> Jarmo Hurri writes:
>> Any ideas of what might be going wrong?
>
> Bastien committed a merge conflict in org-agenda. I've pushed up a
> fix, but it should probably be reviewed again.
Ok, it compiles now. Thanks!
I thought the decription "fresh git clone" would specify whe
Hello
On 09/23/2012 01:08 AM, Bastien wrote:
> Hi Arun,
>
> Arun Persaud writes:
>
>> I'm using org-capture together with org-refile to organize my
>> todo-items. I also have my notes distributed over several org-files, so
>> I have set org-refile-use-outline-path to file. There are two things
Achim Gratz writes:
> Jarmo Hurri writes:
>> Any ideas of what might be going wrong?
>
> Bastien committed a merge conflict in org-agenda. I've pushed up a fix,
> but it should probably be reviewed again.
Sorry I overlooked this one and thanks for fixing it!
--
Bastien
Jarmo Hurri writes:
> I thought the decription "fresh git clone" would specify
Well, it's related to time, so not 100% always clear :)
--
Bastien
Greetings.
Modified the patch as requested: the ordering in the documentation is
now "Column formulas" before the new "Lookup functions".
Also made org-table.el (require 'cl) in general, not only compile time,
because there was a warning of it being required at runtime, but there
is still a warn
Hi Arun,
Arun Persaud writes:
> I used to have this set to file, but then I _always_ had to add the file
> name even for local headlines.
It does not require the file name here and now.
Maybe an old behavior.
> I now switched to ido using:
>
> [...]
>
> which works very well for me, especia
On 09/23/2012 08:27 AM, Bastien wrote:
> Hi Arun,
>
> Arun Persaud writes:
>
>> I used to have this set to file, but then I _always_ had to add the file
>> name even for local headlines.
>
> It does not require the file name here and now.
> Maybe an old behavior.
>
>> I now switched to ido
Nicolas Goaziou writes:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> A document that exported nicely with the new LaTeX exporter on 9/18 now
>> fails with a more recent pull from git. I've included a portion of the
>> backtrace and the section of the org file that triggers the error.
Hi,
Any hint to get rid of the title in a org-export-as-odt session?
I've tried
#+OPTIONS: title:nil author:nil timestamp:nil toc:nil
#+LANGUAGE: es
* HELLO
and I get the filename as odt file title.
If I try
#+TITLE:
#+OPTIONS: title:nil author:nil timestamp:nil toc:nil
#+LANGUAGE: es
*
On Sun, Sep 23, 2012 at 1:11 PM, Bastien wrote:
> Hi Kalev,
>
> Kalev Takkis writes:
>
> > Is it possible to take a note in org-capture and to specify one or
> > several files to put the message into only after the note is written?
>
> You can refile a note from the capture buffer with C-c C-w.
One more thought:
The :RESULTS: :END:
wrapper would allow to replace when inline code is run once again.
It would fit with my personal workflow to be able to check what will go into
the exported documents
while fiddling around in the source document.
If this does not fit with what the org de
Hi,
Can anyone make a two column slide yet? Like this example for the old
exporter:
http://orgmode.org/worg/sources/org-tutorials/org-beamer/presentation.org
It looks as if it should be possible (by which I mean the appropriate
properties are available), just wondering if it is something wrong
Hello,
Carsten Dominik writes:
> node-property is another possibility.
There's now a new element type in master: node-property.
Regards,
--
Nicolas Goaziou
Hello,
Myles English writes:
> Can anyone make a two column slide yet? Like this example for the old
> exporter:
>
> http://orgmode.org/worg/sources/org-tutorials/org-beamer/presentation.org
>
> It looks as if it should be possible (by which I mean the appropriate
> properties are available), ju
Arun Persaud writes:
> sure, should I create a new headline "refile" on the tutorial place or
> should it go somewhere else?
As you want. I think worg/org-hacks.org could do.
--
Bastien
Nicolas Goaziou writes:
> There's now a new element type in master: node-property.
Fantastic, thanks!
--
Bastien
Hi Miguel,
Miguel Ruiz writes:
> Any hint to get rid of the title in a org-export-as-odt session?
I don't think you can
> #+OPTIONS: title:nil author:nil timestamp:nil toc:nil
^
This option is not supported.
--
Bastien
Hi Erich,
Erich Neuwirth writes:
> One more thought:
> The :RESULTS: :END:
> wrapper would allow to replace when inline code is run once again.
> It would fit with my personal workflow to be able to check what will go into
> the exported documents
> while fiddling around in the source docu
Carsten Dominik writes:
> On 23.9.2012, at 10:30, Nicolas Goaziou wrote:
>
>> Hello,
>>
>> Carsten Dominik writes:
>>
>>> On 22.9.2012, at 10:52, Nicolas Goaziou wrote:
If the LaTeX command doesn't require an argument, you can always add it
to `org-entities-user'.
>>>
>>> Yes, even
Hi Jai,
Jai writes:
> I'm getting couple of html export errors. Please find org files and
> corresponding backtraces attached.
I can't reproduce this error. Maybe someone else can.
Otherwise, if you can, please test latest code from git.
Thanks!
--
Bastien
Hi all,
I am having trouble to export a subtree as beamer document with the new
exporter. (Org-mode version 7.9.1 (release_7.9.1-316-g66fe32)
Here is a simple org-document, that was prepared for beamer export using
org-e-beamer-insert-options-template:
[ test_beamer.org ]
* Test Beamer
Hello,
Andreas Leha writes:
> I am having trouble to export a subtree as beamer document with the new
> exporter. (Org-mode version 7.9.1 (release_7.9.1-316-g66fe32)
>
> Here is a simple org-document, that was prepared for beamer export using
> org-e-beamer-insert-options-template:
>
>
> [
Hi Nicolas,
> Hello,
>
> Andreas Leha writes:
>
>> I am having trouble to export a subtree as beamer document with the new
>> exporter. (Org-mode version 7.9.1 (release_7.9.1-316-g66fe32)
>>
>> Here is a simple org-document, that was prepared for beamer export using
>> org-e-beamer-insert-option
Dear org-mode users and developers,
* what I want to do
I want to use org-capture instead of Emacs diary (+calendar)
[fn:1] in order to record all kinds of events and appointments.
* how I try to achieve this
I try to use org-capture. I want to be prompted for the date of
the event or the date
Hi Bastien,
On 12-Sep-22, at 5:24 AM, Bastien wrote:
> Hi Anthony,
>
> Anthony Lander writes:
>
>> I use the M-up/dn behaviour a lot to move property lines up and down.
>
> Maybe each property line could be a new element recognized as such by
> org-element.el. This way org-metaup/down on a p
Andreas Leha writes:
> I was expecting a compilable Beamer document. Especially, I am missing
> a document class in the exported TeX:
>
> [ TeX export ]
> % Created 2012-09-23 So 21:07
> \usetheme{default}
> \author{Andreas Leha}
> \date{\today}
> \title{Test Beamer}
> \hypersetup{
>
Hi Nicolas,
> Andreas Leha writes:
>
>> I was expecting a compilable Beamer document. Especially, I am missing
>> a document class in the exported TeX:
>>
>
> You need a "beamer" entry in `org-e-latex-classes' (note: "beamer" name
> isnt't mandatory, but it has to match the LaTeX class requested
Hi Nicolas,
>> [ test_beamer.org ]
>> * Test Beamer
>>:PROPERTIES:
>>:EXPORT_LaTeX_CLASS: beamer
>>:EXPORT_LaTeX_CLASS_OPTIONS: [presentation]
>>:EXPORT_FILE_NAME: presentation.pdf
>>:COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act)
>> %4BEAMER_col(Col) %8BEAMER_op
Thank you Bastien. My apoligies, my incorrect settings to
"org-export-html-table-tag" variable were the cause of the problem. Now it
works.
Thank you,
Jai
Nicolas Goaziou writes:
> `e-html' back-end turns them into images (with, i.e. dvipng). Would that
> be applicable to Groff as well?
Hi:
I did a test with the dvipng output and the issue is converting it to
EPS after they have been generated. The better solution is to add
support for dvips to g
*bump* Does anyone else think that'd be a nice feature? I'm having a hard
time making dnd-protocol-alist work on OSX though, any hints appreciated :)
On Wed, Sep 5, 2012 at 8:35 PM, Marcelo de Moraes Serpa wrote:
> In addition to that: An even more awesome feature would be to hook into
> the pas
Hi Kalev,
Kalev Takkis writes:
> Another thing I've been meaning to ask: org-capture-mode-hook seems
> to be triggered twice, why is that?
This was a bug, fixed. Thanks for reporting it,
--
Bastien
Hi Marcelo,
Marcelo de Moraes Serpa writes:
> *bump* Does anyone else think that'd be a nice feature? I'm having a
> hard time making dnd-protocol-alist work on OSX though, any hints
> appreciated :)
AFAIU this is a general Emacs question, maybe you'll have more chance on
emacs-devel.
--
Ba
Hi,
Wiskey 5 Alpha writes:
> I use org-tags-match-list-sublevels 'indented to create an indented
> list when using tags-todo. How can I do the same if I want to make a
> todo agenda view ?
in the git master branch, you can use the %l specifier for
`org-agenda-prefix-format'. This will inser
Hi,
> Miguel Ruiz
> writes:
>
> > Any hint to get rid of the title in a org-export-as-odt
> session?
>
> I don't think you can
org-odt-format-preamble function says:
...
(when title
(concat
(org-odt-format-stylized-paragraph
'title (org-odt-format-tags
'("" . "") t
Miguel Ruiz wrote:
> Hi,
>
>
> > Miguel Ruiz
> > writes:
> >
> > > Any hint to get rid of the title in a org-export-as-odt
> > session?
> >
> > I don't think you can
>
>
> org-odt-format-preamble function says:
>
> ...
> (when title
> (concat
> (org-odt-format-stylized-paragra
52 matches
Mail list logo