Hi Marcin,
Marcin Borkowski writes:
>
> I'd like to get something like this:
>
> Hello world
>
> What should I write in the Org file? Looking at org-html-paragraph, I'm
> afraid that it's currently impossible.
This works for me:
--
#+ATTR_HTML: :class myclass
Th
Hi all,
I'd like to get something like this:
Hello world
What should I write in the Org file? Looking at org-html-paragraph, I'm
afraid that it's currently impossible.
If this is indeed the case, what do I do to change it? A natural idea
is that I could define an org-my-html-paragraph and plu
Hi, I hope this works (and is correct), it's the first time I dare ...
diff --git a/doc/org.texi b/doc/org.texi
index d508c06..c229187 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -15563,13 +15563,18 @@ execution.
@cindex @code{:session}, src header argument
The @code{:session} header argu
Leu Zhe writes:
(defun show-images-subtree ()
(interactive)
(save-restriction
(org-narrow-to-subtree)
(org-display-inline-images nil t (point-min) (point-max
Should do the trick.
> Hi everyone
>
> I current use org-mode to organise lots of images in different
> sections.
>
> Sometimes
Le 01/12/2014 16:25, Bastien a écrit :
abonnements writes:
I wonder if it is worth including this usage in the manual?
Can you specify the suggestion by sending a patch?
Thanks!
Hi, sorry if this is the second time I send it but the first time failed
(for my MUA).
I hope this work, it's
Nick Dokos writes:
> James Harkins writes:
>
>> I've just noticed -- after exporting an org file using the beamer
>> backend, two hidden files are left in the directory. They both contain
>> LaTeX code, so I'm quite sure they're coming from the export.
>>
>> .fuse_hidden01c1:
>> ~~
>
Hi Puneeth,
Puneeth Chaganti writes:
> Can I get commit access to worg, so I can fix things as I
> notice them?
Sure - please send me your public key and I'll give you access.
Thanks in advance!
--
Bastien | http://bzg.fr
Hi Vicente,
Vicente Vera writes:
> Hello. I was browsing Emacs StackExchange and found this question:
> https://emacs.stackexchange.com/questions/15/how-to-clear-a-cell-in-an-org-mode-table.
> One of the answers mentions the org-table-blank-field command and that
> "For some reason it's missing
Hi Bastien,
Thanks for applying the patch. I am back to using org-mode quite
regularly. Can I get commit access to worg, so I can fix things as I
notice them? Thanks!
-- Puneeth
Am 27.11.2014 um 14:46 schrieb Rainer Stengele:
> Hi,
>
> I have set variable org-clock-into-drawer to:
> "Its value is 6"
>
> Since some update or Org lately it looks like the creation of a drawer is
> happening already for the first clocking of any clocked todo.
> Can someone please check if h
Hi Nicolas,
Nicolas Berthier writes:
> A recent patch introduced a call to `file-name-base' in contributed
> "ox-bibtex.el"; however, this function was only introduced in Emacs
> version 24.3. The attached patch is a basic fix for that.
Applied, thanks, and sorry for the delay.
--
Bastien
Hi Brady,
Brady Trainor writes:
> I am using org-version 7.9.3f-17-g7524ef.
>
> When the window is narrow, and I use C-c C-c to set tags in headline,
> the tag-selection prompt does not show all candidates.
>
> Is there a way around this? I'm using a narrow org buffer to mirror my
> directory st
Hi Aaron,
Aaron Ecay writes:
> * lisp/org-table.el (org-table-convert-region-max-lines): New
> defcustom.
> (org-table-convert-region): Use it.
Looks good, feel free to apply this.
--
Bastien
Hi Paul and Marco,
Marco Wahl writes:
> Have you seen the post of Achim about the lexical binding issue?
> http://permalink.gmane.org/gmane.emacs.orgmode/92261
>
> What do you think?
While this is worth looking at the issue, it is not a problem wrt
applying the patch, as we don't enforce compat
James Harkins writes:
> I've just noticed -- after exporting an org file using the beamer
> backend, two hidden files are left in the directory. They both contain
> LaTeX code, so I'm quite sure they're coming from the export.
>
> .fuse_hidden01c1:
> ~~
> \relax
> \providecommand\hyp
Hi Paul,
Paul Rodriguez writes:
> This is a new version of org-velocity.
Applied, thanks a lot!
--
Bastien
abonnements writes:
> I wonder if it is worth including this usage in the manual?
Can you specify the suggestion by sending a patch?
Thanks!
--
Bastien
Anders Johansson gmail.com> writes:
>
> Anders Johansson gmail.com> writes:
>
> >
> > Tobias Getzner gmx.de> writes:
> >
> > >
> > > Hello,
> > >
> > > After updating to Emacs 24.4 and org-mode 20141020, I’ve noticed that
> > > org-indent-mode now underindents item bodies when variable-pi
Hi James,
James Harkins writes:
> Was it intentional to omit this from the documentation?
I just documented this in master, thanks.
--
Bastien
Hi Marco,
Marco Wahl writes:
> I'll try to push the patch immediately since it is so small, resides in
> contrib and already helps me.
I see you pushed it already, thanks!
--
Bastien
Hi Puneeth,
Puneeth Chaganti writes:
> This is a minor patch to the documentation of org-drill.
Applied, thanks!
--
Bastien
Hi Nicolas,
Nicolas Goaziou writes:
> Nothing. I didn't know you had copyright assignment. I updated
> contributors list accordingly.
Nicolas, maybe you want to get an account on fencepost.gnu.org
in order to check for copyright assignments* yourself?
If so, just let me know.
Thanks,
* http:
Am 28.11.2014 um 23:19 schrieb Nicolas Goaziou:
> Hello,
>
> Rainer Stengele writes:
>
>> with latest Org version I find the html export does no more recognise these
>> settings at the begin of the file:
>>
>> :PROPERTIES:
>> :EXPORT_FILE_NAME:
>> x:/0PROJEKT/Kunden/customer/customer-Dokumenta
I've just noticed -- after exporting an org file using the beamer backend, two
hidden files are left in the directory. They both contain LaTeX code, so I'm
quite sure they're coming from the export.
.fuse_hidden01c1:
~~
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\
On 26/11/14 11:23, Ian Barton wrote:
I can't work out how to do this. I want to customize the format of
timestamps when I publish a project to html. There seem to be various
variables, such as org-html-metadata-timestamp-format, which customize
the format in pre and postambles and when using the
Sebastien Vauban writes:
> rene wrote:
>
> > I find his code pretty close to what GTD should look like. There are a few
> > things though that could be twicked a bit in order to comply with David
> > Allen's new book on Getting Things Done.
>
> Can you detail them, for our own information, ple
26 matches
Mail list logo