Quick summary: I'm now able to generate the css, but I don't understand
how it can change the colors.
Rick Frankel writes:
> Which version of emacs are you using? FWIW, I just had this problem
> yesterday (although it choked on a different face) in emacs trunk
> (24.4.x). But on my machine @work
Hi Tom,
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha Andreas,
>
> Andreas Leha writes:
>
>> I am not as organized as Tom is. So the chances to use my up-to-date
>> orgmode and successfully export any of my org documents from a year ago
>> (they are almost all 'Literate Programming' documents
Hi Bastien,
Bastien wrote:
> Robert Klein writes:
>
>> Is there something I can do, so the tag doesn't end up in the title?
>
> You can add the :EXPORT_TITLE: property in the subtree.
>
> Still, I think tags should be removed from the title by default,
> I will look into this.
`org-export-with-t
Luke Crook wrote:
> In column view, org-mode sums 3xSubtasks each having an effort of "1d" as "1d
> 0:00". Is there a way to change the sum to display this as "3d"?
You could try to attach an ECM (« Exemple Complet Minimal », or minimal
working example) demo'ing your problem. That'd save time fo
Hello Bastien,
Bastien wrote:
> When `org-src-fontify-natively' will be `t' by default,
> it will be important to keep the distinction between source
> blocks and HTML/LaTeX blocks.
>
> So HTML blocks should remain unfontified by default, just
> to mark the difference with "active" source blocks.
Hello Nick,
Nick Dokos wrote:
> Sebastien Vauban writes:
>>
>> I'd like to use org-store-link in a piece of code. However, it currently
>> requires the user to select some link from a list of store links.
>
> I think you mean org-insert-link, right?
Yes; you're right!
>> If I always want to sele
Nick Dokos wrote:
>> I read about defalias and saw that this should be used at the
>> point that the original definition is made, so I followed the pointer to
>> fset and naively tried this in the local variables:
>>
>> # eval: (and (boundp 'org-sbe) (not (boundp 'sbe)) (fset 'sbe 'org-sbe))
>> # e
Marcelo de Moraes Serpa wrote:
> Does org allow automatically adding a repeater (say, +1d) to a schedule
> when adding it with C-c C-s?
No -- at least, not yet:
╭
│ C-c C-s runs the command org-schedule, which is an interactive Lisp
function in
│ `org.el'.
│
│ It is bound to C-c C
Hello Andreas,
Andreas Leha wrote:
> The drop of the implicit naming of call lines, for example, was (and
> still will be for some of my files) a bigger issue.
Could you remind me what's the problem you're talking of?
Best regards,
Seb
--
Sebastien Vauban
Richard Walker wrote:
> Hi, while I've been using org-mode for some time, I'm now working
> on a project where I've decided to use the time-tracking functions.
> But I've got some "legacy" time on the project that I would like
> to incorporate. I.e., I have in my (paper) log book a record of
> (say
Nicolas Goaziou writes:
[...]
> I'd like to fix it, yes. It will not help you with older documents, but
> what do you think about the export snippet exception I suggested?
Sorry, I didn't get back to you on this. Although obviously more
cumbersome than my current approach, your suggestion woul
> Andreas Leha writes:
[...]
>> I know that this problem is a problem of balancing backward
>> compatibility with new features, better design, etc and cannot be
>> solved. And I see the win in (most of) the breaking changes.
I agree wholeheartedly with the sentiment expressed here. Despite th
Hello Sebastien,
"Sebastien Vauban"
writes:
> Hello Andreas,
>
> Andreas Leha wrote:
>> The drop of the implicit naming of call lines, for example, was (and
>> still will be for some of my files) a bigger issue.
>
> Could you remind me what's the problem you're talking of?
Evaluating a #+call l
On 14 Jan 2014, at 21:47, Bastien wrote:
> Hi Sébastien,
>
> "Sebastien Vauban"
> writes:
>
>> I think this overall results of the poll is quite clear, no?
>
> Well, I think we should wait for Carsten's vote on this.
>
> Carsten, do you think `org-src-fontify-natively' should
> be set to
"Sebastien Vauban"
writes:
> `org-export-with-tags' seems to be the option to do that, nope?
>
> ╭ org-export-with-tags
> │
> │ If nil, do not export tags, just remove them from headlines.
> ╰
I think the OP wants to remove tags just from the titles.
--
Bastien
HI Marcelo,
Marcelo de Moraes Serpa writes:
> Is org-agenda-filter-by-top-headline a new func? I can't find it in
> org 7.9.4.
For org 7.9.4, the name of the function is
`org-agenda-filter-by-top-category'.
HTH,
--
Bastien
Hi John,
Yes, you and others in that thread seem to be experiencing the same
problem, although there are also different issues discussed there.
I'm a bit surprised... With the popularity of python I would expect more
org users to have run into this and it to be fixed, but perhaps it isn't as
wide
Hi Eric,
On Tue, Jan 14, 2014 at 11:55 AM, Eric S Fraga wrote:
>
>
> What I would do is make the A, B and C paragraph items. Then add
> checkboxes (C-u C-c C-x C-b) to any list item you want to mark as a todo
> item. You can set/unset using C-c C-x C-b. If you add the text [/] to
> the headlin
Aric, perhaps you could add markdown support using export filters? I have
just come across this feature and it looks useful.
http://thread.gmane.org/gmane.emacs.orgmode/74816/focus=74876
-k.
On Mon, Jan 13, 2014 at 7:16 PM, Aric Gregson wrote:
> Ken Mankoff writes:
>
> > I find the ODT e
Bastien, Sebastien,
thank you both for your help.
I'll check out `org-export-with-tags'.
I do need the tags, but only in the -export-as- function of a derived
exporter. Probably I still can get them.
Thanks a lot
Best regards
Robert
On 01/15/2014 12:53 PM, Bastien wrote:
>
>
> "Sebastien
Hello,
Bastien writes:
> With a file like
>
> ,
> | #+STARTUP: indent
> |
> | * Heading
> | ** Subheading
> `
>
> org-mode will correctly use org-indent-mode when displaying it.
>
> Now edit the file to deactivate org-indent:
>
> ,
> | #+STARTUP: noindent
> |
> | * Heading
> | ** S
Hi Org users,
I am trying to set auto-fill-mode for text, adding in my .emacs:
(add-hook 'text-mode-hook '(lambda () (auto-fill-mode t)))
it works quite well but it seems to change the plain-lists indentation.
* without auto-fill-mode
+ item 1 :: description comes here
indentation makes text
Hello,
Eric S Fraga writes:
> Nicolas Goaziou writes:
>
>> I'd like to fix it, yes. It will not help you with older documents, but
>> what do you think about the export snippet exception I suggested?
>
> Sorry, I didn't get back to you on this. Although obviously more
> cumbersome than my curr
On 2014-01-15 03:04, Alan Schmitt wrote:
Quick summary: I'm now able to generate the css, but I don't understand
how it can change the colors.
However, I still find there is a problem. Here is the html source
generated from a snippet of the file:
#+BEGIN_SRC html
Inductive expr :=
| expr_th
Hi Rick,
Rick Frankel writes:
> Yes, it should. Something is not right with your output. I'm not
> familiar with coq, and i don't have coq-mode.el, but from the above it
> looks like a BNF grammar. Are you sure coq-mode was loaded when you
> did the export?
This was the problem! I added the cod
Hi Nicolas,
Nicolas Goaziou writes:
> There is no attached patch in your mail. Though, I don't understand why
> you think your approach is wrong. In `org-mode' mode definition, we can
> change:
>
> (when org-startup-indented (require 'org-indent) (org-indent-mode 1))
>
> into:
>
> (cond (org
Samuel Wales writes:
> I can't produce an ECM at this time, or compare with Susan's
> bug, but there is a serious demote bug in recent Org.
>
> In this tree:
>
> # * a
> # *** a
> # *** b
> # *** c
> # * ca
> # * cb
> # * cc
> # *** d
> # *** e
> #
Bastien writes:
> Nicolas Goaziou writes:
>
>> (cond (org-startup-indented (require 'org-indent) (org-indent-mode 1))
>> ((org-bound-and-true-p org-indent-mode) (org-indent-mode -1)))
>
> This will not work, because (org-bound-and-true-p org-indent-mode)
> returns nil at the time `org-
Hi Sébastien,
please test the attached patch against master.
It creates a new command `org-insert-last-stored-link'
bound to `C-c M-l'.
You can use `C-2 C-c M-l' to insert the last two links.
So the set of commands around inserting links would be:
C-c l => store link (the suggested use
Melleus writes:
> Got numerous warnings and some errors when trying to install org+contrib
> package from orgmode.org/elpa repository.
Please carefully read the "Installation" section of the Org manual:
when installing Org from GNU ELPA, you need to do it from a fresh
Emacs session. Let us know
Hello Roger,
when answering a mail/post from the list, please Cc the list in your
response, so other members of the list can see your mail to.
On 2014-01-15 14:30 Roger Mason wrote:
> But this does not:
>
> /Perhaps, but [...] to replacement./
> I just get a block of text bounded by / and / in t
Nicolas Goaziou writes:
> Bastien writes:
>
>> Nicolas Goaziou writes:
>>
>>> (cond (org-startup-indented (require 'org-indent) (org-indent-mode 1))
>>> ((org-bound-and-true-p org-indent-mode) (org-indent-mode -1)))
>>
>> This will not work, because (org-bound-and-true-p org-indent-mo
Bastien writes:
> Try to edebug-defun `org-mode' with the recipe I posted and you'll
> see: yes, `org-startup-indented' and `org-indent-mode' are off,
> but the org-indent properties have not been removed from the before,
^^
Christian Moe writes:
> Let me know if this doesn't work or isn't clear.
It works very well!
I made a micro screencast for demoing it:
http://bzg.fr/u/org-footnotes-jquery.ogv
Thanks for packaging this.
--
Bastien
Bastien writes:
> 1. collect various links through a session
> 2. store the last one for a new task
> 3. dump all links into some "read later" heading
>
> so I think this feature deserves to be in core.
>
> What do you and others think?
>
Much better!
>
> diff --git a/lisp/org.el b/lisp/org.el
Thank you for replying! That was the first thing I did. The second was
installing Emacs sources. But results were just the same. To me it looks
like that orgmode.org repository is not compatible with Emacs from
Debian or there are some unmaintained dependencies issues at least,
which could be under
On Wed, Jan 15, 2014 at 10:26 PM, Bastien wrote:
> Christian Moe writes:
>
>> Let me know if this doesn't work or isn't clear.
>
> It works very well!
>
> I made a micro screencast for demoing it:
> http://bzg.fr/u/org-footnotes-jquery.ogv
>
> Thanks for packaging this.
>
> --
> Bastien
Thanks
Sebastien Vauban writes:
>
> Luke Crook wrote:
> > In column view, org-mode sums 3xSubtasks each having an effort of "1d"
as "1d
> > 0:00". Is there a way to change the sum to display this as "3d"?
>
> You could try to attach an ECM (« Exemple Complet Minimal », or minimal
> working example)
ago and it still doesn't seem to reflected in group.>
Is there a way to modify a header line in column view other than
manually navigating to the field?
If I try to use a standard key like S-up I get:
"org-self-insert-command: Text is read-only: "Type `e' to edit property"".
If I try to eval
Hi,
Not sure what I did, but when I try to C-a a a, the agenda view fails to be
built, and I get the following message:
"byte-code: Before first headline at position 169 in buffer gtd.org"
Does anyone know what this means?
Thanks in advance.
Thank you.
This might be a good feature and I might looking into creating a new
version that does this automatically, since I use the current day agenda
view as my next actions list, and use it to automatically carry tasks to
the following day, so the +1d repeater really keeps things clean for my
I think the issue here is that python users seem less likely (per user
on average) to edit the related Org-mode support (i.e., ob-python.el)
than users of some other languages which may be less popular in the
large but have better Org-mode support.
Also, as a maintainer of Org-mode's code block su
Andreas Leha writes:
> I am not as organized as Tom is. So the chances to use my up-to-date
> orgmode and successfully export any of my org documents from a year ago
> (they are almost all 'Literate Programming' documents and, thus, maybe
> more fragile?) are slim. I do not have numbers, but it s
Hi Rémy,
Rémy Abergel writes:
> Hi Org users,
>
> I am trying to set auto-fill-mode for text, adding in my .emacs:
>
> (add-hook 'text-mode-hook '(lambda () (auto-fill-mode t)))
>
> it works quite well but it seems to change the plain-lists
> indentation.
>
> * without auto-fill-mode
> + item 1
Hi Achim,
Achim Gratz writes:
> Andreas Leha writes:
>> I am not as organized as Tom is. So the chances to use my up-to-date
>> orgmode and successfully export any of my org documents from a year ago
>> (they are almost all 'Literate Programming' documents and, thus, maybe
>> more fragile?) are
On Wed, Jan 15, 2014 at 6:22 AM, Ken Mankoff wrote:
> Hi John,
>
> Yes, you and others in that thread seem to be experiencing the same problem,
> although there are also different issues discussed there.
>
> I'm a bit surprised... With the popularity of python I would expect more org
> users to ha
I just attempted to download the latest stable version from orgmode.org:
Stable version *8.2.5e* (Jan. 2014)
The tar.gz link gave me a 404 error.
Cheers,
Alan
--
Alan L Tyreehttp://www2.austlii.edu.au/~alan
Tel: 04 2748 6206 sip:typh...@iptel.org
Bastien writes:
> Nicolas Goaziou writes:
>
>> Bastien writes:
>>
>>> Nicolas Goaziou writes:
>>>
(cond (org-startup-indented (require 'org-indent) (org-indent-mode 1))
((org-bound-and-true-p org-indent-mode) (org-indent-mode -1)))
>>>
>>> This will not work, because (org-b
Hello,
James Harkins writes:
> Fine thought, but my bisect regimen went something like this:
>
> 1. Delete all elc files from the location from which I'm loading org.
>
> 2. Quit emacs.
>
> 3. At every bisect step, launch Emacs fresh with "emacs
> /path/to/test-file.org" and then do nothing exce
Bastien,
Silly me. I should have checked both directions. So your fix fixed half the
problem.
Susan
Rustom, Bastien,
Bastien writes:
>> I made a micro screencast for demoing it:
>> http://bzg.fr/u/org-footnotes-jquery.ogv
Thanks, Bastien, that's cool!
Rustom Mody writes:
> Thanks Christian for that.
> Just one small thing -- Can we remove the number?
Sure, try this new version of fntooltip
Fortunately I have found the org-mode install in official Debian
repositories. And even it has the ox-bibtex package I was looking for.
It turned out to be fully compatible with my installation of Emacs. And
now, after some tweaks in my .emacs I have it up and running. Debian is
a kind of thing-i
Melleus writes:
> Fortunately I have found the org-mode install in official Debian
> repositories. And even it has the ox-bibtex package I was looking for.
> It turned out to be fully compatible with my installation of Emacs. And
> now, after some tweaks in my .emacs I have it up and running. D
Marcelo de Moraes Serpa writes:
> Not sure what I did, but when I try to C-a a a, the agenda view fails
> to be built, and I get the following message:
>
> "byte-code: Before first headline at position 169 in buffer gtd.org"
Can you get a more complete backtrace?
(setq debug-on-error t) in your
Susan Cragin writes:
> Silly me. I should have checked both directions. So your fix fixed
> half the problem.
Silly *me*. Fixed, thanks.
--
Bastien
Melleus writes:
> Fortunately I have found the org-mode install in official Debian
> repositories. And even it has the ox-bibtex package I was looking for.
> It turned out to be fully compatible with my installation of Emacs. And
> now, after some tweaks in my .emacs I have it up and running.
Alan L Tyree writes:
> I just attempted to download the latest stable version from
> orgmode.org: Stable version 8.2.5e (Jan. 2014)
>
> The tar.gz link gave me a 404 error.
This is now fixed, thansk for reporting this!
--
Bastien
Hi Carsten,
Carsten Dominik writes:
> I don’t have strong feelings either way. Lets turn it on a see what
> the impact will be.
Done in master, thanks,
--
Bastien
Nicolas Goaziou writes:
> (defun org-mode-restart ()
> (interactive)
> (let ((indent-status (org-bound-and-true-p org-indent-mode)))
> (funcall major-mode)
> (hack-local-variables)
> (when (and indent-status (not (org-bound-and-true-p org-indent-mode)))
> (org-
Thank you.
Now I have working 2.8.4 from testing repositories. And comparing to
latest 2.8.5 that I couldn't manage I happily accept such price.
Eric Schulte writes:
> I've written an Emacs web-server [1], which may be used to interact with
> Org-mode over HTTP. It has no dependencies aside from needing Emacs 24
> or later and it should be easy to install and use [2].
Thanks Eric for having shared this project. Unfortunately in my setup
On Thu, Jan 16, 2014 at 3:44 AM, Christian Moe wrote:
>
> Rustom Mody writes:
>
>> Thanks Christian for that.
>> Just one small thing -- Can we remove the number?
>
> Sure, try this new version of fntooltip.js:
Super! Thanks Christian!
On 15/01/2014, Sebastien Vauban wrote:
> Richard Walker wrote:
>> I note that I can add an entry that looks like this:
>>
>> CLOCK: => 0:30
>>
>> and have this contribute to totals. But I would
>> also like to record the date for this entry.
...
>
> Can't you try to convert your lines to:
>
>
Just helped a friend to install and upgrade to latest org.
Method summary:
$ git clone
$ make update
combined with setup of load-paths
Ended with: ox-odt cannot find factory style files
I remember that I too had this problem
http://lists.gnu.org/archive/html/emacs-orgmode/2013-07/msg00341.html
an
Rustom Mody writes:
> Just helped a friend to install and upgrade to latest org.
> Method summary:
> $ git clone
> $ make update
> combined with setup of load-paths
>
> Ended with: ox-odt cannot find factory style files
>
> I remember that I too had this problem
> http://lists.gnu.org/archive/ht
65 matches
Mail list logo