>>>
>>> Again, drawers are in-line with standard hiding methods. Though, their
>>> behaviour with regards to export needs to be changed (i.e. by default
>>> simply export contents of the drawer instead of ignoring it).
>>>
>>> I think we should drop any "#+result:" or "#+name:" hiding and take
>>>
Dear Eric,
Sorry for the noise, it works fine.
> see the manual for valid values for the eval header argument.
I actually did, but only the online version so far. Of course, for such changes
I had to check the doc sources...
Anyway, thanks a lot!!
Best wishes,
Torsten
On 28 Nov 2011, at 0
On Nov 27, 2011, at 8:54 PM, Nicolas Goaziou wrote:
> Hello,
>
> Carsten Dominik writes:
>
>>> 2. The document title cannot be obtained anymore from the first line of
>>> text. It's either explicitely defined with the =TITLE= keyword, or
>>> derived from buffer's name.
>>
>> This is actual
Hi Bernt,
thanks a lot for your advice. Sorry, but it took some time until I
found the time for trying it. I think I understood how it works. Below
I just have some minor questions.
2011-11-19 16:32 Bernt Hansen:
Is this to help limit you to that time per week or for estimating?
Indeed
Dear Suvayu,
at first: sorry for the late response. My last response is "lost in
space". I know how to export my thesis.
This was just about having the ability to see nothing else but the
headings and the synopsis itself, where the synopsis should be
something like
* The Heading
:SYNOPS
I'd especially would love to be able to use Markdown to write
equations which -to me- is much more comfortable than writing latex
equations. Second I'd love to be able to export to MMD when I run into
problems with the latex exporter (I had plenty!). Third in my eyes it
would be nice to have as fe
Nobody out there able to reproduce? I still have trouble with this on
org-mode 7.7 and ubuntu 11.10.
Best Markus
org-version 7.7
If I `C-c w` and attempt to refile a tree to the root of a file, the
minibuffer displays "invalid target location" and org-mode fails to
refile the tree. This works as expected when refiling to a heading
within the same file, or if I have org-refile-use-outline-path set to
`file`
hi,all.
I have a orgtbl like the following,
| # | 2 | a |
| # | -2 | abc |
| # | 5 | abc |
| # | -3 | a |
|---++-|
| || |
| ^ | x | |
and i want to sum the second column which the corresponding third
column's values="abc" to variable x. (in this example $x = -2+5
Hi,
Please check the following thread on a similar problem:
http://thread.gmane.org/gmane.emacs.orgmode/29877/focus=29920
There is a definition for 'vsumif' function you can use to add
conditionally.
Regards,
.j.
On Mon, Nov 28, 2011 at 03:32:05PM +0800, qkbey...@gmail.com wrote:
> hi,all.
Hi Jonathon,
I have this in my .emacs file, maybe it helps.
(setq org-refile-allow-creating-parent-nodes (quote confirm))
Cheers,
Viktor
Jonathon Anderson wrote:
> org-version 7.7
>
> If I `C-c w` and attempt to refile a tree to the root of a file, the
> minibuffer displays "invalid target
Christoph LANGE writes:
> Hi Bernt,
>
> thanks a lot for your advice. Sorry, but it took some time until I
> found the time for trying it. I think I understood how it works.
> Below I just have some minor questions.
Hi Christoph,
The delay is not a problem at all.
>
> 2011-11-19 16:32 Bernt
Carsten Dominik writes:
9. Table.el tables will always use their own export back-end. In other
words, no Org syntax will be recognized in such table anymore.
A table.el is an extraneous element while the parser is meant to
parse Org syntax.
>>
>>> Maybe we should see if t
Dear Org babel developers,
In the simple test below I would expect that the second cope block expands to
"ls ~", but seemingly it instead expands to "ls" only. What am I missing?
#+srcname: sh-test-noweb
#+begin_src sh
~
#+end_src
#+begin_src sh :noweb yes
ls <>
#+end_src
Did anythi
I created an index.org file and have been using that to organize all of
my org files and create an Outline of my Notes etc...
Is this the correct way to do it? because when i sync with MobileOrg
then MobileOrg cannot open any of my files on my mobile device.
What am I doing wrong?
--
Cameron
On Mon, Nov 28, 2011 at 8:44 PM, Viktor Rosenfeld
wrote:
> I have this in my .emacs file, maybe it helps.
>
> (setq org-refile-allow-creating-parent-nodes (quote confirm))
Yeah, I have that too. Or, similar.
> (setq org-refile-allow-creating-parent-nodes t)
~jonathon
Whenever I push file and views for MobileOrg it does not setup the
agendas.org file. Why?? How can I fix this?
TIA,
--
Cameron
Ah, thanks a lot!
I should develop the habit of reading the documentation of the development
version when using that version...
Best wishes,
Torsten
On 28 Nov 2011, at 20:14, Eric Schulte wrote:
> Hi Torsten,
>
> The change here is in the naming conventions, "srcname" is no longer a
> valid
Hi Torsten,
The change here is in the naming conventions, "srcname" is no longer a
valid method of naming a code block, try "name" instead. e.g.,
#+name: sh-test-noweb
#+begin_src sh
~
#+end_src
#+begin_src sh :noweb yes
ls <>
#+end_src
Best,
Torsten Anders writes:
> Dear Org babe
Dear all,
The current implementation how org-babel calls Lilypond hard-wires the
supported output file formats to EPS and PNG. Attached is a very simple patch
that adds support for PDF as well, so that resulting PDF files can be directly
integrated in the PDF files generated by Latex and Latex
Hi all,
I finally converted all my BibTex references into a org file.
Now I face the problem that I can't generate a BibTeX file.
org-bibtex ask me for the filename and then it seems to be stuck in a
infinite loop.
Only way to get out of this is using C-g.
The BibTeX file never appeared.
setting t
On 11/25/2011 06:32 PM, Nicolas Goaziou wrote:
Hello,
I've pushed org-export.el to contrib. It's a general export engine,
built on top of org-elements aiming at simplifying life of both
developers and maintainers (and, therefore, of end-users).
Hi Nicolas,
I'd like to make same remarks regar
Umm, sorry,
I just found out, I was talking about the other generic exporter :(
Robert
On 11/29/2011 07:15 AM, Robert Klein wrote:
On 11/25/2011 06:32 PM, Nicolas Goaziou wrote:
Hello,
I've pushed org-export.el to contrib. It's a general export engine,
built on top of org-elements aiming at
Jonathon Anderson wrote:
> On Mon, Nov 28, 2011 at 8:44 PM, Viktor Rosenfeld
> wrote:
> > I have this in my .emacs file, maybe it helps.
> >
> > (setq org-refile-allow-creating-parent-nodes (quote confirm))
>
> Yeah, I have that too. Or, similar.
Sorry, don't know how I missed that in your la
24 matches
Mail list logo