Git Product home page Git Product logo

emacs-org-transform-tree-table's People

Contributors

jplindstrom avatar syohex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

emacs-org-transform-tree-table's Issues

Wrong number of arguments error

Thanks for making this package!

I'm using helm spacemacs. When I copy your example table:

| Heading          | Login | Access | Color | Cost | COLUMNS                            |
| * Pages          |       |        |       |      | %30ITEM %10Login %10Access %10Cost |
| ** About         | No    | All    |       |      |                                    |
| ** Products      | No    | All    |       |      | %30ITEM %10Color                   |
| *** Free Widget  | Yes   | All    | Green |      |                                    |
|     This one is: |       |        |       |      |                                    |
|     - Awesome    |       |        |       |      |                                    |
|     - Green      |       |        |       |      |                                    |
| *** Paid Thingy  | Yes   | Paid   | Blue  |   30 |                                    |

then I can call org-transform-table/org-tree-buffer-from-org-table, and the example outline is generated.

However, when I copy and paste the example outline, I cannot generate a table, and I have the same problem with another outline I've made.

I get helm-M-x: Wrong number of arguments: (0 . 2), 3.

Seems odd that it will work on a table, but not on an outline.

Thanks for any ideas!

Perhaps tag a release?

I've found this occasionally useful---so thanks for developing it!---and was wondering if it might not make sense to tag a release so that melpa-stable will pick it up?

if a tree contains a list it is nicely converted to a table, however when converting back the list structure is destroyed

Hi
consider

* Heading
** First
** second
   1. Start a list
   2. Second item
      a. subitem

that is converted to

| Heading            |
| * Heading          |
| ** First           |
| ** second          |
|    1. Start a list |
|    2. Second item  |
|       a. subitem   |

however this is converted back to

* Heading
** First
** second
1. Start a list
2. Second item
a. subitem

so the list structure is lost.
Any change to save it?
regards
Uwe Brauer

how to make it work?

Hello,

I would like to know if you can help me on how to use your package. I have
this file. I open it in, activate org-mode, I do M-: (require 'org-transform-tree-table) then M-x org-transform-table/org-tree-buffer-from-csv, but I get an error:
Before first headline at position 29 in buffer reviews.txt-tree.csv . I also tried in csv-mode, and with other files. Your package seems very interesting to me, but I don't know how to use it.

What am I doing wrong? Thanks.

the cases are not conserved

Hi
consider please the following sequence

| Heading         | User | Email | Phone |
| * First entry   |      |       |       |
| ** Second entry |      |       |       |
| ** Third entry  |      |       |       |


| Heading         | User  | Email           | Phone |
| * First entry   | Mike  | [email protected]  |  1234 |
| ** Second entry | Joe   | [email protected]   |  5678 |
| ** Third entry  | Linda | [email protected] |  9012 |

that get transformed to

* First entry
  :PROPERTIES:
  :User:     Mike
  :Email:    [email protected]
  :Phone:    1234
  :END:
** Second entry
   :PROPERTIES:
   :User:     Joe
   :Email:    [email protected]
   :Phone:    5678
   :END:
** Third entry
   :PROPERTIES:
   :User:     Linda
   :Email:    [email protected]
   :Phone:    9012
   :END:

case conserved, but when again toggling back

| Heading         | USER  | EMAIL           | PHONE |
| * First entry   | Mike  | [email protected]  |  1234 |
| ** Second entry | Joe   | [email protected]   |  5678 |
| ** Third entry  | Linda | [email protected] |  9012 |

case is not saved

that is a bit annoying, any change to change it?

regards

Uwe Brauer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.