Alexis writes:
> i'm pleased to announce the initial release of org-vcard, a package for
> Org-based export and import of vCards:
>
> * Backwards-compatible with org-contacts.el.
Excuse me for dumb question, but is this package meant to be something
like org-contacts NG (something which we would
Alexis writes:
> * New contacts style: 'tree'.
>
> org-vcard introduces a new style for Org contacts, called 'tree'.
I like store the contacts like "tree", may be let org-contacts recognizes
this "tree" is a important thing, are there any plans?
"Martin Beck" writes:
> Hi,
> I'm sorry, if this might be obvious, but I don't have much experience
> with org-mode export up to now and I urgently need to export much
> information from my notes and task lists in org-mode in a way that my
> colleagues (no experience with Emacs / org-mode at all)
Hi List,
here is my first take of rewriting `org-entry-properties'.
The existing function predates the new parser and some Org variables,
and thus does the parsing and the property classification itself. The
new version leaves parsing to the parser and property classification
(mostly) to existin
Hi all,
i'm pleased to announce the initial release of org-vcard, a package for
Org-based export and import of vCards:
* Backwards-compatible with org-contacts.el.
org-vcard comes with a built-in contacts style called 'flat', which
adheres to org-contacts' method of structuring contacts and
Hi guys, I think I found a problem in folding a BEGIN_SRC block.
When I:
- create a "BEGIN_SRC org" block (let's call it "the external
BEGIN_SRC")
- hit C-c ' to edit its contents
- create two consecutive, non-nested "BEGIN_SRC org" blocks
(let's call them "the internal BEGIN_SRCs")
Oops, I've asked the dumpest question ever in the mailing list :) That's
what happens when working late.
Thanks for reply.
On Thu, Jul 31, 2014 at 4:41 AM, Nicolas Goaziou
wrote:
> Hello,
>
> Nicolas Richard writes:
>
> > Oops, I forgot to remove the verbosity (initially I had wrote it as a
Bastien gnu.org> writes:
>
> Hi Nick,
>
> Nick Dokos gmail.com> writes:
>
> > getting rid of just latex fragment undoing in
> > org-ctrl-c-ctrl-c and toggling with C-c C-x C-l is probably the best
> > solution.
>
> Agreed, this is the case now in master.
The docstring for `org-preview-late
On Thu 31 Jul 2014, Martin Beck wrote:
> I want to use a shell command in Windows 7 command prompt (cmd.exe) to create
> a search agenda view in Emacs org-mode (in the active frame).
> I tried like that:
> emacsclient --eval '(org-search-view nil "search string")'
> but with no success.
> In the c
I did a custom solution, very simple, with jQuery. You may use it:
Demo:
http://www.danielclemente.com/hacer/emacs.html
Code:
http://www.danielclemente.com/pagina/esquemadorg.js
http://www.danielclemente.com/pagina/esquemadorg.css
- The JS and CSS applies to the normal org export.
- The i
Is there a way to do this? I'd like to make a list of my TODOs in an agenda
(say type 't'),
And sort by time last clocked in (no clock time to the bottom)
All the options in org-agenda-sorting-strategy appear to work on timestamps,
not clocktime entries.
Any ideas how this can be accomplished?
Is
"Martin Beck" writes:
> Hi,
> I'm sorry, if this might be obvious, but I don't have much experience
> with org-mode export up to now and I urgently need to export much
> information from my notes and task lists in org-mode in a way that my
> colleagues (no experience with Emacs / org-mode at all
Hi,
I'm sorry, if this might be obvious, but I don't have much experience with org-mode export up to now and I urgently need to export much information from my notes and task lists in org-mode in a way that my colleagues (no experience with Emacs / org-mode at all) can use it during my absence.
I want to use a shell command in Windows 7 command prompt (cmd.exe) to create a search agenda view in Emacs org-mode (in the active frame).
I tried like that:
emacsclient --eval '(org-search-view nil "search string")'
but with no success.
In the command line I get the error message:
*ERROR
Hello,
When running org-babel shell snippets in *session*, I stumbled upon
the following problem:
Output shown in my .org file is already formatted:
1. Starting white spaces are lost
2. All code before first ">", "$" or "#" (prompt related?) is lost
Here is a minimal examp
Hello,
Bastien writes:
> Well, we can poll users and see how inconvenient this change would be.
>
> (I'm certainly biased here, as I never use blank lines between the
> headline and the properties drawer.)
Blank lines between the headline and the properties drawer is not
enough, because you s
Hello,
Nicolas Richard writes:
> Oops, I forgot to remove the verbosity (initially I had wrote it as a
> (warn ...)). Here's an updated patch.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
On Thu, Jul 31, 2014 at 6:52 AM, Bastien wrote:
> Hi Ista,
>
> Ista Zahn writes:
>
>> I asked Bastien privately about getting access to the git repository,
>> but will ask here as well: When I run 'git clone
>> orgm...@orgmode.org:org-mode.git' I get a response saying
>>
>> "Permission denied (pu
Hi Ista,
Ista Zahn writes:
> Here is a patch (against master) adding babel support for evaluating
> stata code. As discussed in a previous thread[1] there is a lot of
> work that should be done to clean it up and make it more useful. It
> does work for basic code evaluation, so I'm submitting it
Hi Ista,
Ista Zahn writes:
> I asked Bastien privately about getting access to the git repository,
> but will ask here as well: When I run 'git clone
> orgm...@orgmode.org:org-mode.git' I get a response saying
>
> "Permission denied (publickey).
> fatal: Could not read from remote repository"
T
Hello,
Thorsten Jolitz writes:
> In docstring
>
> ,[ C-h f org-element-headline-parser RET ]
[...]
> property :post-blank is missing.
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
In docstring
,[ C-h f org-element-headline-parser RET ]
| org-element-headline-parser is a compiled Lisp function in
| `org-element.el'.
|
| (org-element-headline-parser LIMIT &optional RAW-SECONDARY-P)
|
| Parse a headline.
|
| Return a list whose CAR is `headline' and CDR is a plist
| co
Hi Bastien,
On Mon, Jul 28, 2014 at 4:25 PM, Bastien wrote:
> Bart Post writes:
>
> > Thanks for your reply! I already started the copyright assignment
> > process, for now I need to wait for a disclaimer form from my
> > employer, but I will notify you as soon as there is progress.
>
> Did you
Hi all,
I've been using org-mode to track the time spent on various tasks in a
project, by clocking work time. I'm now planning additional tasks, and
for these new tasks I am starting to add time estimates. The columnview
dynamic block gives a nice summary of the time I've spent on tasks, and
the
Dear Ista,
I don't know if Bastien has already responded to your private message
(if so, please disregard this), but for what it's worth, it looks like
you are doing everything right to me. I am not an org-mode developer
so I can't speak with 100% certainty, but it looks like a permissions
issue
Hi all,
I've been using org-mode to track the time spent on various tasks in a
project. I'm now planning additional tasks, and for these new tasks I am
adding time estimates. The columnview dynamic block gives a nice summary of
the time I've spent on tasks and the time estimates.
I'm specifying t
Hello,
"Vladimir Alexiev" writes:
> It would be nice to allow multiline BINDs. I'd much rather write this
> than put it all on one line:
This was suggested already for other keywords, e.g., MACRO. and CALL
(http://permalink.gmane.org/gmane.emacs.orgmode/69326).
> The usual continuation syntax
(Apologies if you're received this message already - I can't seem to
get the mailing list to accept my emails)
Hi all,
I've been using org-mode to track the time spent on various tasks in a
project, by clocking work time. I'm now planning additional tasks, and
for these new tasks I am starting to
Thanks for the suggestion. Please find attached the improved patch.
Regards,
Federico
On Wed, Jul 30, 2014 at 10:25 PM, Nicolas Goaziou
wrote:
> Hello,
>
> Federico Beffa writes:
>
>> + (save-excursion
>> +(org-mark-element)
>> +(org-indent-region (point) (mark
>
> The function sh
Nicolas Goaziou writes:
> Good idea, as long as `org-export-define-backend' does the same.
Oops, I forgot to remove the verbosity (initially I had wrote it as a
(warn ...)). Here's an updated patch.
>From 117623cec251cd036b601e2481643296cc4e2c37 Mon Sep 17 00:00:00 2001
From: Nicolas Richard
Da
Federico Beffa writes:
> Who is entitled to vote? If I am then here is my vote in favor for the
> following reasons:
>
> 1. the construct \[...\] has been defined in LaTeX for equations which
> must stand out and therefore belong on separate lines. It would
> therefore make sense to conform to th
Hello,
Matt Lundin writes:
> Take the following file:
>
> --8<---cut here---start->8---
> #+options: num:nil
>
> * Headline
> ** Subheading
> * Another headline
> --8<---cut here---end--->8---
>
> When exported to html, the
Hello,
Nicolas Richard writes:
> Perhaps org-export-define-derived-backend could do a sanity check that
> all keywords are known.
Good idea, as long as `org-export-define-backend' does the same.
> - (let (blocks filters menu-entry options transcoders contents)
> + (let (blocks filters menu-e
Thorsten Jolitz writes:
> Shiyuan writes:
>> (org-export-define-derived-backend 'my-html-enlish 'html
>> :traslate-alist '((bold . my-org-html-english-bold))
>
>
> :translate-alist ?
Perhaps org-export-define-derived-backend could do a sanity check that
all keywords are known. use-package does t
Thorsten Jolitz writes:
> Nicolas Richard writes:
>> Thanks for the URL. The description looks great but why not patch
>> outline.el instead of making it an external library ? Is there an
>> incompatibility ?
>
> Well, outshine merges quite old extension libraries for outline like
> outline-magic
Shiyuan writes:
> Hi,
> I try to define a new export backend in the new export framework. My
> export backend should behaves like the html except that it transcodes
> *bold* differently. I try to following the Worg tutorial
> http://orgmode.org/worg/dev/org-export-reference.html , ox-html.el and
Hi,
I try to define a new export backend in the new export framework. My
export backend should behaves like the html except that it transcodes
*bold* differently. I try to following the Worg tutorial
http://orgmode.org/worg/dev/org-export-reference.html , ox-html.el and use
org-export-define-d
37 matches
Mail list logo