[Orgmode] emacs/org-mode on Droid?

2010-02-16 Thread David Rogoff
Hi all. New org-mode convert also looking at new phones. It looks like the Moto Droid would be great for running org-mode. Has anyone ported emacs to this platform and gotten org-mode running? Thanks, David ___ Emacs-orgmode mailing list Please u

[Orgmode] Re: emacs/org-mode on Droid?

2010-02-16 Thread David Rogoff
On 2010-02-16 13:47:59 -0800, Tom Tobin said: On Tue, Feb 16, 2010 at 12:18 PM, David Rogoff wrote: Hi all. New org-mode convert also looking at new phones.  It looks like theMoto Droid would be great for running org-mode.  Has anyone ported emacs to this platform and gotten org-mode

[O] multiple modes in single buffer?

2011-05-20 Thread David Rogoff
I have a feeling I know the answer, but it's worth bringing up. I'd like to have multiple modes for different regions of a file. I'm using the "-*- mode: org -*-" as the first line of my org files. However, many of my org files contains bits of c and Verilog code. I'd like these regions to

Re: [O] multiple modes in single buffer?

2011-05-20 Thread David Rogoff
Matt Lundin May 20, 2011 4:12 PM Yes. Source blocks and org-babel provide all sorts of ways to include bits of code (and their results/output) in a

[O] text background when exporting as HTML

2012-01-09 Thread David Rogoff
Hi all. I'm using orgmode for outlines and documentation. Since no one else I work with does this, I export to HTML which generally works fine. However, I've got a problem with embedded code samples using #+BEGIN_SRC / #+END_SRC. The faces for the source code are set up for a black backgro

Re: [O] text background when exporting as HTML

2012-01-10 Thread David Rogoff
Hi all. I'm using orgmode for outlines and documentation. Since no one else I work with does this, I export to HTML which generally works fine. However, I've got a problem with embedded code samples using #+BEGIN_SRC / #+END_SRC. The faces for the source code are set up for a black background.

Re: [O] Minor org mode for achieve code folding effects

2012-01-10 Thread David Rogoff
Carlos Russo gmail.com> writes: I have used both Carsten's and Eric's solution, as well as hideshow-org (https://github.com/secelis/hideshow-org), which works rather well and deserves a mention. Expanding a bit on Carsten's post: Tassilo Horn wrote some convenience functions to set the outline m

Re: [O] Minor org mode for achieve code folding effects

2012-01-10 Thread David Rogoff
David Rogoff January 10, 2012 4:34 PM Carlos Russo gmail.com> writes: I have used both Carsten's and Eric's solution, as well as hideshow-org (https://github.com/secelis/hideshow-org), which works rather well and deserves a mention. Expan

Re: [O] Minor org mode for achieve code folding effects

2012-01-12 Thread David Rogoff
Carlos Russo gmail.com> writes: I have used both Carsten's and Eric's solution, as well as hideshow-org (https://github.com/secelis/hideshow-org), which works rather well and deserves a mention. Expanding a bit on Carsten's post: Tassilo Horn wrote some convenience functions to set the outline m

Re: [O] Minor org mode for achieve code folding effects

2012-01-16 Thread David Rogoff
David Rogoff therogoffs.com> writes: > Carlos Russo gmail.com> writes: >> I have used both Carsten's and Eric's solution, as well as hideshow-org (https://github.com/secelis/hideshow-org), which works rather well and deserves a mention. >> Expanding a bit

[O] problem with orgstruct/outline-minor-mode with indented headlines

2012-01-24 Thread David Rogoff
Hi all. I'm still trying to get orgstruct to work right. One thing I found is that I was getting confused with outline-magic which set up outline-minor-mode-map but not orgstruct-mode-map. I'm working inside verilog-mode, which uses the same "//" comment as c. So I defined outline-regexp: (

Re: [O] problem with orgstruct/outline-minor-mode with indented headlines

2012-01-28 Thread David Rogoff
David Rogoff therogoffs.com> writes: > > Hi all. > > I'm still trying to get orgstruct to work right. One thing I > found is that I7 was getting confused with outline-magic which > set up outline-minor-mode-map but not orgstruct-mode-map. I'm > working inside

[O] TOC in HTML export - how to change formatting of ToDo levels?

2013-05-20 Thread David Rogoff
Hi all. I've just started diving back into org-mode. I'm mostly using it for ToDo / Status tracking. I've been trying to change the format of the TOC entries with little success. I've figured out how to use org-export-html-style to change the CSS markup for my customized ToDo levels, but tha

Re: [O] TOC in HTML export - how to change formatting of ToDo levels?

2013-05-21 Thread David Rogoff
> You should be able to customize the todo class only within the TOC context > with such a rule: > > --8<---cut here---start->8--- > #table-of-contents .todo { > ... > } > --8<---cut here---end--->8--- > > Bes

[O] emphasis inside source block?

2013-12-09 Thread David Rogoff
Sorry if this has been discussed but I wasn’t able to find info on it. I have lots of source blocks in my org files (tcl, verilog, shell-script, etc). I want to be able to highlight (e.g. *bold*) text in the code but this doesn’t work since it’s using the specified language mode instead of org m

[O] org-mode date stamp with just month?

2014-07-06 Thread David Rogoff
I can’t see how to insert a datestamp with just year and month. I’m adding an archive of various past events that I don’t have the exact date for. Thanks, David

[Orgmode] numbered outlines?

2010-10-20 Thread David Rogoff
Sorry if this is obvious, but I couldn't find anything on it. orgmode's use of asterisks for outline levels is fine when I'm working on something by myself. However, if I'm collaborating with other people, there's no good way to reference a particular outline entry. Is there a way to get or

[Orgmode] numbered outlines?

2010-10-20 Thread David Rogoff
Sorry if this is obvious, but I couldn't find anything on it. orgmode's use of asterisks for outline levels is fine when I'm working on something by myself. However, if I'm collaborating with other people, there's no good way to reference a particular outline entry. Is there a way to get or

Re: [Orgmode] numbered outlines?

2010-10-20 Thread David Rogoff
org". Outlines will have numbers in the text file. HTH, Jeff On Tue, Oct 19, 2010 at 6:40 PM, David Rogoff wrote: Sorry if this is obvious, but I couldn't find anything on it. orgmode's use of asterisks for outline levels is fine when I'm working on something by myself.

Re: [Orgmode] numbered outlines?

2010-10-21 Thread David Rogoff
Carsten Dominik wrote: On Oct 21, 2010, at 3:02 AM, David Rogoff wrote: Thanks - that might do the job. Native would be best, of course. This could be implemented as a little module. One could just run through the outline and put overlays on the stars showing the numbers. Looking for

[Orgmode] wrap text in table cell?

2010-07-07 Thread David Rogoff
I'm still learning org mode and have a question about table mode. Is there a way to wrap text in a cell? I search the docs I could find and the closest thing was putting in a cell which forced that column to be N characters wide. That sort-or works, but isn't great. Am I missing something,

[O] disable table in EXAMPLE or QUOTE block

2017-07-13 Thread David Rogoff
I’m trying to draw an ASCII picture in a BEGIN_QUOTE block. However, since it contains vertical bars, when I hit return, it formats the whole block as if it were a table. How do I stop this incorrect behavior? I tried BEGIN_EXAMPLE but it acted the same. I can work around it by using colon-

[O] macro replacement in code block?

2017-10-31 Thread David Rogoff
Hi. Trying to set up a large orgmode file with source code for several files that is extracted using tangle and also exported to HTML for documentation (source is verilog-mode). It works but I’m trying to clean it up by using orgmode macros. However, it seems like these are not replaced when

Re: [O] macro replacement in code block?

2017-10-31 Thread David Rogoff
> On Oct 31, 2017, at 5:32 PM, Kaushal Modi wrote: > > On Tue, Oct 31, 2017, 7:14 PM David Rogoff <mailto:da...@therogoffs.com>> wrote: > Hi. > > Hello. > > I’m trying to clean it up by using orgmode macros. However, it seems like > these are

Re: [O] macro replacement in code block?

2017-11-01 Thread David Rogoff
Thanks so much. It sort of works but with a bit of work-around: 1) tangle works fine 2) for export, I had to move the > ,#+MACRO: SEC_FOO lines out of the code block. If I didn’t and tried to eval that block, I got the error No org-babel-execute function for org! But I think this will d