Hello,
Kodi Arfer writes:
> I don't think I can. I'm not clear about the relationship between
> maint and master in general,
"maint" is for bugfixes only. "master" is for new features.
> but it looks like maint doesn't have the bug my patch is supposed to
> fix, because it doesn't treat an HTM
> Hi Nicolas,
>
> Nicolas Richard writes:
>
> > I'm at commit 830e231ef1da5c5a1ab760a6a059551841952610, and notice the
> > following unexpected behaviour.
> >
> > Starting from "emacs -Q -L ~/sources/org-mode/lisp/" :
> > M-x org-mode
> > insert " > hit "C-c '"
> >
> > => "user-error: No special e
Hello,
feng shu writes:
> This is the updated patch of "Add :caption attribute to #+ATTR_LATEX
> property"
> If possible, please include it to master
Thanks for your patch.
I agree that #+CAPTION isn't ready for complex caption commands (nor
that it should), so a :caption attribute may be use
On Jun 30, 2013 7:22 PM, "Nicolas Goaziou" wrote:
> James Harkins writes:
>
> > This example does reproduce the issue where the slides are rendered at
> > twice their normal size, instead of half. (I installed TexLive 2012 --
> > I'm not using the outdated tex packages from Ubuntu.)
> >
> The gen
Hi
version 3 patch, add document about :caption attribute.
On Sun, Jun 30, 2013 at 7:46 PM, Nicolas Goaziou wrote:
> Hello,
>
> feng shu writes:
>
> > This is the updated patch of "Add :caption attribute to #+ATTR_LATEX
> > property"
> > If possible, please include it to master
>
> Thanks for
Hi list!
When matching for tags and properties using C-c / m there is the
option to match for Special Properties. Is there a complete list of
these special properties somewhere?
I was thinking that "7.2 Special Properties" in the manual would be
that list, but then noticed a property possible to
I often need to transform a table or list of values into a block of text.
For example, if I have a list of 4 files that I want to generate a SQL
script for.
After hunting around, this is the best I came up with:
#+name: table
| File |
| a|
| b|
| c|
| d|
#+name: template
#+begin_
The manual explains in "Images in HTML export" that you can make an
image a hyperlink like this:
[[file:highres.jpg][file:thumb.jpg]]
where thumb.jpg becomes the 'src' and highres.jpg becomes the
'href'. One might infer it should also be possible to link to something
other than an image, li
Here is an example:
===
a par
:LOGBOOK:
- Note taken on [2013-06-30 Sun 13:32] \\
test
:END:
another par
# another par
# another par
another par
===
Where forward-paragraph stops is at the dots:
===
a par
.
:LOGBOOK:
- Note taken on [2013-06-30 Sun 13:32] \\
test
.:END:
another par
Gustav Wikström writes:
> When matching for tags and properties using C-c / m there is the
> option to match for Special Properties. Is there a complete list of
> these special properties somewhere?
>
The section you found in the manual and the value of
org-special-properties would seem the logi
Hi Kodi,
Nicolas Goaziou writes:
> Thank you again. Also, please consider signing FSF papers for more
> contributions to Emacs.
Here is the link to the form you need to fill for that:
http://orgmode.org/cgit.cgi/org-mode.git/plain/request-assign-future.txt
Thanks in advance!
--
Bastien
Hi Samuel,
Samuel Wales writes:
> I finally found out how some duplicate subtrees are created:
>
> * test 1
> * test 2
>
> Refile test 1. Kill test 2.
>
> Move. Yank.
>
> You will yank both lines.
>
> To fix: make refiling not be an appendable kill.
Indeed. I fixed this in maint, thanks for
Hi Vincent,
Vincent Beffara writes:
> Thanks - but it doesn't ... More precisely, it does insert a blank line
> before the new entry itself, but not before the higher-level month and
> day entries that possibly need to be created.
Ah, I see... so no, I don't think we can fine-tune things here,
Hi Stephen,
Stephen Berman writes:
> Since I became the maintainer more than four years ago there haven't
> been any bug reports or feature requests, and there were few prior to
> that. The ones there were, years before, were what got me interested in
> Todo mode in the first place. I don't kn
Hi Ross,
Ross Patterson writes:
> Bastien writes:
>
>> thanks for the patch. Do you mind filling the copyright
>> assignment so we can accept the patch ?
>
> I already have an FSF Emacs Assignment from 2008-12-22, RT 393650. Is
> there something else I need to do?
Nope. I didn't know you ha
Hi Feng,
feng shu writes:
> (org-latex--inline-image): Tiny change.
> org-latex--org-table): Tiny change.
The Emacs usage is to write it like this:
(org-latex--inline-image, org-latex--org-table): Tiny change.
Thanks!
--
Bastien, nitpicking again :)
Hi Xebar,
Xebar Saram writes:
> i was
> wondering if there was any command to auto pack empty space between
> headers?
I sometimes use this crude method:
M-< C-M-% ^C-qC-jC-qC-j+ RET C-qC-j RET
Otherwise you can tweak `org-blank-before-new-entry'.
HTH,
--
Bastien
Hi Samuel,
Samuel Wales writes:
> Where forward-paragraph stops is at the dots:
This is something I've long wanted, `forward-paragraph' and
`backward-delete' are now bound to `org-forward-element' and
`org-backward-element'.
Thanks,
--
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-export)
and write a new `org-info-export'
Hi Josiah,
Josiah Schwab writes:
> I am using orgmode 8.0.3 with emacs 24.3. I frequently use
> ordered lists with alphabetical bullets. I have
> (setq org-list-allow-alphabetical t)
> in my .emacs.
You should be able to export them to lists now
(from the maint branch, which will be the ne
Hi Adam,
Adam Spiers writes:
> With `org-archive-mark-done' set to `t', entries will be marked as
> done when `org-archive-subtree' is invoked. However, this does not
> honour the expected behaviour when `org-log-done' is set to `'time',
> i.e. that a `CLOSED: [timestamp]' line will be inserted
Hi Eric,
Eric Abrahamsen writes:
> Clearly whining wasn't getting me anywhere, so here's a patch. I don't
> claim to understand all the ins and outs of orgtbl-to-generic, so this
> might not be complete, but at least it gets it working again. There were
> plain old errors in the existing code (u
Hi Rene,
Rene writes:
> Achim Gratz nexgo.de> writes:
>
>> > Line 4 of `org-autoloads.el" in org/elpa package.
>>
>> Since this file is created by package manager this is probably how it
>> adds Org to the load path, don't you think?
>
> What I notice is that for elpa packages that don't hold
Hi Pedro,
Pedro Silva writes:
> * org-colview.el (org-columns-compile-map):
> (org-columns-number-to-string):
> (org-columns-string-to-number): Handle timestamp summaries.
>
> * org.texi (Column attributes): Document timestamp summaries.
Looks good, thanks!
It hardly counts as a tiny change, t
Hi Kodi,
Kodi Arfer writes:
> I think I'm going to stop working on this issue for now, but at least
> what I've done could be helpful for anybody else who wants to go further
> down the rabbit hole.
I can't follow this rabbit right now, but I hope someone can
tidy things up a bit here (been t
Hi Gustav,
Gustav Wikström writes:
> It seems to me that in 8.0.3 this is still an issue. Both latex and
> quote blocks gives the response:
>
> "user-error: No special environment to edit here"
I can use C-c ' in #+begin_latex environments correctly with latest
Org (release_8.0.3-309), but I d
Hi Samuel,
Samuel Wales writes:
> Where forward-paragraph stops is at the dots:
This is something I've long wanted, `forward-paragraph' now calls
`org-format-element' in master.
Thanks,
--
Bastien
Hi Gustav,
Gustav Wikström writes:
> When matching for tags and properties using C-c / m there is the
> option to match for Special Properties. Is there a complete list of
> these special properties somewhere?
>
> I was thinking that "7.2 Special Properties" in the manual would be
> that list, b
Hi Rainer,
Rainer Stengele writes:
> I found this:
>
> (setq org-agenda-sticky nil)
>
> to be working, which might indicate a bug in the batch export when using
> sticky agenda views.
>
> So this does what I want:
> emacs -batch -l ~/.emacs -eval ' (progn (setq org-agenda-sticky
> nil)(org-batc
Hi Alan,
Alan Schmitt writes:
> I'm trying to find a way to create an agenda bloc (of type agenda) that
> is restricted to a set of tags. I tried using a skip function but (as I
> explained in another mail) I cannot get it to work. If someone has done
> it before, I'd gladly have a look at how t
Hi Greg,
Greg Minshall writes:
> here is the thread:
> http://comments.gmane.org/gmane.emacs.orgmode/64229
Thanks.
I'm reattaching the patch, with a reworked ChangeLog.
(We could not apply it at the time because Michael didn't
have his copyright assignment.)
I like geiser very much, but mayb
Thank you.
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY can get it.
Denmark: free Karina Hansen NOW.
Thanks for your help. This is V4 patch.
On Mon, Jul 1, 2013 at 4:27 AM, Bastien wrote:
> Hi Feng,
>
> feng shu writes:
>
> > (org-latex--inline-image): Tiny change.
> > org-latex--org-table): Tiny change.
>
> The Emacs usage is to write it like this:
>
> (org-latex--inline-image, org-latex--
>>> I want to include my collaborators in the header of each org file just
>>> as I would authors, that is by including a line like
>>>
>>> #+COLLABORATORS: Alice & Bob
>>>
>>> I've found some limited documentation on modifying the exporter (manual
>>> section 12.3) and taken a look at ox.el, ox-l
Hi Samuel,
Samuel Wales writes:
> I confirm the following bug in git master.
Fixed, thanks.
--
Bastien
Dov Grobgeld writes:
> Has anyone used org-mode with the python pandas package? Pandas is in
> a certain way an alternative to R, but with the (for me) familiar
> syntax of python. See: http://pandas.pydata.org/
>
> Pandas is very much built to be used interactively, and it outputs its
> data in
Hi Loris,
Thanks for reporting this problem. I've just pushed up a change which
should fix this error, please let me know if it continues.
Thanks,
"Loris Bennett" writes:
> Hi,
>
> When I add the caching option to a call to a code block, like this
>
> #+CALL: get_raw_timelimit_elapsed_data
Achim Gratz writes:
> Eric Schulte writes:
My vote is for adding #+name support to call lines, and then handling
their results in the same manner as code block results.
>>
>> Achim Gratz writes:
>>> I'm not sure what this would entail other than replacing the call with
>>> its argument
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 |
> |---+---+---|
> | 1 | 2 |
Greg Minshall writes:
> hi, Bastien,
>
>>> hi. what happened to this patch? i don't see it anywhere. cheers!
>
>> Can you give a pointer to "this" patch?
>
> here is the thread:
> http://comments.gmane.org/gmane.emacs.orgmode/64229
>
> cheers, Greg
>
Hi Greg,
Thanks for sending this along.
Joe Bogner writes:
> I often need to transform a table or list of values into a block of text.
> For example, if I have a list of 4 files that I want to generate a SQL
> script for.
>
> After hunting around, this is the best I came up with:
>
> #+name: table
> | File |
> | a|
> | b|
> | c
Bastien writes:
> Hi Greg,
>
> Greg Minshall writes:
>
>> here is the thread:
>> http://comments.gmane.org/gmane.emacs.orgmode/64229
>
> Thanks.
>
> I'm reattaching the patch, with a reworked ChangeLog.
>
> (We could not apply it at the time because Michael didn't
> have his copyright assignment
hi, Eric,
this patch isn't mine, but rather Michael Gauland's; i just wondered
where it had gone.
cheers, Greg
> here is the thread:
> http://comments.gmane.org/gmane.emacs.orgmode/64229
Eric Schulte writes:
> Thanks Greg for this patch!
(Michael Gauland is the one to thank for the patch, and Greg for the
heads up. Thanks to both!)
--
Bastien
Ah, apologies and thanks all around.
Cheers,
Greg Minshall writes:
> hi, Eric,
>
> this patch isn't mine, but rather Michael Gauland's; i just wondered
> where it had gone.
>
> cheers, Greg
>
>> here is the thread:
>> http://comments.gmane.org/gmane.emacs.orgmode/64229
--
Eric Schulte
http://
Hello,
a typo introduced in commit '6abc114f188267e4b804a3eca8794900eee66db0'
prevents `org-agenda.el' to compile into 'elc' (actually Emacs shows me
an error which I don't understand). I compared `org-agenda.el' of
'6abc114f188267e4b804a3eca8794900eee66db0' commit with previous commit
and made sm
Dear Orgers,
I would like to do something very simple such as writing microsecond
unit but I fail. I try different way (\mu\nbsp s, $\mu$s, \mu s) but
always get a whitespace between the µ symbol and the second symbol. The
only working version is $\mu\text{s}$ which gives me a pure LaTeX code
47 matches
Mail list logo