On 3.9.2013, at 17:32, Matt Price wrote:
> Hi,
>
> certain lines are not rendered by the org exporter, but are instead
> interpreted as instructions, e.g.:
>
> #+AUTHOR: Matt Price
>
> I'm using org2blog/wp, which is only partially converted to the new
> exporter. It works pretty well, but n
>> Does the patch below work for you?
> Yes. Please install.
Done,
Stefan
Johannes Rainer writes:
> is there a "clean" way to disable the built in org from emacs?
Short answer: no.
> I'm loading org mode from git externally, but newer emacs always come
> with org mode included.
That's not a problem as long as you set up the load-path to point to the
install made via G
Hi Johannes,
Johannes Rainer writes:
> well, I'm using emacs/org for my data analyses in R. I thus combine
> documentation (i.e. the conclusions drawn from e.g. plots created in
> R) and the R code to perform the analysis in my org file. Since I'm
> analysing high throughput data some tasks to h
On 09/04/2013 09:23 AM, Johannes Rainer wrote:
>
> well, I'm using emacs/org for my data analyses in R. I thus combine
> documentation (i.e. the conclusions drawn from e.g. plots created in R)
> and the R code to perform the analysis in my org file. Since I'm
> analysing high throughput data some t
On Tue, Sep 03, 2013 at 11:32:33AM -0400, Matt Price wrote:
>
> #+/home/matt/Matt_headshots/Matt Price/IMG_9367_.jpg
> http://2013.hackinghistory.ca/wp-content/uploads/2013/08/wpid-IMG_9367_2.jpg
[...chomp...chomp...chomp...]
> ignore these lines. I thought that the leading #+ was enough to get
On Wed, Sep 4, 2013 at 4:19 PM, Thorsten Jolitz wrote:
> Johannes Rainer writes:
>
> > hi all!
> >
> > is there a "clean" way to disable the built in org from emacs? I'm
> > loading org mode from git externally, but newer emacs always come with
> > org mode included. would just deleting the org
* Karl Voit wrote:
> Hi!
>
> I've got a strange issue here: today, I set up a second laptop with
> more or less identical configuration (Debian Wheezy; orgmode from
> git g6fdc23). I copied my .emacs.d to the new machine but Org-mode
> is not working there :-O
>
> Whenever I open an Org file, I ge
Johannes Rainer gmail.com> writes:
>
>
> hi all!
>
> I have some pretty calculation intense R code in a code block and when I
> execute the code (C-c C-c) my emacs freezes and waits for the code to
> finish. Is there a way to evaluate the code asynchronously, so that I
> could edit the file
Johannes Rainer writes:
> hi all!
>
> is there a "clean" way to disable the built in org from emacs? I'm
> loading org mode from git externally, but newer emacs always come with
> org mode included. would just deleting the org folder in the emacs (am
> using Emacs.app on mac) installation help?
>
hi all!
is there a "clean" way to disable the built in org from emacs? I'm loading
org mode from git externally, but newer emacs always come with org mode
included.
would just deleting the org folder in the emacs (am using Emacs.app on mac)
installation help?
thanks in advance!
On Wed, Sep 04, 2013 at 03:23:03PM +0200, Johannes Rainer wrote:
> On Wed, Sep 4, 2013 at 10:00 AM, Suvayu Ali
> wrote:
>
> > That said, I am curious why you are knowingly tying a computationally
> > intensive (possibly buggy, during development i.e.) process with your
> > editor. I have to work
On Wed, Sep 04, 2013 at 04:52:34PM +0200, Johannes Rainer wrote:
> hm, that's an option.
> based on your suggestion I created now my own little makefile to install
> the git org-mode and directly over-write the one located in
> /Applications/Emacs.app/Resources/lisp/org . actually, I first delete a
On Sep 4, 2013, at 3:12 PM, Rick Frankel wrote:
> On 2013-09-02 10:12, Carsten Dominik wrote:
>> Applied, thank.
>> Rick, I had trouble applying th patch, so did some handywork - please
>> check after me.
>
> looks good modulo a couple of extra blank lines :).
Thank you for checking.
- Carst
On Wed, Sep 4, 2013 at 10:00 AM, Suvayu Ali wrote:
> On Wed, Sep 04, 2013 at 07:27:01AM +0200, Johannes Rainer wrote:
> > hi all!
> >
> > I have some pretty calculation intense R code in a code block and when I
> > execute the code (C-c C-c) my emacs freezes and waits for the code to
> > finish. I
On 2013-09-02 10:12, Carsten Dominik wrote:
Applied, thank.
Rick, I had trouble applying th patch, so did some handywork - please
check after me.
looks good modulo a couple of extra blank lines :).
thanx,
rick
* Thorsten Jolitz wrote:
>
> Did you try to copy a subdirs.el into the org-mode directory?
> with subdirs.el file content:
>
> ,-
>| (if (fboundp 'normal-top-level-add-subdirs-to-load-path)
>| (normal-top-level-add-subdirs-to-load-path))
Hello,
Fabrice Popineau writes:
> If I export this to html :
>
> ---
> #+TITLE: FOO
>
> #+macro: huge @@html:$1@@
> #+macro: large @@html:$1@@
>
> * Foo page
>
> {{{large([[http:test.html][FOO]])}}}
> ---
Hey Oleh,
On Mon, Sep 02, 2013 at 07:54:14AM +0200, Carsten Dominik wrote:
>
> you have good arguments - but I still think this is a matter of
> workflow and preferences, so I am not going to change the defaults.
> This is what we have user options for.
I think this would be a great addition to
Hi,
If I export this to html :
---
#+TITLE: FOO
#+macro: huge @@html:$1@@
#+macro: large @@html:$1@@
* Foo page
{{{large([[http:test.html][FOO]])}}}
---
I ge
Hello,
"Francesco Pizzolante" writes:
> But if I try what you suggest and move the #+ATTR_LATEX line inside the
> dynamic block (after the #+BEGIN: clocktable and just before the generated
> table), then this line gets lost as soon as the dynamic block is regenerated,
> which is not what I exp
flammable project writes:
> Thanks Nocolas and Suvayu,
>
>
> I will spend some time on ox-md.el and the section listed by Nicolas.
>
> One last question:
> If I choose to extend the existing back-end, would I be able to put
> all the code into a external file and allow the user to load it
> throu
Hi Nicolas,
> What are its advantages over "longtabu" environment, which is already
> supported? There is a lot of table related packages, I'm not sure we
> want to support them all.
I wasn't aware about the tabu package and its tabu and longtabu environments.
I'll try to use it and see if I ca
Karl Voit writes:
> * Karl Voit wrote:
>>
>> Whenever I open an Org file, I get:
>>
>> File mode specification error: (file-error "Cannot open load file"
>> "org")
>
> I found an old posting with "toggle-debug-on-error" and activated it
> before I open my test Org-mode file:
>
> Debugger entered
* Karl Voit wrote:
>
> Whenever I open an Org file, I get:
>
> File mode specification error: (file-error "Cannot open load file"
> "org")
I found an old posting with "toggle-debug-on-error" and activated it
before I open my test Org-mode file:
Debugger entered--Lisp error: (file-error "Cannot o
Hi,
flammable project writes:
> I will spend some time on ox-md.el and the section listed by Nicolas.
>
> One last question:
> If I choose to extend the existing back-end, would I be able to put all the
> code into a external file and allow the user to load it through it emacs
> config file?
Ye
On Wed, Sep 04, 2013 at 07:27:01AM +0200, Johannes Rainer wrote:
> hi all!
>
> I have some pretty calculation intense R code in a code block and when I
> execute the code (C-c C-c) my emacs freezes and waits for the code to
> finish. Is there a way to evaluate the code asynchronously, so that I co
Hi,
For me it is git using a central "server". I push from the clients to the
server and pull from the server only. Never on a device to device base,
because most of the time the devices can't see each other (different
networks).
Hope that helps
Torsten
On 4 September 2013 09:43, Suvayu Ali
Suvayu Ali writes:
>> Hello,
>>
>> I want to compare two directories and see what files are different,
>> however, the comparison should ignore timestamps of files. Is there
>> a simple solution?
>>
>> I had assumed that ediff would also consider files in subdirectories
>> of the directory path
On Wed, Sep 4, 2013 at 9:47 AM, Suvayu Ali wrote:
> That said, did you look at `ediff-directories'?
Oops! I missed the part you already tried it and it doesn't meet your
needs. Sorry about that.
--
Suvayu
Open source is the future. It sets us free.
On Wed, Sep 04, 2013 at 08:06:31AM +0200, Stefan Vollmar wrote:
> Hello,
>
> I want to compare two directories and see what files are different, however,
> the comparison should ignore timestamps of files. Is there a simple solution?
>
> I had assumed that ediff would also consider files in subd
Hi Nicolas,
> Attributes are correctly applied to the block, but you want them to
> apply on the inner table instead, which is different.
Indeed, this is a better expression of what I want.
> Correct syntax should be something along the lines of:
>
> #+BEGIN: clocktable :maxlevel 4 :scope
On Wed, Sep 04, 2013 at 03:30:24PM +0900, Xiao-Yong Jin wrote:
>
> On Sep 4, 2013, at 3:04 PM, Suvayu Ali wrote:
>
> > On Tue, Sep 03, 2013 at 11:34:52PM +0200, nore...@maillard.im wrote:
> >> Hello,
> >>
> >> I have a problem. I need to sync my files between several devices
> >> (currently 3).
On Wed, Sep 04, 2013 at 09:15:56AM +0200, Carsten Dominik wrote:
>
> On Sep 4, 2013, at 9:06 AM, Vladimir Lomov wrote:
>
> > Hello,
> > sometimes I need markup elements than missing in Org mode, for example
> > combination of both bold and italic. Some backends, for instance html
> > and latex (
On Sep 4, 2013, at 9:06 AM, Vladimir Lomov wrote:
> Hello,
> sometimes I need markup elements than missing in Org mode, for example
> combination of both bold and italic. Some backends, for instance html
> and latex (with minor exception) support such combinations. So I wonder
> 1) how to define
Hello,
I want to compare two directories and see what files are different, however,
the comparison should ignore timestamps of files. Is there a simple solution?
I had assumed that ediff would also consider files in subdirectories of the
directory paths given for comparison. Apparently, it does
Hello,
sometimes I need markup elements than missing in Org mode, for example
combination of both bold and italic. Some backends, for instance html
and latex (with minor exception) support such combinations. So I wonder
1) how to define custom or new markup elements that can be used in
backends,
37 matches
Mail list logo