Hello,
I've written a function that enables a three pane view on org files.
I'm quite new to emacs but I'd like to contribute and receive
feedbacks, improvement etc.
It can be found at:
https://github.com/knupfer/org-panes
Best regards
Good job !
You may be new to Emacs, but you already master a lot:
- hiding-showing,
- indirect buffers,
- save-excursion,
- faces,
- overlays,
- post-command-hook,
- and emacs lisp
Le 23/08/2014 17:06, Florian Knupfer a écrit :
> Hello,
>
> I've written a function that enables a three pane view
I'm looking at http://orgmode.org/worg/org-contrib/org-mac-message.html
How do I setup multiple Gmail accounts with this? As in, (setq
org-mac-mail-account "account") - what should be the account name?
Thanks.
Thierry Banel writes:
> Le 20/08/2014 22:40, Ernesto Durante a écrit :
>
> as the source org file is not guarantied to be in utf-8.
>
> You may want to give it a try an provide a patch for that.
> 3 files are involved:
> - lisp/ob-C.el (you know this one)
> - testing/lisp/test-ob-C.el (to launch
Eric Schulte writes:
> Ernesto Durante writes:
>
> Perhaps a new header argument should be added for C-Family languages
> which will inhibit this main wrapping behavior?
>
> -- Eric
Hi Eric,
According to me, we can already inhibit the wrapping with the following
header :main no. Maybe, it shou
Hi,
Bastien writes:
>>> Is there something wrong in what I am doing or is there a problem?
>>
>> I don't think there is a code bug. There is a potentially a
>> documentation bug in the first line of the doc string you mentioned.
>
> Indeed, this is a documentation bug -- can one of you provide
Hi Florian,
On Sat, Aug 23, 2014 at 05:06:48PM +0200, Florian Knupfer wrote:
> Hello,
>
> I've written a function that enables a three pane view on org files.
> I'm quite new to emacs but I'd like to contribute and receive
> feedbacks, improvement etc.
>
> It can be found at:
> https://github.c
Hi all,
org newbie here, neither proficient with org nor english, please be patient.
I'm having a hard time figuring how to gather property values with
completion from a capture template.
8<-[ .emacs ]
(setq org-capture-templates
'(("t" "
Hi List,
the docstring should rather say something like:
"CONTENTS is nil if type is 'table.el', non-nil otherwise.
#+BEGIN_SRC emacs-lisp
(defun org-element-table-interpreter (table contents)
"Interpret TABLE element as Org syntax.
CONTENTS is nil."
(if (eq (org-element-property :type ta
Hi all,
the org guide "Release 8.2.7c" says in page 20, 8.4 Clocking work time:
C-c C-x C-x
Cancel the current ...
It should say:
C-c C-x C-q
Regards
Hello,
The following patch implements radio tables and `orgtbl-to-...'
functions using Org export engine. The implementation is probably not
totally backward compatible, though.
In particular, I suppressed :remove-nil-lines parameter, as I couldn't
make any sense out of it. If someone has a clear
Hello,
Thorsten Jolitz writes:
> the docstring should rather say something like:
>
> "CONTENTS is nil if type is 'table.el', non-nil otherwise.
>
> #+BEGIN_SRC emacs-lisp
> (defun org-element-table-interpreter (table contents)
> "Interpret TABLE element as Org syntax.
> CONTENTS is nil."
>
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
---
Hello,
Aaron Ecay writes:
> Why is the compatibility=false option needed? I can’t figure this
> out.
This is in my local copy of the minted manual, in "7 Known issues". It
may be outdated, though.
> “Pretty” source code export in all cases requires adding certain packages
> to the default, as
Hello,
Alexis Roda writes:
> the org guide "Release 8.2.7c" says in page 20, 8.4 Clocking work time:
>
> C-c C-x C-x
> Cancel the current ...
>
> It should say:
>
> C-c C-x C-q
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
Nicolas Goaziou writes:
Hello,
> The following patch implements radio tables and `orgtbl-to-...'
> functions using Org export engine. The implementation is probably not
> totally backward compatible, though.
funny, I just wrote `org-dp-create-table' (in
https://github.com/tj64/org-dp) a few h
Thorsten Jolitz writes:
> Nicolas Goaziou writes:
>
> Hello,
>
>> The following patch implements radio tables and `orgtbl-to-...'
>> functions using Org export engine. The implementation is probably not
>> totally backward compatible, though.
Btw, great job - thats quite a complex part of Org-m
I am looking at a simpler example, the pie-chart example as in this link:
http://orgmode.org/worg/org-contrib/babel/intro.html#literate-programming
This example(src code attached in the end) first generates a table by a
shell command and then run a R one-liner which uses the table. However,
when
Hi List,
when exporting this to latex/pdf
,
| #+OPTIONS: ^:{}
| * ORG SCRATCH :foo_bar:
| Hallo_World
`
it translates to this
,
| % Created 2014-08-25 Mo 02:23
| \documentclass[11pt]{article}
| [...]
| \section{ORG SCRATCH\hfill{}\textsc{foo_bar}}
| \label{sec-1}
| Hallo\_World
|
Hi,
I understand that org-latex derives the encoding from the buffer.
In the ".tex” file produced by the exporter, I see this line:
\usepackage[utf8]{inputenc}
However, I would like to set it to:
\usepackage[utf8x]{inputenc}
I need to account for special French spacing characters: “espaces ins
20 matches
Mail list logo